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

Packages that use Port
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
 Port WSDLModelerBase.ProcessSOAPOperationInfo.port
           
 

Methods in com.sun.tools.ws.processor.modeler.wsdl with parameters of type Port
protected  void WSDLModelerBase.applyPortMethodCustomization(Port port, Port wsdlPort)
           
protected  boolean WSDLModelerBase.isProvider(Port wsdlPort)
           
protected  boolean WSDLModeler.processPort(Port wsdlPort, Service service, WSDLDocument document)
           
 

Constructors in com.sun.tools.ws.processor.modeler.wsdl with parameters of type Port
WSDLModelerBase.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
 Iterator<Port> Service.ports()
           
 

Methods in com.sun.tools.ws.wsdl.document with parameters of type Port
 void Service.add(Port port)
           
 void WSDLDocumentVisitor.postVisit(Port port)
           
 void WSDLDocumentVisitorBase.postVisit(Port port)
           
 void WSDLDocumentVisitor.preVisit(Port port)
           
 void WSDLDocumentVisitorBase.preVisit(Port port)