Uses of Class
com.sun.tools.ws.wsdl.document.WSDLDocument
-
Packages that use WSDLDocument Package Description 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 Modifier and Type Field Description protected WSDLDocumentWSDLModelerBase. documentWSDLDocumentWSDLModelerBase.ProcessSOAPOperationInfo. documentMethods in com.sun.tools.ws.processor.modeler.wsdl with parameters of type WSDLDocument Modifier and Type Method Description protected voidWSDLModeler. buildJAXBModel(WSDLDocument wsdlDocument)protected static MessageWSDLModelerBase. findMessage(QName messageName, WSDLDocument document)protected booleanWSDLModeler. processPort(Port wsdlPort, Service service, WSDLDocument document)protected voidWSDLModeler. processService(Service wsdlService, Model model, WSDLDocument document)Constructors in com.sun.tools.ws.processor.modeler.wsdl with parameters of type WSDLDocument Constructor Description 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 Modifier and Type Method Description WSDLDocumentWSDLParser. parse()
-