Package | Description |
---|---|
org.apache.synapse.config | |
org.apache.synapse.config.xml |
Factories and serializers for XML based configuration.
|
org.apache.synapse.continuation | |
org.apache.synapse.core | |
org.apache.synapse.core.axis2 | |
org.apache.synapse.mediators.builtin | |
org.apache.synapse.mediators.eip | |
org.apache.synapse.mediators.eip.aggregator | |
org.apache.synapse.rest |
Modifier and Type | Method and Description |
---|---|
Map<String,SequenceMediator> |
SynapseConfiguration.getDefinedSequences()
Returns the map of defined sequences in the configuration excluding the
fetched sequences from remote registry.
|
Modifier and Type | Method and Description |
---|---|
SequenceMediator |
SequenceMediatorFactory.createAnonymousSequence(org.apache.axiom.om.OMElement elem,
Properties properties) |
Modifier and Type | Method and Description |
---|---|
org.apache.axiom.om.OMElement |
SequenceMediatorSerializer.serializeAnonymousSequence(org.apache.axiom.om.OMElement parent,
SequenceMediator mediator) |
org.apache.axiom.om.OMElement |
MultiXMLConfigurationSerializer.serializeSequence(SequenceMediator seq,
SynapseConfiguration synapseConfig,
org.apache.axiom.om.OMElement parent) |
Modifier and Type | Method and Description |
---|---|
static SequenceMediator |
ContinuationStackManager.retrieveSequence(MessageContext synCtx,
SeqContinuationState seqContState)
Retrieve the sequence from Continuation state which message should be injected to.
|
Modifier and Type | Method and Description |
---|---|
void |
SynapseEnvironment.injectAsync(MessageContext smc,
SequenceMediator seq)
This method injects a new message into the Synapse engine for the mediation
by the specified sequence.
|
boolean |
SynapseEnvironment.injectInbound(MessageContext smc,
SequenceMediator seq,
boolean sequential)
This method injects a new message into the Synapse engine for the mediation
by the specified sequence.
|
boolean |
SynapseEnvironment.injectMessage(MessageContext smc,
SequenceMediator seq)
Inject message to the sequence in synchronous manner
|
Modifier and Type | Method and Description |
---|---|
SequenceMediator |
ProxyService.getTargetInLineFaultSequence() |
SequenceMediator |
ProxyService.getTargetInLineInSequence() |
SequenceMediator |
ProxyService.getTargetInLineOutSequence() |
Modifier and Type | Method and Description |
---|---|
void |
Axis2SynapseEnvironment.injectAsync(MessageContext synCtx,
SequenceMediator seq) |
boolean |
Axis2SynapseEnvironment.injectInbound(MessageContext synCtx,
SequenceMediator seq,
boolean sequential)
Used by inbound polling endpoints to inject the message to synapse engine
|
boolean |
Axis2SynapseEnvironment.injectMessage(MessageContext smc,
SequenceMediator seq) |
void |
ProxyService.setTargetInLineFaultSequence(SequenceMediator targetInLineFaultSequence) |
void |
ProxyService.setTargetInLineInSequence(SequenceMediator targetInLineInSequence) |
void |
ProxyService.setTargetInLineOutSequence(SequenceMediator targetInLineOutSequence) |
Modifier and Type | Method and Description |
---|---|
SequenceMediator |
ForEachMediator.getSequence() |
Modifier and Type | Method and Description |
---|---|
void |
ForEachMediator.setSequence(SequenceMediator sequence) |
Modifier and Type | Method and Description |
---|---|
SequenceMediator |
Target.getSequence() |
Modifier and Type | Method and Description |
---|---|
void |
Target.setSequence(SequenceMediator sequence) |
Modifier and Type | Method and Description |
---|---|
SequenceMediator |
AggregateMediator.getOnCompleteSequence() |
Modifier and Type | Method and Description |
---|---|
void |
AggregateMediator.setOnCompleteSequence(SequenceMediator onCompleteSequence) |
Modifier and Type | Method and Description |
---|---|
SequenceMediator |
Resource.getFaultSequence() |
SequenceMediator |
Resource.getInSequence() |
SequenceMediator |
Resource.getOutSequence() |
Modifier and Type | Method and Description |
---|---|
void |
Resource.setFaultSequence(SequenceMediator faultSequence) |
void |
Resource.setInSequence(SequenceMediator inSequence) |
void |
Resource.setOutSequence(SequenceMediator outSequence) |
Copyright © 2005–2017 Apache Software Foundation. All rights reserved.