|
IBM WebSphere Application ServerTM Release 7 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.websphere.wsaddressing.WSAConstants
com.ibm.wsspi.wsaddressing.WSAConstants
public class WSAConstants
This class maintains constants used within WS-Addressing.
Field Summary | |
---|---|
static java.lang.String |
WSADDRESSING_ACTION
WSADDRESSING_ACTION is the name of the stub/call property that can be set in order to to explicitly specify wsa:Action at runtime. |
static java.lang.String |
WSADDRESSING_FAULTTO_EPR
WSADDRESSING_FAULTTO_EPR is the name of the stub/call property that should be set to the faultTo EndpointReference in order to add a WSAddressing [fault endpoint] to subsequent messages. |
static java.lang.String |
WSADDRESSING_FROM_EPR
WSADDRESSING_FROM_EPR is the name of the stub/call property that should be set to the from EndpointReference in order to add a WSAddressing [source endpoint] to subsequent messages. |
static java.lang.String |
WSADDRESSING_INBOUND_ACTION
WSADDRESSING_INBOUND_ACTION is the name of the com.ibm.wspi.wsaddressing.AttributedURI property set in the Message Context to represent the WSAddressing [action] of the most recent inbound message. |
static java.lang.String |
WSADDRESSING_INBOUND_FAULTTO_EPR
WSADDRESSING_INBOUND_FROM_EPR is the name of the com.ibm.wspi.wsaddressing.EndpointReference property set in the Message Context to represent the WSAddressing [fault endpoint] of the most recent inbound message. |
static java.lang.String |
WSADDRESSING_INBOUND_FROM_EPR
WSADDRESSING_INBOUND_FROM_EPR is the name of the com.ibm.wspi.wsaddressing.EndpointReference property set in the Message Context to represent the WSAddressing [from endpoint] of the most recent inbound message. |
static java.lang.String |
WSADDRESSING_INBOUND_MESSAGE_ID
WSADDRESSING_INBOUND_MESSAGE_ID is the name of the com.ibm.wspi.wsaddressing.AttributedURI property set in the Message Context to represent the WSAddressing [message id] of the most recent inbound message. |
static java.lang.String |
WSADDRESSING_INBOUND_NAMESPACE
The WSADDRESSING_INBOUND_NAMESPACE is the name of the String property set in the Message Context to represent the Namespace of the WSAddressing headers that were found on the most recent inbound message. |
static java.lang.String |
WSADDRESSING_INBOUND_RELATIONSHIP_SET
WSADDRESSING_INBOUND_RELATIONSHIP_SET is the name of the java.util.Set set on the Message Context containing instances of com.ibm.wsspi.wsaddressing.Relationship, each representing a WSAddressing [relationship] that was on the most recent inbound message. |
static java.lang.String |
WSADDRESSING_INBOUND_REPLYTO_EPR
WSADDRESSING_INBOUND_REPLYTO_EPR is the name of the com.ibm.wspi.wsaddressing.EndpointReference property set in the Message Context to represent the WSAddressing [reply endpoint] of the most recent inbound message. |
static java.lang.String |
WSADDRESSING_INBOUND_TO
WSADDRESSING_INBOUND_TO is the name of the com.ibm.wspi.wsaddressing.AttributedURI property set in the Message Context to represent the WSAddressing [destination] of the most recent inbound message. |
static java.lang.String |
WSADDRESSING_MAPS_MUSTUNDERSTAND
The WSADDRESSING_MAPS_MUSTUNDERSTAND property is set to a value of java.lang.Boolean(true) to indicate that the SOAP-ENV:mustUnderstand="1" attribute should be added to outbound WS-Addressing Message Addressing Properties (MAPs). |
static java.lang.String |
WSADDRESSING_MESSAGE_ID
WSADDRESSING_MESSAGE_ID is the name of the stub/call property that may be set in order to override the generated WS-Addressing [message id] in subsequent invocations on the stub. |
static java.lang.String |
WSADDRESSING_METADATA_NAMESPACE
|
static java.lang.String |
WSADDRESSING_NAMESPACE
The dafault namespace in use. |
static java.lang.String |
WSADDRESSING_NAMESPACE_2004_08
The pre-w3c namespace for the 2004/08 specification. |
static java.lang.String |
WSADDRESSING_NAMESPACE_2005_08
The w3c namespace of 2005/08. |
static java.lang.String |
WSADDRESSING_OUTBOUND_NAMESPACE
WSADDRESSING_OUTBOUND_NAMESPACE is a property that may be set to a String in order to override the namespace (and associated specification semantics) associated with the WS-Addressing Message Addressing Properties (MAPs). |
static java.lang.String |
WSADDRESSING_RELATIONSHIP_SET
WSADDRESSING_RELATIONSHIP_SET is the name stub/call property that may be set in order to specify a set of WSAddressing [relationship] values for subsequent invocations. |
static java.lang.String |
WSADDRESSING_REPLYTO_EPR
WSADDRESSING_REPLYTO_EPR is the name of the stub/call property that should be set to the replyTo EndpointReference in order to add a WSAddressing [reply endpoint] to subsequent messages. |
static java.lang.String |
WSADDRESSING_WSDL_NAMESPACE
This is the 'default' namespace; the one used when no other supported namespace is specified. |
static java.lang.String |
WSADDRESSING_WSDL_NAMESPACE_2006_02
|
Fields inherited from class com.ibm.websphere.wsaddressing.WSAConstants |
---|
WSADDRESSING_DESTINATION_EPR |
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_FROM_EPR
public static final java.lang.String WSADDRESSING_REPLYTO_EPR
public static final java.lang.String WSADDRESSING_FAULTTO_EPR
public static final java.lang.String WSADDRESSING_RELATIONSHIP_SET
public static final java.lang.String WSADDRESSING_MESSAGE_ID
This property is useful when the client needs access to the [message id] value for asynchronous message correlation. The com.ibm.wsspi.wsaddressing.WSAddressingFactory.generateMessageID method is provided to generate a unique messageID for this property.
Care should be taken to remove this property when it is no longer required.
public static final java.lang.String WSADDRESSING_ACTION
If this property is not set, wsa:Action is automatically generated according to the WS-Addressing specification.
This property is useful if:
This property should be set to a value of type com.ibm.wsspi.wsaddressing.AttributedURI. Care should be taken to remove this property when it is no longer required.
public static final java.lang.String WSADDRESSING_OUTBOUND_NAMESPACE
Note that the WS-Addressing runtime will
public static final java.lang.String WSADDRESSING_INBOUND_TO
public static final java.lang.String WSADDRESSING_INBOUND_ACTION
public static final java.lang.String WSADDRESSING_INBOUND_MESSAGE_ID
public static final java.lang.String WSADDRESSING_INBOUND_RELATIONSHIP_SET
public static final java.lang.String WSADDRESSING_INBOUND_FROM_EPR
public static final java.lang.String WSADDRESSING_INBOUND_REPLYTO_EPR
public static final java.lang.String WSADDRESSING_INBOUND_FAULTTO_EPR
public static final java.lang.String WSADDRESSING_MAPS_MUSTUNDERSTAND
By default this property is not set, indicating that the SOAP-ENV:mustUnderstand="1" is not added to the MAPs.
public static final java.lang.String WSADDRESSING_INBOUND_NAMESPACE
public static final java.lang.String WSADDRESSING_NAMESPACE_2005_08
public static final java.lang.String WSADDRESSING_NAMESPACE_2004_08
public static final java.lang.String WSADDRESSING_NAMESPACE
public static final java.lang.String WSADDRESSING_WSDL_NAMESPACE
public static final java.lang.String WSADDRESSING_WSDL_NAMESPACE_2006_02
public static final java.lang.String WSADDRESSING_METADATA_NAMESPACE
Constructor Detail |
---|
public WSAConstants()
|
IBM WebSphere Application ServerTM Release 7 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |