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 ContinuationStateContinuationState. getChildContState()Get the child ContinuationStateContinuationStateContinuationState. 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 voidContinuationState. addLeafChild(ContinuationState leafChild)Add a Leaf child to this ContinuationStatevoidMessageContext. pushContinuationState(ContinuationState continuationState)voidContinuationState. 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 voidContinuationStateStackEventHandler. 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 voidSpanHandler. 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 classAbstractContinuationStateclassReliantContinuationStateReliantContinuationStates are added when branching the flow from a FlowContinuableMediator which cannot be directly referred from the synapse configuration as an artifact.classSeqContinuationStateA 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 ContinuationStateAbstractContinuationState. getChildContState()Get the child ContinuationStateContinuationStateAbstractContinuationState. getLeafChild()Get the Leaf Child of this ContinuationState.static ContinuationStateContinuationStackManager. peakContinuationStateStack(MessageContext synCtx)Peek from Continuation StackMethods in org.apache.synapse.continuation with parameters of type ContinuationState Modifier and Type Method Description voidAbstractContinuationState. addLeafChild(ContinuationState leafChild)Add a Leaf child to this ContinuationStatevoidAbstractContinuationState. 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 voidAxis2MessageContext. 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 booleanFlowContinuableMediator. 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 booleanSequenceMediator. 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 booleanValidateMediator. 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 booleanAggregateMediator. 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 booleanCloneMediator. mediate(MessageContext synCtx, ContinuationState continuationState)booleanIterateMediator. 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 booleanFilterMediator. mediate(MessageContext synCtx, ContinuationState continuationState)booleanInMediator. mediate(MessageContext synCtx, ContinuationState continuationState)booleanOutMediator. mediate(MessageContext synCtx, ContinuationState continuationState)booleanSwitchMediator. 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 booleanInvokeMediator. mediate(MessageContext synCtx, ContinuationState continuationState)
-