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