Uses of Class
com.sun.tools.ws.wsdl.document.WSDLDocument
Packages that use WSDLDocument
-
Uses of WSDLDocument in com.sun.tools.ws.processor.modeler.wsdl
Fields in com.sun.tools.ws.processor.modeler.wsdl declared as WSDLDocumentModifier and TypeFieldDescriptionprotected WSDLDocumentWSDLModelerBase.documentWSDLModelerBase.ProcessSOAPOperationInfo.documentMethods in com.sun.tools.ws.processor.modeler.wsdl with parameters of type WSDLDocumentModifier and TypeMethodDescriptionprotected 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 WSDLDocumentModifierConstructorDescriptionProcessSOAPOperationInfo(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