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.model.wsdl.editable   
com.sun.xml.ws.model.wsdl   
 

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.model.wsdl.editable
 

Subinterfaces of WSDLPortType in com.sun.xml.ws.api.model.wsdl.editable
 interface EditableWSDLPortType
           
 

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
 



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