Package com.sun.xml.rpc.wsdl.document
Class Operation
java.lang.Object
com.sun.xml.rpc.wsdl.framework.Entity
com.sun.xml.rpc.wsdl.document.Operation
- All Implemented Interfaces:
Elemental
Entity corresponding to the "operation" child element of a "portType" WSDL element.
- Author:
- JAX-RPC Development Team
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaccept(WSDLDocumentVisitor visitor) voidfaults()getInput()getName()getStyle()voidvoidvoidvoidvoidvoidvoidvoidwithAllSubEntitiesDo(EntityAction action) Methods inherited from class com.sun.xml.rpc.wsdl.framework.Entity
failValidation, failValidation, getProperty, removeProperty, setProperty, withAllEntityReferencesDo, withAllQNamesDo
-
Constructor Details
-
Operation
public Operation()
-
-
Method Details
-
getName
-
setName
-
getUniqueKey
-
getStyle
-
setStyle
-
getInput
-
setInput
-
getOutput
-
setOutput
-
addFault
-
faults
-
getParameterOrder
-
setParameterOrder
-
getElementName
-
getDocumentation
-
setDocumentation
-
withAllSubEntitiesDo
- Overrides:
withAllSubEntitiesDoin classEntity
-
accept
- Throws:
Exception
-
validateThis
public void validateThis()- Specified by:
validateThisin classEntity
-