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

Packages that use PortType
com.sun.tools.ws.processor.model   
com.sun.tools.ws.processor.modeler.wsdl   
com.sun.tools.ws.wsdl.document   
 

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

Fields in com.sun.tools.ws.processor.model with type parameters of type PortType
 Map<QName,PortType> Port.portTypes
           
 

Uses of PortType in com.sun.tools.ws.processor.modeler.wsdl
 

Methods in com.sun.tools.ws.processor.modeler.wsdl with parameters of type PortType
protected  boolean WSDLModeler.isAsync(PortType portType, Operation wsdlOperation)
           
 

Uses of PortType in com.sun.tools.ws.wsdl.document
 

Methods in com.sun.tools.ws.wsdl.document that return PortType
 PortType Binding.resolvePortType(AbstractDocument document)
           
 

Methods in com.sun.tools.ws.wsdl.document with parameters of type PortType
 void Definitions.add(PortType p)
           
 void WSDLDocumentVisitor.postVisit(PortType portType)
           
 void WSDLDocumentVisitorBase.postVisit(PortType portType)
           
 void WSDLDocumentVisitor.preVisit(PortType portType)
           
 void WSDLDocumentVisitorBase.preVisit(PortType portType)