Uses of Interface
com.sun.xml.ws.api.model.wsdl.WSDLPortType

Packages that use WSDLPortType
com.sun.xml.ws.api.model.wsdl   
com.sun.xml.ws.api.wsdl.parser Extension point for WSDL parsing. 
com.sun.xml.ws.model.wsdl   
com.sun.xml.ws.policy.jaxws   
 

Uses of WSDLPortType in com.sun.xml.ws.api.model.wsdl
 

Methods in com.sun.xml.ws.api.model.wsdl that return WSDLPortType
 WSDLPortType WSDLBoundPortType.getPortType()
          Gets the WSDLPortType associated with the wsdl:binding
 WSDLPortType WSDLModel.getPortType(QName name)
          Gets WSDLPortType that models wsdl:portType
 

Methods in com.sun.xml.ws.api.model.wsdl that return types with arguments of type WSDLPortType
 Map<QName,? extends WSDLPortType> WSDLModel.getPortTypes()
          Gives a Map of wsdl:portType QName and WSDLPortType
 

Uses of WSDLPortType in com.sun.xml.ws.api.wsdl.parser
 

Methods in com.sun.xml.ws.api.wsdl.parser with parameters of type WSDLPortType
 void WSDLParserExtension.portTypeAttributes(WSDLPortType portType, XMLStreamReader reader)
           
 boolean WSDLParserExtension.portTypeElements(WSDLPortType portType, XMLStreamReader reader)
           
 

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

Classes in com.sun.xml.ws.model.wsdl that implement WSDLPortType
 class WSDLPortTypeImpl
          Provides implementation of WSDLPortType
 

Uses of WSDLPortType in com.sun.xml.ws.policy.jaxws
 

Methods in com.sun.xml.ws.policy.jaxws with parameters of type WSDLPortType
 void PolicyWSDLParserExtension.portTypeAttributes(WSDLPortType portType, XMLStreamReader reader)
           
 boolean PolicyWSDLParserExtension.portTypeElements(WSDLPortType portType, XMLStreamReader reader)
           
 



Copyright © 2005-2013 Oracle Corporation. All Rights Reserved.