org.jboss.soa.esb.listeners.message
Class ActionProcessingConstants

java.lang.Object
  extended by org.jboss.soa.esb.listeners.message.ActionProcessingConstants

public class ActionProcessingConstants
extends java.lang.Object

Action Processing Constants.


Field Summary
static java.lang.String PROPERTY_FAILURE_CALL_DETAILS
          Used to store the call details of the received message when a response cannot be sent.
static java.lang.String PROPERTY_FAILURE_RESPONSE_TYPE
          Used to store the response type when the response cannot be sent.
static java.lang.String PROPERTY_PAYLOAD_CONTENT_ENCODING
          Payload content encoding.
 
Constructor Summary
ActionProcessingConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PROPERTY_FAILURE_CALL_DETAILS

public static final java.lang.String PROPERTY_FAILURE_CALL_DETAILS
Used to store the call details of the received message when a response cannot be sent.

See Also:
Constant Field Values

PROPERTY_FAILURE_RESPONSE_TYPE

public static final java.lang.String PROPERTY_FAILURE_RESPONSE_TYPE
Used to store the response type when the response cannot be sent.

See Also:
Constant Field Values

PROPERTY_PAYLOAD_CONTENT_ENCODING

public static final java.lang.String PROPERTY_PAYLOAD_CONTENT_ENCODING
Payload content encoding. Only relevant for byte[] or InputStream payload types.

See Also:
Constant Field Values
Constructor Detail

ActionProcessingConstants

public ActionProcessingConstants()