org.apache.synapse.message.processors.forward
Class ForwardingProcessorConstants

java.lang.Object
  extended by org.apache.synapse.message.processors.forward.ForwardingProcessorConstants

public final class ForwardingProcessorConstants
extends Object

class ForwardingProcessorConstants holds the constants that are used in Forwarding processors


Field Summary
static String AXIS2_CONFIG
          The axis2 configuration file path to be used by the Message Sender
static String AXIS2_REPO
          The axis2 repository location to be used By the Message Sender
static String BLOCKING_SENDER_ERROR
           
static String FAULT_SEQUENCE
          used for forward in case of Error
static String REPLY_SEQUENCE
          Used for in_out messages.
static String TARGET_ENDPOINT
          Message context property that holds the name of the target endpoint to be replayed
 
Constructor Summary
ForwardingProcessorConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TARGET_ENDPOINT

public static final String TARGET_ENDPOINT
Message context property that holds the name of the target endpoint to be replayed

See Also:
Constant Field Values

AXIS2_REPO

public static final String AXIS2_REPO
The axis2 repository location to be used By the Message Sender

See Also:
Constant Field Values

AXIS2_CONFIG

public static final String AXIS2_CONFIG
The axis2 configuration file path to be used by the Message Sender

See Also:
Constant Field Values

BLOCKING_SENDER_ERROR

public static final String BLOCKING_SENDER_ERROR
See Also:
Constant Field Values

REPLY_SEQUENCE

public static final String REPLY_SEQUENCE
Used for in_out messages. Processor will forward the message to this sequence

See Also:
Constant Field Values

FAULT_SEQUENCE

public static final String FAULT_SEQUENCE
used for forward in case of Error

See Also:
Constant Field Values
Constructor Detail

ForwardingProcessorConstants

public ForwardingProcessorConstants()


Copyright © 2005-2012 Apache Software Foundation. All Rights Reserved.