org.apache.axis.message.addressing
Interface Constants

All Known Implementing Classes:
AddressingHandler, AddressingUtils

public interface Constants

WS-Addressing constants.

Version:
$Revision: 14 $
Author:
Davanum Srinivas

Field Summary
static java.lang.String ACTION
          Field ACTION.
static java.lang.String ADDRESS
          The localName of the Address EPR element.
static javax.xml.soap.Name ATTR_REFP
          IsReferenceParameter attribute Name.
static java.lang.String ENDPOINT_REFERENCE
          Field ENDPOINT_REFERENCE.
static java.lang.String ENV_ADDRESSING_FAULTTO_URI
          SOAP message context prop with default value for wsa:FaultTo header for outgoing request messages.
static java.lang.String ENV_ADDRESSING_FROM_URI
          SOAP message context prop with default value for wsa:From header for outgoing request messages.
static java.lang.String ENV_ADDRESSING_NAMESPACE_URI
          SOAP message context prop that contains the namespace URI of the WSA version being used by the current request.
static java.lang.String ENV_ADDRESSING_REPLYTO_URI
          SOAP message context prop with default value for wsa:ReplyTo header for outgoing request messages.
static java.lang.String ENV_ADDRESSING_REQUEST_HEADERS
          Field ENV_ADDRESSING_REQUEST_HEADERS.
static java.lang.String ENV_ADDRESSING_REQUIRED
          MC property for setting the "requiredness" of WS-Addr.
static java.lang.String ENV_ADDRESSING_RESP_ACTION
          MessageContext property name for setting the response action.
static java.lang.String ENV_ADDRESSING_RESPONSE_HEADERS
          Field ENV_ADDRESSING_RESPONSE_HEADERS.
static java.lang.String ENV_ADDRESSING_SEND_REPLYTO
          SOAP message context prop that expects a value of "true" or "false".
static java.lang.String ENV_ADDRESSING_SET_MUST_UNDERSTAND
          SOAP message context prop that expects a value of "true" or "false".
static java.lang.String ENV_ADDRESSING_SHARED_HEADERS
          Internal property for passing some WSA headers from the generated Stub class to the handlers.
static java.lang.String FAULT_DETAIL
          Fault-Detail end-point reference field name.
static java.lang.String FAULT_TO
          Field FAULT_TO.
static java.lang.String FROM
          Field FROM.
static java.lang.String MESSAGE_ID
          Field MESSAGE_ID.
static java.lang.String METADATA
          Metadata End-point reference field name.
static java.lang.String NS_PREFIX_ADDRESSING
          A prefix for the WSA namespace.
static java.lang.String NS_URI_ADDRESSING
          Deprecated. Use NS_URI_ADDRESSING_DEFAULT instead.
static java.lang.String NS_URI_ADDRESSING_2003_03
          Namespace for 2003/03 revision of WSA schema.
static java.lang.String NS_URI_ADDRESSING_2004_03
          Namespace for 2004/03 revision of WSA schema.
static java.lang.String NS_URI_ADDRESSING_2004_08
          Namespace for 2004/08 revision of WSA schema.
static java.lang.String NS_URI_ADDRESSING_2005_08
          Namespace for 2005/08 revision of WSA schema (CR version too).
static java.lang.String NS_URI_ADDRESSING_DEFAULT
          Default WSA namespace to use when serializing EPRs or WSA headers.
static java.lang.String PORT_NAME
          The name of the PortName attribute of the ServiceName EPR element.
static java.lang.String PORT_TYPE
          The localName of the PortType EPR element.
static java.lang.String RECIPIENT
          Field RECIPIENT.
static java.lang.String REFERENCE_PARAMETERS
          The localName of the ReferenceParameters EPR element.
static java.lang.String REFERENCE_PROPERTIES
          The localName of the ReferenceProperties EPR element.
static java.lang.String RELATES_TO
          Field RELATES_TO.
static java.lang.String RELATIONSHIP_TYPE
          Field RELATIONSHIP_TYPE.
static java.lang.String REPLY
          Field REPLY.
static java.lang.String REPLY_TO
          Field REPLY_TO.
static java.lang.String RESPONSE
          Field RESPONSE.
static java.lang.String SEND_DEFAULT_FROM
          Configuration property.
static java.lang.String SEND_DEFAULT_MESSAGEID
          Configuration property.
static java.lang.String SEND_DEFAULT_TO
          Configuration property.
static java.lang.String SERVICE_NAME
          The localName of the ServiceName EPR element.
static java.lang.String TO
          Field TO.
static java.lang.String URI_ANONYMOUS_W3C_CR
          Anonymous target URI.
static java.lang.String URI_NONE_W3C_CR
          None URI.
static java.lang.String URI_REPLY
          Reply URI.
static java.lang.String WSDL_ATTRIB_ACTION
          Field QNAME_ACTION.
 

Field Detail

NS_PREFIX_ADDRESSING

static final java.lang.String NS_PREFIX_ADDRESSING
A prefix for the WSA namespace.

See Also:
Constant Field Values

NS_URI_ADDRESSING_2003_03

static final java.lang.String NS_URI_ADDRESSING_2003_03
Namespace for 2003/03 revision of WSA schema.

See Also:
Constant Field Values

NS_URI_ADDRESSING_2004_03

static final java.lang.String NS_URI_ADDRESSING_2004_03
Namespace for 2004/03 revision of WSA schema.

See Also:
Constant Field Values

NS_URI_ADDRESSING_2004_08

static final java.lang.String NS_URI_ADDRESSING_2004_08
Namespace for 2004/08 revision of WSA schema.

See Also:
Constant Field Values

NS_URI_ADDRESSING_2005_08

static final java.lang.String NS_URI_ADDRESSING_2005_08
Namespace for 2005/08 revision of WSA schema (CR version too).

See Also:
Constant Field Values

NS_URI_ADDRESSING_DEFAULT

static final java.lang.String NS_URI_ADDRESSING_DEFAULT
Default WSA namespace to use when serializing EPRs or WSA headers.

See Also:
Constant Field Values

NS_URI_ADDRESSING

@Deprecated
static final java.lang.String NS_URI_ADDRESSING
Deprecated. Use NS_URI_ADDRESSING_DEFAULT instead.
Default WSA namespace to use when serializing EPRs or WSA headers.

See Also:
Constant Field Values

URI_ANONYMOUS_W3C_CR

static final java.lang.String URI_ANONYMOUS_W3C_CR
Anonymous target URI.

See Also:
Constant Field Values

URI_NONE_W3C_CR

static final java.lang.String URI_NONE_W3C_CR
None URI.

See Also:
Constant Field Values

URI_REPLY

static final java.lang.String URI_REPLY
Reply URI.

See Also:
Constant Field Values

ENDPOINT_REFERENCE

static final java.lang.String ENDPOINT_REFERENCE
Field ENDPOINT_REFERENCE.

See Also:
Constant Field Values

MESSAGE_ID

static final java.lang.String MESSAGE_ID
Field MESSAGE_ID.

See Also:
Constant Field Values

RELATES_TO

static final java.lang.String RELATES_TO
Field RELATES_TO.

See Also:
Constant Field Values

RELATIONSHIP_TYPE

static final java.lang.String RELATIONSHIP_TYPE
Field RELATIONSHIP_TYPE.

See Also:
Constant Field Values

ACTION

static final java.lang.String ACTION
Field ACTION.

See Also:
Constant Field Values

ADDRESS

static final java.lang.String ADDRESS
The localName of the Address EPR element.

See Also:
Constant Field Values

REFERENCE_PROPERTIES

static final java.lang.String REFERENCE_PROPERTIES
The localName of the ReferenceProperties EPR element.

See Also:
Constant Field Values

REFERENCE_PARAMETERS

static final java.lang.String REFERENCE_PARAMETERS
The localName of the ReferenceParameters EPR element.

See Also:
Constant Field Values

SERVICE_NAME

static final java.lang.String SERVICE_NAME
The localName of the ServiceName EPR element.

See Also:
Constant Field Values

PORT_NAME

static final java.lang.String PORT_NAME
The name of the PortName attribute of the ServiceName EPR element.

See Also:
Constant Field Values

PORT_TYPE

static final java.lang.String PORT_TYPE
The localName of the PortType EPR element.

See Also:
Constant Field Values

RESPONSE

static final java.lang.String RESPONSE
Field RESPONSE.

See Also:
Constant Field Values

REPLY

static final java.lang.String REPLY
Field REPLY.

See Also:
Constant Field Values

TO

static final java.lang.String TO
Field TO.

See Also:
Constant Field Values

REPLY_TO

static final java.lang.String REPLY_TO
Field REPLY_TO.

See Also:
Constant Field Values

FAULT_TO

static final java.lang.String FAULT_TO
Field FAULT_TO.

See Also:
Constant Field Values

FROM

static final java.lang.String FROM
Field FROM.

See Also:
Constant Field Values

FAULT_DETAIL

static final java.lang.String FAULT_DETAIL
Fault-Detail end-point reference field name.

See Also:
Constant Field Values

RECIPIENT

static final java.lang.String RECIPIENT
Field RECIPIENT.

See Also:
Constant Field Values

METADATA

static final java.lang.String METADATA
Metadata End-point reference field name.

See Also:
Constant Field Values

ENV_ADDRESSING_SHARED_HEADERS

static final java.lang.String ENV_ADDRESSING_SHARED_HEADERS
Internal property for passing some WSA headers from the generated Stub class to the handlers.

See Also:
Constant Field Values

ENV_ADDRESSING_REQUEST_HEADERS

static final java.lang.String ENV_ADDRESSING_REQUEST_HEADERS
Field ENV_ADDRESSING_REQUEST_HEADERS.

See Also:
Constant Field Values

ENV_ADDRESSING_RESPONSE_HEADERS

static final java.lang.String ENV_ADDRESSING_RESPONSE_HEADERS
Field ENV_ADDRESSING_RESPONSE_HEADERS.

See Also:
Constant Field Values

ENV_ADDRESSING_NAMESPACE_URI

static final java.lang.String ENV_ADDRESSING_NAMESPACE_URI
SOAP message context prop that contains the namespace URI of the WSA version being used by the current request. Value is a String.

See Also:
Constant Field Values

ENV_ADDRESSING_FROM_URI

static final java.lang.String ENV_ADDRESSING_FROM_URI
SOAP message context prop with default value for wsa:From header for outgoing request messages.

See Also:
Constant Field Values

ENV_ADDRESSING_REPLYTO_URI

static final java.lang.String ENV_ADDRESSING_REPLYTO_URI
SOAP message context prop with default value for wsa:ReplyTo header for outgoing request messages.

See Also:
Constant Field Values

ENV_ADDRESSING_FAULTTO_URI

static final java.lang.String ENV_ADDRESSING_FAULTTO_URI
SOAP message context prop with default value for wsa:FaultTo header for outgoing request messages.

See Also:
Constant Field Values

ENV_ADDRESSING_SET_MUST_UNDERSTAND

static final java.lang.String ENV_ADDRESSING_SET_MUST_UNDERSTAND
SOAP message context prop that expects a value of "true" or "false".

See Also:
Constant Field Values

ENV_ADDRESSING_SEND_REPLYTO

static final java.lang.String ENV_ADDRESSING_SEND_REPLYTO
SOAP message context prop that expects a value of "true" or "false".

See Also:
Constant Field Values

ENV_ADDRESSING_RESP_ACTION

static final java.lang.String ENV_ADDRESSING_RESP_ACTION
MessageContext property name for setting the response action. Will only work if an action is not already included in the response AddressingHeaders (see AddressingHandler.java).

See Also:
Constant Field Values

ENV_ADDRESSING_REQUIRED

static final java.lang.String ENV_ADDRESSING_REQUIRED
MC property for setting the "requiredness" of WS-Addr. If true, the AddressingHandler will fault if there are no WSA headers in received messages.

See Also:
Constant Field Values

SEND_DEFAULT_FROM

static final java.lang.String SEND_DEFAULT_FROM
Configuration property.

See Also:
Constant Field Values

SEND_DEFAULT_MESSAGEID

static final java.lang.String SEND_DEFAULT_MESSAGEID
Configuration property.

See Also:
Constant Field Values

SEND_DEFAULT_TO

static final java.lang.String SEND_DEFAULT_TO
Configuration property.

See Also:
Constant Field Values

WSDL_ATTRIB_ACTION

static final java.lang.String WSDL_ATTRIB_ACTION
Field QNAME_ACTION.

See Also:
Constant Field Values

ATTR_REFP

static final javax.xml.soap.Name ATTR_REFP
IsReferenceParameter attribute Name.



Copyright © 2008-2009 Rodrigo Ruiz. All Rights Reserved.