Modifier and Type | Method and Description |
---|---|
ContinuationState |
ContinuationState.getChildContState()
Get the child ContinuationState
|
ContinuationState |
ContinuationState.getLeafChild()
Get the Leaf Child of this ContinuationState.
|
Modifier and Type | Method and Description |
---|---|
Stack<ContinuationState> |
MessageContext.getContinuationStateStack()
Get the ContinuationStateStack.
|
Modifier and Type | Method and Description |
---|---|
void |
ContinuationState.addLeafChild(ContinuationState leafChild)
Add a Leaf child to this ContinuationState
|
void |
MessageContext.pushContinuationState(ContinuationState continuationState) |
void |
ContinuationState.setChildContState(ContinuationState childContState)
Set the child ContinuationState.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractContinuationState |
class |
ReliantContinuationState
ReliantContinuationStates are added when branching the flow from a FlowContinuableMediator
which cannot be directly referred from the synapse configuration as an artifact.
|
class |
SeqContinuationState
A SeqContinuationState is added when mediation flow is branched using a Sequence Mediator.
|
Modifier and Type | Method and Description |
---|---|
ContinuationState |
AbstractContinuationState.getChildContState()
Get the child ContinuationState
|
ContinuationState |
AbstractContinuationState.getLeafChild()
Get the Leaf Child of this ContinuationState.
|
static ContinuationState |
ContinuationStackManager.peakContinuationStateStack(MessageContext synCtx)
Peek from Continuation Stack
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractContinuationState.addLeafChild(ContinuationState leafChild)
Add a Leaf child to this ContinuationState
|
void |
AbstractContinuationState.setChildContState(ContinuationState childContState)
Set the child ContinuationState.
|
Modifier and Type | Method and Description |
---|---|
Stack<ContinuationState> |
Axis2MessageContext.getContinuationStateStack() |
Modifier and Type | Method and Description |
---|---|
void |
Axis2MessageContext.pushContinuationState(ContinuationState continuationState) |
Modifier and Type | Method and Description |
---|---|
boolean |
FlowContinuableMediator.mediate(MessageContext synCtx,
ContinuationState continuationState)
Mediate the message using a ContinuationState.
|
Modifier and Type | Method and Description |
---|---|
boolean |
SequenceMediator.mediate(MessageContext synCtx,
ContinuationState continuationState) |
Modifier and Type | Method and Description |
---|---|
boolean |
ValidateMediator.mediate(MessageContext synCtx,
ContinuationState continuationState) |
Modifier and Type | Method and Description |
---|---|
boolean |
AggregateMediator.mediate(MessageContext synCtx,
ContinuationState contState) |
Modifier and Type | Method and Description |
---|---|
boolean |
CloneMediator.mediate(MessageContext synCtx,
ContinuationState continuationState) |
boolean |
IterateMediator.mediate(MessageContext synCtx,
ContinuationState continuationState) |
Modifier and Type | Method and Description |
---|---|
boolean |
FilterMediator.mediate(MessageContext synCtx,
ContinuationState continuationState) |
boolean |
OutMediator.mediate(MessageContext synCtx,
ContinuationState continuationState) |
boolean |
InMediator.mediate(MessageContext synCtx,
ContinuationState continuationState) |
boolean |
SwitchMediator.mediate(MessageContext synCtx,
ContinuationState continuationState) |
Modifier and Type | Method and Description |
---|---|
boolean |
InvokeMediator.mediate(MessageContext synCtx,
ContinuationState continuationState) |
Copyright © 2005–2018 Apache Software Foundation. All rights reserved.