Package org.apache.synapse.mediators.eip
Class EIPConstants
- java.lang.Object
-
- org.apache.synapse.mediators.eip.EIPConstants
-
public final class EIPConstants extends Object
Constants related to the EIP mediators
-
-
Field Summary
Fields Modifier and Type Field Description static String
AGGREGATE_CORRELATION
Typically the message ID of the parent message in a split/iterate etc so that its children could be uniquely aggregated by the aggrgate mediator etcstatic String
AGGREGATE_ELEMENT_TYPE_CHILD
Constant for the Aggregate Element Type: childstatic String
AGGREGATE_ELEMENT_TYPE_ROOT
Constant for the Aggregate Element Type: rootstatic String
EIP_SHARED_DATA_HOLDER
static String
ERROR_ON_TARGET_EXECUTION
static String
MESSAGE_SEQUENCE
Constant for the message sequence property keystatic String
MESSAGE_SEQUENCE_DELEMITER
Delimiter for the message sequence value
-
Constructor Summary
Constructors Constructor Description EIPConstants()
-
-
-
Field Detail
-
AGGREGATE_CORRELATION
public static final String AGGREGATE_CORRELATION
Typically the message ID of the parent message in a split/iterate etc so that its children could be uniquely aggregated by the aggrgate mediator etc- See Also:
- Constant Field Values
-
EIP_SHARED_DATA_HOLDER
public static final String EIP_SHARED_DATA_HOLDER
- See Also:
- Constant Field Values
-
MESSAGE_SEQUENCE
public static final String MESSAGE_SEQUENCE
Constant for the message sequence property key- See Also:
- Constant Field Values
-
MESSAGE_SEQUENCE_DELEMITER
public static final String MESSAGE_SEQUENCE_DELEMITER
Delimiter for the message sequence value- See Also:
- Constant Field Values
-
AGGREGATE_ELEMENT_TYPE_ROOT
public static final String AGGREGATE_ELEMENT_TYPE_ROOT
Constant for the Aggregate Element Type: root- See Also:
- Constant Field Values
-
AGGREGATE_ELEMENT_TYPE_CHILD
public static final String AGGREGATE_ELEMENT_TYPE_CHILD
Constant for the Aggregate Element Type: child- See Also:
- Constant Field Values
-
ERROR_ON_TARGET_EXECUTION
public static final String ERROR_ON_TARGET_EXECUTION
- See Also:
- Constant Field Values
-
-