Package | Description |
---|---|
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 |
Modifier and Type | Method and Description |
---|---|
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!). |
Modifier and Type | Method and Description |
---|---|
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 |
Modifier and Type | Method and Description |
---|---|
Map<QName,WSDLBoundPortType> |
WSDLModel.getBindings()
|
Modifier and Type | Method and Description |
---|---|
void |
WSDLParserExtension.bindingAttributes(WSDLBoundPortType binding,
javax.xml.stream.XMLStreamReader reader) |
boolean |
WSDLParserExtension.bindingElements(WSDLBoundPortType binding,
javax.xml.stream.XMLStreamReader reader) |
Modifier and Type | Class and Description |
---|---|
class |
WSDLBoundPortTypeImpl
Implementation of
WSDLBoundPortType |
Modifier and Type | Method and Description |
---|---|
WSDLBoundPortType |
WSDLBoundOperationImpl.getBoundPortType() |
Modifier and Type | Method and Description |
---|---|
Map<QName,WSDLBoundPortType> |
WSDLModelImpl.getBindings() |
Modifier and Type | Method and Description |
---|---|
void |
PolicyWSDLParserExtension.bindingAttributes(WSDLBoundPortType binding,
javax.xml.stream.XMLStreamReader reader) |
boolean |
PolicyWSDLParserExtension.bindingElements(WSDLBoundPortType binding,
javax.xml.stream.XMLStreamReader reader) |
Copyright (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.