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

Packages that use com.sun.tools.ws.wsdl.document
com.sun.tools.ws.processor.model   
com.sun.tools.ws.processor.modeler.wsdl   
com.sun.tools.ws.wsdl.document   
com.sun.tools.ws.wsdl.parser   
 

Classes in com.sun.tools.ws.wsdl.document used by com.sun.tools.ws.processor.model
Message
          Entity corresponding to the "message" WSDL element.
Operation
          Entity corresponding to the "operation" child element of a "portType" WSDL element.
PortType
          Entity corresponding to the "portType" WSDL element.
 

Classes in com.sun.tools.ws.wsdl.document used by com.sun.tools.ws.processor.modeler.wsdl
Binding
          Entity corresponding to the "binding" WSDL element.
BindingOperation
          Entity corresponding to the "operation" child element of a WSDL "binding" element.
Documentation
          Entity corresponding to the "documentation" WSDL 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.
Port
          Entity corresponding to the "port" WSDL element.
PortType
          Entity corresponding to the "portType" WSDL element.
Service
          Entity corresponding to the "service" WSDL element.
WSDLDocument
          A WSDL document.
 

Classes in com.sun.tools.ws.wsdl.document used by com.sun.tools.ws.wsdl.document
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.
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.
WSDLDocumentVisitor
          A visitor for WSDL documents.
 

Classes in com.sun.tools.ws.wsdl.document used by com.sun.tools.ws.wsdl.parser
WSDLDocument
          A WSDL document.