|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use WSDLBoundPortType | |
|---|---|
| com.sun.xml.ws.api.message | Message and 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 | |
|---|---|
WSDLBoundOperation |
Message.getOperation(WSDLBoundPortType boundPortType)
Deprecated. It is not always possible to uniquely identify the WSDL Operation from just the information in the Message. Instead, Use Packet.getWSDLOperation()
to get it correctly.
This method works only for a request. A pipe can determine an operation for a request, and then keep it in a local variable to use it with a response, so there should be no need to find out operation from a response (besides, there might not be any response!). |
| Uses of WSDLBoundPortType in com.sun.xml.ws.api.model.wsdl |
|---|
| Methods in com.sun.xml.ws.api.model.wsdl that return WSDLBoundPortType | |
|---|---|
WSDLBoundPortType |
WSDLPort.getBinding()
Gets WSDLBoundPortType associated with the WSDLPort. |
WSDLBoundPortType |
WSDLModel.getBinding(QName name)
Gets WSDLBoundPortType that models wsdl:binding |
WSDLBoundPortType |
WSDLModel.getBinding(QName serviceName,
QName portName)
Give a WSDLBoundPortType for the given wsdl:service and wsdl:port names. |
WSDLBoundPortType |
WSDLBoundOperation.getBoundPortType()
Gives the owner WSDLBoundPortType |
| Methods in com.sun.xml.ws.api.model.wsdl that return types with arguments of type WSDLBoundPortType | |
|---|---|
Map<QName,? extends WSDLBoundPortType> |
WSDLModel.getBindings()
Gives a Map of wsdl:binding QName and WSDLBoundPortType |
| Uses of WSDLBoundPortType in com.sun.xml.ws.api.model.wsdl.editable |
|---|
| Subinterfaces of WSDLBoundPortType in com.sun.xml.ws.api.model.wsdl.editable | |
|---|---|
interface |
EditableWSDLBoundPortType
|
| Uses of WSDLBoundPortType in com.sun.xml.ws.model.wsdl |
|---|
| Classes in com.sun.xml.ws.model.wsdl that implement WSDLBoundPortType | |
|---|---|
class |
WSDLBoundPortTypeImpl
Implementation of WSDLBoundPortType |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||