|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.websphere.wsaddressing.WSAConstants
public class WSAConstants
This class contains the WS-Addressing constant exposed on the API.
Field Summary | |
---|---|
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 Summary | |
---|---|
WSAConstants()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
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
Constructor Detail |
---|
public WSAConstants()
|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |