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 SeqContinuationStateContinuationStackManager. 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 SeqContinuationStateContinuationStackManager. getClonedSeqContinuationState(SeqContinuationState oriSeqContinuationState)Get a clone of a SeqContinuationStatestatic voidContinuationStackManager. pushFaultHandler(MessageContext synCtx, SeqContinuationState seqContState)Push fault handler for the received continuation call response.static SequenceMediatorContinuationStackManager. retrieveSequence(MessageContext synCtx, SeqContinuationState seqContState)Retrieve the sequence from Continuation state which message should be injected to.
-