Uses of Class
com.sun.tools.ws.wsdl.document.WSDLDocument

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

Uses of WSDLDocument in com.sun.tools.ws.processor.modeler.wsdl
 

Fields in com.sun.tools.ws.processor.modeler.wsdl declared as WSDLDocument
protected  WSDLDocument WSDLModelerBase.document
           
 WSDLDocument WSDLModelerBase.ProcessSOAPOperationInfo.document
           
 

Methods in com.sun.tools.ws.processor.modeler.wsdl with parameters of type WSDLDocument
protected  void WSDLModeler.buildJAXBModel(WSDLDocument wsdlDocument)
           
protected  boolean WSDLModeler.processPort(Port wsdlPort, Service service, WSDLDocument document)
           
protected  void WSDLModeler.processService(Service wsdlService, Model model, WSDLDocument document)
           
 

Constructors in com.sun.tools.ws.processor.modeler.wsdl with parameters of type WSDLDocument
WSDLModelerBase.ProcessSOAPOperationInfo(Port modelPort, Port port, Operation portTypeOperation, BindingOperation bindingOperation, SOAPBinding soapBinding, WSDLDocument document, boolean hasOverloadedOperations, Map headers)
           
 

Uses of WSDLDocument in com.sun.tools.ws.wsdl.parser
 

Methods in com.sun.tools.ws.wsdl.parser that return WSDLDocument
 WSDLDocument WSDLParser.parse()