Uses of Interface
org.apache.synapse.SequenceFlowObserver
-
Packages that use SequenceFlowObserver Package Description org.apache.synapse.config org.apache.synapse.core org.apache.synapse.core.axis2 -
-
Uses of SequenceFlowObserver in org.apache.synapse.config
Methods in org.apache.synapse.config that return types with arguments of type SequenceFlowObserver Modifier and Type Method Description static List<SequenceFlowObserver>SequenceFlowObserversLoader. loadObservers() -
Uses of SequenceFlowObserver in org.apache.synapse.core
Methods in org.apache.synapse.core that return types with arguments of type SequenceFlowObserver Modifier and Type Method Description List<SequenceFlowObserver>SynapseEnvironment. getSequenceObservers()Get all sequence observersMethods in org.apache.synapse.core with parameters of type SequenceFlowObserver Modifier and Type Method Description voidSynapseEnvironment. registerSequenceObservers(SequenceFlowObserver observer)Register a sequence observer to the synapse environment -
Uses of SequenceFlowObserver in org.apache.synapse.core.axis2
Methods in org.apache.synapse.core.axis2 that return types with arguments of type SequenceFlowObserver Modifier and Type Method Description List<SequenceFlowObserver>Axis2SynapseEnvironment. getSequenceObservers()Get all sequence observersMethods in org.apache.synapse.core.axis2 with parameters of type SequenceFlowObserver Modifier and Type Method Description voidAxis2SynapseEnvironment. registerSequenceObservers(SequenceFlowObserver observer)Register a sequence observer to the synapse environment
-