org.apache.axis2.addressing
Interface AddressingConstants

All Known Implementing Classes:
AddressingBasedDispatcher, AddressingFinalInHandler, AddressingInFaultHandler, AddressingInHandler, AddressingOutHandler, AddressingSubmissionInHandler, AddressingValidationHandler

public interface AddressingConstants

Interface AddressingConstants


Nested Class Summary
static interface AddressingConstants.Final
           
static interface AddressingConstants.Submission
           
 
Field Summary
static String ACTION_ATTRIBUTES
          A property pointing to an ArrayList of OMAttribute objects representing any attributes of the wsa:Action header.
static String ADD_MUST_UNDERSTAND_TO_ADDRESSING_HEADERS
           
static String ADDR_VALIDATE_ACTION
           
static String ADDRESSING_OPTIONAL
           
static String ADDRESSING_REQUIRED
           
static String ADDRESSING_UNSPECIFIED
           
static String ANONYMOUS
           
static String DISABLE_ADDRESSING_FOR_OUT_MESSAGES
           
static String DISABLE_OUTBOUND_ADDRESSING_VALIDATION
          This property, if set to Boolean.TRUE, will mean that the addressing handler allows partially ws-addressed messages to be sent even if they are then invalid rather than throwing a fault.
static String EPR_ADDRESS
           
static String EPR_REFERENCE_PARAMETERS
           
static String EPR_SERVICE_NAME
           
static String FAULT_ACTION_NOT_SUPPORTED
           
static String FAULT_ACTION_NOT_SUPPORTED_REASON
           
static String FAULT_ADDRESSING_DESTINATION_UNREACHABLE
           
static String INCLUDE_OPTIONAL_HEADERS
          When set to Boolean.TRUE this will cause the addressing out handler to output all populated addressing headers in a message, including any optional ones.
static String IS_ADDR_INFO_ALREADY_PROCESSED
           
static String MESSAGEID_ATTRIBUTES
          A property pointing to an ArrayList of OMAttribute objects representing any attributes of the wsa:MessageID header.
static String PARAM_SERVICE_GROUP_CONTEXT_ID
           
static String REPLACE_ADDRESSING_HEADERS
           
static String USING_ADDRESSING
           
static String WS_ADDRESSING_VERSION
           
static String WSA_ACTION
           
static String WSA_DEFAULT_PREFIX
           
static String WSA_FAULT_TO
           
static String WSA_FROM
           
static String WSA_MESSAGE_ID
           
static String WSA_RELATES_TO
           
static String WSA_RELATES_TO_RELATIONSHIP_TYPE
           
static String WSA_REPLY_TO
           
static String WSA_TO
           
static String WSAW_ANONYMOUS_PARAMETER_NAME
           
 

Field Detail

WSA_MESSAGE_ID

static final String WSA_MESSAGE_ID
See Also:
Constant Field Values

WSA_RELATES_TO

static final String WSA_RELATES_TO
See Also:
Constant Field Values

WSA_RELATES_TO_RELATIONSHIP_TYPE

static final String WSA_RELATES_TO_RELATIONSHIP_TYPE
See Also:
Constant Field Values

WSA_TO

static final String WSA_TO
See Also:
Constant Field Values

WSA_REPLY_TO

static final String WSA_REPLY_TO
See Also:
Constant Field Values

WSA_FROM

static final String WSA_FROM
See Also:
Constant Field Values

WSA_FAULT_TO

static final String WSA_FAULT_TO
See Also:
Constant Field Values

WSA_ACTION

static final String WSA_ACTION
See Also:
Constant Field Values

EPR_SERVICE_NAME

static final String EPR_SERVICE_NAME
See Also:
Constant Field Values

EPR_REFERENCE_PARAMETERS

static final String EPR_REFERENCE_PARAMETERS
See Also:
Constant Field Values

EPR_ADDRESS

static final String EPR_ADDRESS
See Also:
Constant Field Values

WS_ADDRESSING_VERSION

static final String WS_ADDRESSING_VERSION
See Also:
Constant Field Values

WSA_DEFAULT_PREFIX

static final String WSA_DEFAULT_PREFIX
See Also:
Constant Field Values

PARAM_SERVICE_GROUP_CONTEXT_ID

static final String PARAM_SERVICE_GROUP_CONTEXT_ID
See Also:
Constant Field Values

IS_ADDR_INFO_ALREADY_PROCESSED

static final String IS_ADDR_INFO_ALREADY_PROCESSED
See Also:
Constant Field Values

ADDR_VALIDATE_ACTION

static final String ADDR_VALIDATE_ACTION
See Also:
Constant Field Values

USING_ADDRESSING

static final String USING_ADDRESSING
See Also:
Constant Field Values

ANONYMOUS

static final String ANONYMOUS
See Also:
Constant Field Values

ADDRESSING_UNSPECIFIED

static final String ADDRESSING_UNSPECIFIED
See Also:
Constant Field Values

ADDRESSING_OPTIONAL

static final String ADDRESSING_OPTIONAL
See Also:
Constant Field Values

ADDRESSING_REQUIRED

static final String ADDRESSING_REQUIRED
See Also:
Constant Field Values

REPLACE_ADDRESSING_HEADERS

static final String REPLACE_ADDRESSING_HEADERS
See Also:
Constant Field Values

DISABLE_ADDRESSING_FOR_OUT_MESSAGES

static final String DISABLE_ADDRESSING_FOR_OUT_MESSAGES
See Also:
Constant Field Values

ADD_MUST_UNDERSTAND_TO_ADDRESSING_HEADERS

static final String ADD_MUST_UNDERSTAND_TO_ADDRESSING_HEADERS
See Also:
Constant Field Values

ACTION_ATTRIBUTES

static final String ACTION_ATTRIBUTES
A property pointing to an ArrayList of OMAttribute objects representing any attributes of the wsa:Action header.

See Also:
Constant Field Values

MESSAGEID_ATTRIBUTES

static final String MESSAGEID_ATTRIBUTES
A property pointing to an ArrayList of OMAttribute objects representing any attributes of the wsa:MessageID header.

See Also:
Constant Field Values

INCLUDE_OPTIONAL_HEADERS

static final String INCLUDE_OPTIONAL_HEADERS
When set to Boolean.TRUE this will cause the addressing out handler to output all populated addressing headers in a message, including any optional ones.

See Also:
Constant Field Values

DISABLE_OUTBOUND_ADDRESSING_VALIDATION

static final String DISABLE_OUTBOUND_ADDRESSING_VALIDATION
This property, if set to Boolean.TRUE, will mean that the addressing handler allows partially ws-addressed messages to be sent even if they are then invalid rather than throwing a fault.

It is not clear how necessary this property is and it may be removed before the next release if it is not seen to be necessary - davidillsley@apache.org

See Also:
Constant Field Values

WSAW_ANONYMOUS_PARAMETER_NAME

static final String WSAW_ANONYMOUS_PARAMETER_NAME
See Also:
Constant Field Values

FAULT_ACTION_NOT_SUPPORTED

static final String FAULT_ACTION_NOT_SUPPORTED
See Also:
Constant Field Values

FAULT_ACTION_NOT_SUPPORTED_REASON

static final String FAULT_ACTION_NOT_SUPPORTED_REASON
See Also:
Constant Field Values

FAULT_ADDRESSING_DESTINATION_UNREACHABLE

static final String FAULT_ADDRESSING_DESTINATION_UNREACHABLE
See Also:
Constant Field Values