Package org.apache.synapse.handler
Class HandlerConstants
- java.lang.Object
-
- 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
Fields Modifier and Type Field Description static String
FAULT_SEQUENCE_PARAM_NAME
fault flow mediation sequence parameter name of the service parameterstatic String
IN_SEQUENCE_PARAM_NAME
incoming mediation sequence parameter name of the service parameterstatic String
OUT_SEQUENCE_PARAM_NAME
ioutgoing mediation sequence parameter name of the service parameter
-
Constructor Summary
Constructors Constructor Description HandlerConstants()
-
-
-
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
-
-