Uses of Interface
com.sun.xml.ws.api.model.wsdl.WSDLPortType
-
Packages that use WSDLPortType Package Description 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 Modifier and Type Method Description WSDLPortTypeWSDLBoundPortType. getPortType()Gets theWSDLPortTypeassociated with the wsdl:bindingWSDLPortTypeWSDLModel. getPortType(QName name)GetsWSDLPortTypethat modelswsdl:portTypeMethods in com.sun.xml.ws.api.model.wsdl that return types with arguments of type WSDLPortType Modifier and Type Method Description Map<QName,? extends WSDLPortType>WSDLModel. getPortTypes() -
Uses of WSDLPortType in com.sun.xml.ws.api.model.wsdl.editable
Subinterfaces of WSDLPortType in com.sun.xml.ws.api.model.wsdl.editable Modifier and Type Interface Description interfaceEditableWSDLPortType -
Uses of WSDLPortType in com.sun.xml.ws.model.wsdl
Classes in com.sun.xml.ws.model.wsdl that implement WSDLPortType Modifier and Type Class Description classWSDLPortTypeImplProvides implementation ofcom.sun.xml.ws.api.model.wsdl.WSDLPortType
-