Uses of Interface
org.apache.synapse.ContinuationState
-
-
Uses of ContinuationState in org.apache.synapse
Methods in org.apache.synapse that return ContinuationState Modifier and Type Method Description ContinuationState
ContinuationState. getChildContState()
Get the child ContinuationStateContinuationState
ContinuationState. getLeafChild()
Get the Leaf Child of this ContinuationState.Methods in org.apache.synapse that return types with arguments of type ContinuationState Modifier and Type Method Description Stack<ContinuationState>
MessageContext. getContinuationStateStack()
Get the ContinuationStateStack.Methods in org.apache.synapse with parameters of type ContinuationState Modifier and Type Method Description void
ContinuationState. addLeafChild(ContinuationState leafChild)
Add a Leaf child to this ContinuationStatevoid
MessageContext. pushContinuationState(ContinuationState continuationState)
void
ContinuationState. setChildContState(ContinuationState childContState)
Set the child ContinuationState. -
Uses of ContinuationState in org.apache.synapse.aspects.flow.statistics.tracing.opentelemetry.management.handling.event
Methods in org.apache.synapse.aspects.flow.statistics.tracing.opentelemetry.management.handling.event with parameters of type ContinuationState Modifier and Type Method Description void
ContinuationStateStackEventHandler. handleStateStackRemoval(ContinuationState continuationState, MessageContext synCtx)
Handles removal from the continuation state stack. -
Uses of ContinuationState in org.apache.synapse.aspects.flow.statistics.tracing.opentelemetry.management.handling.span
Methods in org.apache.synapse.aspects.flow.statistics.tracing.opentelemetry.management.handling.span with parameters of type ContinuationState Modifier and Type Method Description void
SpanHandler. handleStateStackRemoval(ContinuationState continuationState, MessageContext synCtx)
-
Uses of ContinuationState in org.apache.synapse.continuation
Classes in org.apache.synapse.continuation that implement ContinuationState Modifier and Type Class 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.Methods in org.apache.synapse.continuation that return ContinuationState Modifier and Type Method Description ContinuationState
AbstractContinuationState. getChildContState()
Get the child ContinuationStateContinuationState
AbstractContinuationState. getLeafChild()
Get the Leaf Child of this ContinuationState.static ContinuationState
ContinuationStackManager. peakContinuationStateStack(MessageContext synCtx)
Peek from Continuation StackMethods in org.apache.synapse.continuation with parameters of type ContinuationState Modifier and Type Method Description void
AbstractContinuationState. addLeafChild(ContinuationState leafChild)
Add a Leaf child to this ContinuationStatevoid
AbstractContinuationState. setChildContState(ContinuationState childContState)
Set the child ContinuationState. -
Uses of ContinuationState in org.apache.synapse.core.axis2
Methods in org.apache.synapse.core.axis2 that return types with arguments of type ContinuationState Modifier and Type Method Description Stack<ContinuationState>
Axis2MessageContext. getContinuationStateStack()
Methods in org.apache.synapse.core.axis2 with parameters of type ContinuationState Modifier and Type Method Description void
Axis2MessageContext. pushContinuationState(ContinuationState continuationState)
-
Uses of ContinuationState in org.apache.synapse.mediators
Methods in org.apache.synapse.mediators with parameters of type ContinuationState Modifier and Type Method Description boolean
FlowContinuableMediator. mediate(MessageContext synCtx, ContinuationState continuationState)
Mediate the message using a ContinuationState. -
Uses of ContinuationState in org.apache.synapse.mediators.base
Methods in org.apache.synapse.mediators.base with parameters of type ContinuationState Modifier and Type Method Description boolean
SequenceMediator. mediate(MessageContext synCtx, ContinuationState continuationState)
-
Uses of ContinuationState in org.apache.synapse.mediators.builtin
Methods in org.apache.synapse.mediators.builtin with parameters of type ContinuationState Modifier and Type Method Description boolean
ValidateMediator. mediate(MessageContext synCtx, ContinuationState continuationState)
-
Uses of ContinuationState in org.apache.synapse.mediators.eip.aggregator
Methods in org.apache.synapse.mediators.eip.aggregator with parameters of type ContinuationState Modifier and Type Method Description boolean
AggregateMediator. mediate(MessageContext synCtx, ContinuationState contState)
-
Uses of ContinuationState in org.apache.synapse.mediators.eip.splitter
Methods in org.apache.synapse.mediators.eip.splitter with parameters of type ContinuationState Modifier and Type Method Description boolean
CloneMediator. mediate(MessageContext synCtx, ContinuationState continuationState)
boolean
IterateMediator. mediate(MessageContext synCtx, ContinuationState continuationState)
-
Uses of ContinuationState in org.apache.synapse.mediators.filters
Methods in org.apache.synapse.mediators.filters with parameters of type ContinuationState Modifier and Type Method Description boolean
FilterMediator. mediate(MessageContext synCtx, ContinuationState continuationState)
boolean
InMediator. mediate(MessageContext synCtx, ContinuationState continuationState)
boolean
OutMediator. mediate(MessageContext synCtx, ContinuationState continuationState)
boolean
SwitchMediator. mediate(MessageContext synCtx, ContinuationState continuationState)
-
Uses of ContinuationState in org.apache.synapse.mediators.template
Methods in org.apache.synapse.mediators.template with parameters of type ContinuationState Modifier and Type Method Description boolean
InvokeMediator. mediate(MessageContext synCtx, ContinuationState continuationState)
-