|
||||||||||
| 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.wsdl.parser | Extension point for WSDL parsing. |
| com.sun.xml.ws.model.wsdl | |
| com.sun.xml.ws.policy.jaxws | |
| com.sun.xml.ws.wsdl.parser | |
| 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(javax.xml.namespace.QName name)
Gets WSDLBoundPortType that models wsdl:binding |
WSDLBoundPortType |
WSDLModel.getBinding(javax.xml.namespace.QName serviceName,
javax.xml.namespace.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 | |
|---|---|
java.util.Map<javax.xml.namespace.QName,WSDLBoundPortType> |
WSDLModel.getBindings()
Gives a Map of wsdl:binding QName and WSDLBoundPortType |
| Uses of WSDLBoundPortType in com.sun.xml.ws.api.wsdl.parser |
|---|
| Methods in com.sun.xml.ws.api.wsdl.parser with parameters of type WSDLBoundPortType | |
|---|---|
void |
WSDLParserExtension.bindingAttributes(WSDLBoundPortType binding,
javax.xml.stream.XMLStreamReader reader)
|
boolean |
WSDLParserExtension.bindingElements(WSDLBoundPortType binding,
javax.xml.stream.XMLStreamReader reader)
|
| 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 |
| Methods in com.sun.xml.ws.model.wsdl that return WSDLBoundPortType | |
|---|---|
WSDLBoundPortType |
WSDLBoundOperationImpl.getBoundPortType()
|
| Methods in com.sun.xml.ws.model.wsdl that return types with arguments of type WSDLBoundPortType | |
|---|---|
java.util.Map<javax.xml.namespace.QName,WSDLBoundPortType> |
WSDLModelImpl.getBindings()
|
| Uses of WSDLBoundPortType in com.sun.xml.ws.policy.jaxws |
|---|
| Methods in com.sun.xml.ws.policy.jaxws with parameters of type WSDLBoundPortType | |
|---|---|
void |
PolicyWSDLParserExtension.bindingAttributes(WSDLBoundPortType binding,
javax.xml.stream.XMLStreamReader reader)
|
boolean |
PolicyWSDLParserExtension.bindingElements(WSDLBoundPortType binding,
javax.xml.stream.XMLStreamReader reader)
|
| Uses of WSDLBoundPortType in com.sun.xml.ws.wsdl.parser |
|---|
| Methods in com.sun.xml.ws.wsdl.parser with parameters of type WSDLBoundPortType | |
|---|---|
boolean |
MemberSubmissionAddressingWSDLParserExtension.bindingElements(WSDLBoundPortType binding,
javax.xml.stream.XMLStreamReader reader)
|
boolean |
W3CAddressingMetadataWSDLParserExtension.bindingElements(WSDLBoundPortType binding,
javax.xml.stream.XMLStreamReader reader)
|
boolean |
W3CAddressingWSDLParserExtension.bindingElements(WSDLBoundPortType binding,
javax.xml.stream.XMLStreamReader reader)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||