Uses of Class
org.apache.synapse.continuation.SeqContinuationState
-
Packages that use SeqContinuationState Package Description org.apache.synapse.continuation -
-
Uses of SeqContinuationState in org.apache.synapse.continuation
Methods in org.apache.synapse.continuation that return SeqContinuationState Modifier and Type Method Description static SeqContinuationState
ContinuationStackManager. getClonedSeqContinuationState(SeqContinuationState oriSeqContinuationState)
Get a clone of a SeqContinuationStateMethods in org.apache.synapse.continuation with parameters of type SeqContinuationState Modifier and Type Method Description static SeqContinuationState
ContinuationStackManager. getClonedSeqContinuationState(SeqContinuationState oriSeqContinuationState)
Get a clone of a SeqContinuationStatestatic void
ContinuationStackManager. pushFaultHandler(MessageContext synCtx, SeqContinuationState seqContState)
Push fault handler for the received continuation call response.static SequenceMediator
ContinuationStackManager. retrieveSequence(MessageContext synCtx, SeqContinuationState seqContState)
Retrieve the sequence from Continuation state which message should be injected to.
-