| Class Summary | |
|---|---|
| AbstractWSDLElement | Abstract super class for all WSDL Elements, providing some basic common functionality. |
| BindingFaultImpl | This class represents a fault binding. |
| BindingImpl | This class represents a port type binding and describes the protocol required for using operations in a port type. |
| BindingInputImpl | This class represents an input binding. |
| BindingOperationImpl | This class represents a WSDL operation binding. |
| BindingOutputImpl | This class represents an output binding. |
| Constants | |
| DefinitionImpl | This class represents a WSDL definition. |
| FaultImpl | This class represents a fault message, and contains the name of the fault and the message itself. |
| ImportImpl | This class represents an import, and may contain a reference to the imported definition. |
| InputImpl | This class represents an input message, and contains the name of the input and the message itself. |
| MessageImpl | This class describes a message used for communication with an operation. |
| OperationImpl | This class represents a WSDL operation. |
| OutputImpl | This class represents an output message, and contains the name of the output and the message itself. |
| PartImpl | This class represents a message part and contains the part's name, elementName, typeName, and any extensibility attributes. |
| PortImpl | This class represents a port, an endpoint for the functionality described by a particular port type. |
| PortTypeImpl | This class represents a port type. |
| ServiceImpl | This class represents a service, which groups related ports to provide some functionality. |
| TypesImpl | This class represents the <types> section of a WSDL document. |