Uses of Class
com.sun.tools.ws.wsdl.document.Port
-
Packages that use Port Package Description com.sun.tools.ws.processor.modeler.wsdl com.sun.tools.ws.wsdl.document -
-
Uses of Port in com.sun.tools.ws.processor.modeler.wsdl
Fields in com.sun.tools.ws.processor.modeler.wsdl declared as Port Modifier and Type Field Description PortWSDLModelerBase.ProcessSOAPOperationInfo. portMethods in com.sun.tools.ws.processor.modeler.wsdl with parameters of type Port Modifier and Type Method Description protected voidWSDLModelerBase. applyPortMethodCustomization(Port port, Port wsdlPort)protected booleanWSDLModelerBase. isProvider(Port wsdlPort)protected booleanWSDLModeler. processPort(Port wsdlPort, Service service, WSDLDocument document)Constructors in com.sun.tools.ws.processor.modeler.wsdl with parameters of type Port Constructor Description ProcessSOAPOperationInfo(Port modelPort, Port port, Operation portTypeOperation, BindingOperation bindingOperation, SOAPBinding soapBinding, WSDLDocument document, boolean hasOverloadedOperations, Map headers) -
Uses of Port in com.sun.tools.ws.wsdl.document
Methods in com.sun.tools.ws.wsdl.document that return types with arguments of type Port Modifier and Type Method Description Iterator<Port>Service. ports()Methods in com.sun.tools.ws.wsdl.document with parameters of type Port Modifier and Type Method Description voidService. add(Port port)voidWSDLDocumentVisitor. postVisit(Port port)voidWSDLDocumentVisitorBase. postVisit(Port port)voidWSDLDocumentVisitor. preVisit(Port port)voidWSDLDocumentVisitorBase. preVisit(Port port)
-