org.apache.synapse.mediators.eip
Class EIPConstants

java.lang.Object
  extended by org.apache.synapse.mediators.eip.EIPConstants

public final class EIPConstants
extends Object

Constants related to the EIP mediators


Field Summary
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 etc
static String MESSAGE_SEQUENCE
          Constant for the message sequence property key
static String MESSAGE_SEQUENCE_DELEMITER
          Delimiter for the message sequence value
 
Constructor Summary
EIPConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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

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
Constructor Detail

EIPConstants

public EIPConstants()


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