org.apache.synapse.handler
Class HandlerConstants

java.lang.Object
  extended by org.apache.synapse.handler.HandlerConstants

public final class HandlerConstants
extends Object

This class contains a set of contstants used in the synapse-handler module


Field Summary
static String FAULT_SEQUENCE_PARAM_NAME
          fault flow mediation sequence parameter name of the service parameter
static String IN_SEQUENCE_PARAM_NAME
          incoming mediation sequence parameter name of the service parameter
static String OUT_SEQUENCE_PARAM_NAME
          ioutgoing mediation sequence parameter name of the service parameter
 
Constructor Summary
HandlerConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

IN_SEQUENCE_PARAM_NAME

public static final String IN_SEQUENCE_PARAM_NAME
incoming mediation sequence parameter name of the service parameter

See Also:
Constant Field Values

OUT_SEQUENCE_PARAM_NAME

public static final String OUT_SEQUENCE_PARAM_NAME
ioutgoing mediation sequence parameter name of the service parameter

See Also:
Constant Field Values

FAULT_SEQUENCE_PARAM_NAME

public static final String FAULT_SEQUENCE_PARAM_NAME
fault flow mediation sequence parameter name of the service parameter

See Also:
Constant Field Values
Constructor Detail

HandlerConstants

public HandlerConstants()


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