Uses of Interface
com.sun.xml.ws.api.model.wsdl.WSDLBoundPortType
-
Packages that use WSDLBoundPortType Package Description com.sun.xml.ws.api.message Messageand related abstractions that represent a SOAP message.com.sun.xml.ws.api.model.wsdl com.sun.xml.ws.api.model.wsdl.editable com.sun.xml.ws.model.wsdl -
-
Uses of WSDLBoundPortType in com.sun.xml.ws.api.message
Methods in com.sun.xml.ws.api.message with parameters of type WSDLBoundPortType Modifier and Type Method Description WSDLBoundOperationMessage. getOperation(WSDLBoundPortType boundPortType)Deprecated.It is not always possible to uniquely identify the WSDL Operation from just the information in the Message. -
Uses of WSDLBoundPortType in com.sun.xml.ws.api.model.wsdl
Methods in com.sun.xml.ws.api.model.wsdl that return WSDLBoundPortType Modifier and Type Method Description WSDLBoundPortTypeWSDLModel. getBinding(QName name)GetsWSDLBoundPortTypethat modelswsdl:bindingWSDLBoundPortTypeWSDLModel. getBinding(QName serviceName, QName portName)Give aWSDLBoundPortTypefor the given wsdl:service and wsdl:port names.WSDLBoundPortTypeWSDLPort. getBinding()GetsWSDLBoundPortTypeassociated with theWSDLPort.WSDLBoundPortTypeWSDLBoundOperation. getBoundPortType()Gives the ownerWSDLBoundPortTypeMethods in com.sun.xml.ws.api.model.wsdl that return types with arguments of type WSDLBoundPortType Modifier and Type Method Description Map<QName,? extends WSDLBoundPortType>WSDLModel. getBindings() -
Uses of WSDLBoundPortType in com.sun.xml.ws.api.model.wsdl.editable
Subinterfaces of WSDLBoundPortType in com.sun.xml.ws.api.model.wsdl.editable Modifier and Type Interface Description interfaceEditableWSDLBoundPortType -
Uses of WSDLBoundPortType in com.sun.xml.ws.model.wsdl
Classes in com.sun.xml.ws.model.wsdl that implement WSDLBoundPortType Modifier and Type Class Description classWSDLBoundPortTypeImplImplementation ofWSDLBoundPortType
-