Package | Description |
---|---|
org.apache.synapse | |
org.apache.synapse.continuation | |
org.apache.synapse.mediators.base |
Modifier and Type | Method and Description |
---|---|
static SequenceType |
SequenceType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SequenceType[] |
SequenceType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
SequenceType |
SeqContinuationState.getSeqType()
Get the sequence type
|
Modifier and Type | Method and Description |
---|---|
static void |
ContinuationStackManager.addSeqContinuationState(MessageContext synCtx,
String seqName,
SequenceType seqType)
Add new SeqContinuationState to the stack.
|
static void |
ContinuationStackManager.removeSeqContinuationState(MessageContext synCtx,
SequenceType seqType)
Remove top SeqContinuationState from the stack.
|
Constructor and Description |
---|
SeqContinuationState(SequenceType seqType,
String seqName) |
Modifier and Type | Method and Description |
---|---|
void |
SequenceMediator.setSequenceType(SequenceType sequenceType) |
Copyright © 2005–2024 Apache Software Foundation. All rights reserved.