Uses of Class
com.sun.tools.ws.processor.model.Port

Packages that use Port
com.sun.tools.ws.processor.generator   
com.sun.tools.ws.processor.model   
com.sun.tools.ws.processor.modeler.annotation   
com.sun.tools.ws.processor.modeler.wsdl   
com.sun.tools.ws.processor.util   
 

Uses of Port in com.sun.tools.ws.processor.generator
 

Methods in com.sun.tools.ws.processor.generator with parameters of type Port
static String Names.getPortName(Port port)
           
 void GeneratorBase.visit(Port port)
           
 

Uses of Port in com.sun.tools.ws.processor.model
 

Methods in com.sun.tools.ws.processor.model that return Port
 Port Service.getPortByName(QName n)
           
 

Methods in com.sun.tools.ws.processor.model that return types with arguments of type Port
 List<Port> Service.getPorts()
           
 

Methods in com.sun.tools.ws.processor.model with parameters of type Port
 void Service.addPort(Port port)
           
protected  void ExtendedModelVisitor.postVisit(Port port)
           
protected  void ExtendedModelVisitor.preVisit(Port port)
           
protected  boolean ExtendedModelVisitor.shouldVisit(Port port)
           
 void ModelVisitor.visit(Port port)
           
 

Method parameters in com.sun.tools.ws.processor.model with type arguments of type Port
 void Service.setPorts(List<Port> m)
           
 

Uses of Port in com.sun.tools.ws.processor.modeler.annotation
 

Fields in com.sun.tools.ws.processor.modeler.annotation declared as Port
protected  Port WebServiceVisitor.port
           
 

Methods in com.sun.tools.ws.processor.modeler.annotation with parameters of type Port
 void ModelBuilder.setPort(Port port)
           
 void WebServiceAP.setPort(Port port)
           
 

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.modelPort
           
 

Fields in com.sun.tools.ws.processor.modeler.wsdl with type parameters of type Port
protected  Map<QName,Port> WSDLModelerBase._bindingNameToPortMap
           
 

Methods in com.sun.tools.ws.processor.modeler.wsdl with parameters of type Port
protected  void WSDLModelerBase.applyPortMethodCustomization(Port port, Port wsdlPort)
           
protected  boolean WSDLModeler.createJavaExceptionFromLiteralType(Fault fault, Port port, String operationName)
           
protected  void WSDLModeler.createJavaInterfaceForPort(Port port, boolean isProvider)
           
protected  void WSDLModeler.createJavaInterfaceForProviderPort(Port port)
           
protected  void WSDLModeler.createJavaMethodForOperation(Port port, Operation operation, JavaInterface intf)
           
protected  String WSDLModeler.getClassName(Port port, String suffix)
           
protected  String WSDLModeler.getJavaNameOfSEI(Port port)
           
 

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.processor.util
 

Methods in com.sun.tools.ws.processor.util with parameters of type Port
protected  void ClassNameCollector.postVisit(Port port)
           
protected  void ClassNameCollector.preVisit(Port port)
           
protected  void ClassNameCollector.processPort11x(Port port)
           
protected  boolean ClassNameCollector.shouldVisit(Port port)