Package com.sun.tools.ws.wsdl.document

Interface Summary
WSDLConstants Interface defining WSDL-related constants.
WSDLDocumentVisitor A visitor for WSDL documents.
 

Class Summary
Binding Entity corresponding to the "binding" WSDL element.
BindingFault Entity corresponding to the "fault" child element of a binding operation.
BindingInput Entity corresponding to the "input" child element of a binding operation.
BindingOperation Entity corresponding to the "operation" child element of a WSDL "binding" element.
BindingOutput Entity corresponding to the "output" child element of a binding operation.
Definitions Entity corresponding to the "definitions" WSDL element.
Documentation Entity corresponding to the "documentation" WSDL element.
Fault Entity corresponding to the "fault" child element of a port type operation.
Import Entity corresponding to the "import" WSDL element.
Input Entity corresponding to the "input" child element of a port type operation.
Kinds Enumeration of the kind of entities that can be defined in a WSDL "definitions" element.
Message Entity corresponding to the "message" WSDL element.
MessagePart Entity corresponding to a WSDL message part.
Operation Entity corresponding to the "operation" child element of a "portType" WSDL element.
OperationStyle Enumeration of the supported WSDL operation styles.
Output Entity corresponding to the "output" child element of a port type operation.
Port Entity corresponding to the "port" WSDL element.
PortType Entity corresponding to the "portType" WSDL element.
Service Entity corresponding to the "service" WSDL element.
Types Entity corresponding to the "types" WSDL element.
WSDLDocument A WSDL document.
WSDLDocumentVisitorBase