Uses of Class
com.sun.xml.ws.model.wsdl.WSDLPortTypeImpl

Packages that use WSDLPortTypeImpl
com.sun.xml.ws.model.wsdl   
 

Uses of WSDLPortTypeImpl in com.sun.xml.ws.model.wsdl
 

Methods in com.sun.xml.ws.model.wsdl that return WSDLPortTypeImpl
 WSDLPortTypeImpl WSDLBoundPortTypeImpl.getPortType()
           
 WSDLPortTypeImpl WSDLModelImpl.getPortType(QName name)
           
 

Methods in com.sun.xml.ws.model.wsdl that return types with arguments of type WSDLPortTypeImpl
 Map<QName,WSDLPortTypeImpl> WSDLModelImpl.getPortTypes()
           
 

Methods in com.sun.xml.ws.model.wsdl with parameters of type WSDLPortTypeImpl
 void WSDLModelImpl.addPortType(WSDLPortTypeImpl pt)
           
 

Constructors in com.sun.xml.ws.model.wsdl with parameters of type WSDLPortTypeImpl
WSDLOperationImpl(javax.xml.stream.XMLStreamReader xsr, WSDLPortTypeImpl owner, QName name)