| Interface | Description |
|---|---|
| [source] WSDLConstants |
Interface defining WSDL-related constants.
|
| [source] WSDLDocumentVisitor |
A visitor for WSDL documents.
|
| Class | Description |
|---|---|
| [source] Binding |
Entity corresponding to the "binding" WSDL element.
|
| [source] BindingFault |
Entity corresponding to the "fault" child element of a binding operation.
|
| [source] BindingInput |
Entity corresponding to the "input" child element of a binding operation.
|
| [source] BindingOperation |
Entity corresponding to the "operation" child element of a WSDL "binding" element.
|
| [source] BindingOutput |
Entity corresponding to the "output" child element of a binding operation.
|
| [source] Definitions |
Entity corresponding to the "definitions" WSDL element.
|
| [source] Documentation |
Entity corresponding to the "documentation" WSDL element.
|
| [source] Fault |
Entity corresponding to the "fault" child element of a port type operation.
|
| [source] Import |
Entity corresponding to the "import" WSDL element.
|
| [source] Input |
Entity corresponding to the "input" child element of a port type operation.
|
| [source] Kinds |
Enumeration of the kind of entities that can be defined in a WSDL "definitions" element.
|
| [source] Message |
Entity corresponding to the "message" WSDL element.
|
| [source] MessagePart |
Entity corresponding to a WSDL message part.
|
| [source] Operation |
Entity corresponding to the "operation" child element of a "portType" WSDL element.
|
| [source] OperationStyle |
Enumeration of the supported WSDL operation styles.
|
| [source] Output |
Entity corresponding to the "output" child element of a port type operation.
|
| [source] Port |
Entity corresponding to the "port" WSDL element.
|
| [source] PortType |
Entity corresponding to the "portType" WSDL element.
|
| [source] Service |
Entity corresponding to the "service" WSDL element.
|
| [source] Types |
Entity corresponding to the "types" WSDL element.
|
| [source] WSDLDocument |
A WSDL document.
|
| [source] WSDLDocumentVisitorBase |