Package org.apache.synapse.continuation
Class SeqContinuationState
- java.lang.Object
-
- org.apache.synapse.continuation.AbstractContinuationState
-
- org.apache.synapse.continuation.SeqContinuationState
-
- All Implemented Interfaces:
ContinuationState
public class SeqContinuationState extends AbstractContinuationState
A SeqContinuationState is added when mediation flow is branched using a Sequence Mediator. SeqContinuationStates are stored in ContinuationState Stack which resides in MessageContext.- See Also:
ContinuationState
-
-
Constructor Summary
Constructors Constructor Description SeqContinuationState(SequenceType seqType, String seqName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getSeqName()
Get the sequence name.SequenceType
getSeqType()
Get the sequence type-
Methods inherited from class org.apache.synapse.continuation.AbstractContinuationState
addLeafChild, getChildContState, getLeafChild, getPosition, hasChild, removeLeafChild, setChildContState, setPosition
-
-
-
-
Constructor Detail
-
SeqContinuationState
public SeqContinuationState(SequenceType seqType, String seqName)
-
-
Method Detail
-
getSeqType
public SequenceType getSeqType()
Get the sequence type- Returns:
- sequence type
-
getSeqName
public String getSeqName()
Get the sequence name. null returns for all sequence types except named sequences- Returns:
- sequence name
-
-