public class WSAConstants
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
WSADDRESSING_DESTINATION_EPR
WSADDRESSING_DESTINATION_EPR is the name of the JAX-RPC Stub/DII Call property that may be set to
a WS-Addressing EndpointReference
in order to associate the Stub/DII Call object with a particular Endpoint.
|
Constructor and Description |
---|
WSAConstants() |
public static final java.lang.String WSADDRESSING_DESTINATION_EPR
Subsequent invocations of the Stub/DII Call object will use this EndpointReference in order to generate the WS-Addressing [destination] and [reference parameters] Message Addressing Properties (MAPs), in accordance with the WS-Addressing SOAP Binding Specification.
Setting the WSADDRESSING_DESTINATION_EPR property on a JAX-RPC Stub/DII Call object will cause the Stub's/DII Call object's target endpoint address to be overridden by the EndpointReference's [address]. If the target endpoint address should not be overridden by the EndpointReference's [address], applications should use the JAX-RPC interface to set the target endpoint address back to its initial value.
Setting the WSADDRESSING_DESTINATION_EPR property on an
In the case of a Stub or