|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AddressingVersion | |
---|---|
com.sun.xml.ws.addressing | |
com.sun.xml.ws.api | JAX-WS RI extension of JAX-WS API. |
com.sun.xml.ws.api.addressing | |
com.sun.xml.ws.api.message | Message and related abstractions that represent a SOAP message. |
com.sun.xml.ws.binding | |
com.sun.xml.ws.client | JAX-WS 2.0.1 Client Runtime |
com.sun.xml.ws.message | Message implementations. |
com.sun.xml.ws.message.stream |
Uses of AddressingVersion in com.sun.xml.ws.addressing |
---|
Fields in com.sun.xml.ws.addressing declared as AddressingVersion | |
---|---|
protected AddressingVersion |
WsaTube.addressingVersion
|
protected AddressingVersion |
WsaTubeHelper.addVer
|
Methods in com.sun.xml.ws.addressing with parameters of type AddressingVersion | |
---|---|
javax.xml.soap.SOAPFault |
WsaTubeHelper.newInvalidMapFault(InvalidMapException e,
AddressingVersion av)
|
javax.xml.soap.SOAPFault |
WsaTubeHelper.newMapRequiredFault(MapRequiredException e,
AddressingVersion av)
|
Constructors in com.sun.xml.ws.addressing with parameters of type AddressingVersion | |
---|---|
WsaPropertyBag(AddressingVersion addressingVersion,
SOAPVersion soapVersion,
Packet packet)
|
Uses of AddressingVersion in com.sun.xml.ws.api |
---|
Methods in com.sun.xml.ws.api that return AddressingVersion | |
---|---|
AddressingVersion |
WSBinding.getAddressingVersion()
Gets the WS-Addressing version of this binding. |
Uses of AddressingVersion in com.sun.xml.ws.api.addressing |
---|
Methods in com.sun.xml.ws.api.addressing that return AddressingVersion | |
---|---|
static AddressingVersion |
AddressingVersion.fromBinding(WSBinding binding)
Gets the AddressingVersion from a WSBinding |
static AddressingVersion |
AddressingVersion.fromFeature(javax.xml.ws.WebServiceFeature af)
|
static AddressingVersion |
AddressingVersion.fromNsUri(String nsUri)
Returns AddressingVersion whose nsUri equals to
the given string. |
static AddressingVersion |
AddressingVersion.fromPort(WSDLPort port)
Gets the AddressingVersion from a WSDLPort |
static AddressingVersion |
AddressingVersion.fromSpecClass(Class<? extends javax.xml.ws.EndpointReference> eprClass)
Gets the corresponding AddressingVersion instance from the
EPR class. |
AddressingVersion |
WSEndpointReference.getVersion()
Gets the addressing version of this EPR. |
static AddressingVersion |
AddressingVersion.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static AddressingVersion[] |
AddressingVersion.values()
Returns an array containing the constants of this enum type, in the order they're declared. |
Uses of AddressingVersion in com.sun.xml.ws.api.message |
---|
Methods in com.sun.xml.ws.api.message with parameters of type AddressingVersion | |
---|---|
static Message |
Messages.create(String unsupportedAction,
AddressingVersion av,
SOAPVersion sv)
Creates a fault Message that captures the code/subcode/subsubcode
defined by WS-Addressing if wsa:Action is not supported. |
Packet |
Packet.createServerResponse(Message responseMessage,
AddressingVersion addressingVersion,
SOAPVersion soapVersion,
String action)
Creates a server-side response Packet from a request
packet (this ). |
void |
HeaderList.fillRequestAddressingHeaders(Packet packet,
AddressingVersion av,
SOAPVersion sv,
boolean oneway,
String action)
Creates a set of outbound WS-Addressing headers on the client with the specified Action Message Addressing Property value. |
String |
HeaderList.getAction(AddressingVersion av,
SOAPVersion sv)
Returns the value of WS-Addressing Action header. |
WSEndpointReference |
HeaderList.getFaultTo(AddressingVersion av,
SOAPVersion sv)
Returns the value of WS-Addressing FaultTo header. |
String |
Message.getID(AddressingVersion av,
SOAPVersion sv)
Retuns a unique id for the message. |
String |
HeaderList.getMessageID(AddressingVersion av,
SOAPVersion sv)
Returns the value of WS-Addressing MessageID header. |
WSEndpointReference |
HeaderList.getReplyTo(AddressingVersion av,
SOAPVersion sv)
Returns the value of WS-Addressing ReplyTo header. |
String |
HeaderList.getTo(AddressingVersion av,
SOAPVersion sv)
Returns the value of WS-Addressing To header. |
WSEndpointReference |
Header.readAsEPR(AddressingVersion expected)
Reads this header as an WSEndpointReference . |
Uses of AddressingVersion in com.sun.xml.ws.binding |
---|
Methods in com.sun.xml.ws.binding that return AddressingVersion | |
---|---|
AddressingVersion |
BindingImpl.getAddressingVersion()
|
Uses of AddressingVersion in com.sun.xml.ws.client |
---|
Fields in com.sun.xml.ws.client declared as AddressingVersion | |
---|---|
protected AddressingVersion |
Stub.addrVersion
represents AddressingVersion on binding if enabled, otherwise null; |
Uses of AddressingVersion in com.sun.xml.ws.message |
---|
Fields in com.sun.xml.ws.message declared as AddressingVersion | |
---|---|
protected AddressingVersion |
ProblemActionHeader.av
|
Methods in com.sun.xml.ws.message with parameters of type AddressingVersion | |
---|---|
WSEndpointReference |
AbstractHeaderImpl.readAsEPR(AddressingVersion expected)
Default implementation that copies the infoset. |
Constructors in com.sun.xml.ws.message with parameters of type AddressingVersion | |
---|---|
FaultDetailHeader(AddressingVersion av,
String wrapper,
QName problemHeader)
|
|
FaultDetailHeader(AddressingVersion av,
String wrapper,
String problemValue)
|
|
ProblemActionHeader(String action,
AddressingVersion av)
|
|
ProblemActionHeader(String action,
String soapAction,
AddressingVersion av)
|
Uses of AddressingVersion in com.sun.xml.ws.message.stream |
---|
Methods in com.sun.xml.ws.message.stream with parameters of type AddressingVersion | |
---|---|
WSEndpointReference |
StreamHeader.readAsEPR(AddressingVersion expected)
Creates an EPR without copying infoset. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |