Modifier and Type | Field and Description |
---|---|
protected SynapseEnvironment |
Axis2SynapseController.synapseEnvironment
Reference to the Synapse configuration
|
Modifier and Type | Method and Description |
---|---|
SynapseEnvironment |
Axis2SynapseController.createSynapseEnvironment()
Setup synapse in axis2 environment and return the created instance.
|
SynapseEnvironment |
SynapseController.createSynapseEnvironment()
Creates the SynapseEnvironment instance.
|
SynapseEnvironment |
MessageContext.getEnvironment()
Returns a reference to the host Synapse Environment
|
SynapseEnvironment |
ServerContextInformation.getSynapseEnvironment() |
Modifier and Type | Method and Description |
---|---|
void |
ManagedLifecycle.init(SynapseEnvironment se)
This method should implement the initialization of the
implemented parts of the configuration.
|
void |
MessageContext.setEnvironment(SynapseEnvironment se)
Sets the SynapseEnvironment reference to this context
|
void |
ServerContextInformation.setSynapseEnvironment(SynapseEnvironment synapseEnvironment) |
Modifier and Type | Method and Description |
---|---|
static SynapseEnvironment |
SynapseConfigUtils.getSynapseEnvironment(org.apache.axis2.engine.AxisConfiguration axisCfg) |
Modifier and Type | Method and Description |
---|---|
void |
SynapseConfiguration.init(SynapseEnvironment se)
This method will be called in the startup of Synapse or in an initiation
and will initialize all the managed parts of the Synapse Configuration
|
Modifier and Type | Method and Description |
---|---|
void |
SwitchCase.init(SynapseEnvironment se) |
Modifier and Type | Class and Description |
---|---|
class |
Axis2SynapseEnvironment
This is the Axis2 implementation of the SynapseEnvironment
|
Modifier and Type | Method and Description |
---|---|
SynapseEnvironment |
Axis2MessageContext.getEnvironment() |
Modifier and Type | Method and Description |
---|---|
void |
Axis2MessageContext.setEnvironment(SynapseEnvironment synEnv) |
static void |
MessageContextCreatorForAxis2.setSynEnv(SynapseEnvironment synEnv) |
Constructor and Description |
---|
Axis2MessageContext(org.apache.axis2.context.MessageContext axisMsgCtx,
SynapseConfiguration synCfg,
SynapseEnvironment synEnv)
Constructor for the Axis2MessageContext inside Synapse
|
Modifier and Type | Method and Description |
---|---|
protected SynapseEnvironment |
AbstractSynapseArtifactDeployer.getSynapseEnvironment() |
Modifier and Type | Method and Description |
---|---|
void |
LoadbalanceEndpoint.init(SynapseEnvironment synapseEnvironment) |
void |
ServiceDynamicLoadbalanceEndpoint.init(SynapseEnvironment synapseEnvironment) |
void |
IndirectEndpoint.init(SynapseEnvironment synapseEnvironment) |
void |
TemplateEndpoint.init(SynapseEnvironment synapseEnvironment) |
void |
RecipientListEndpoint.init(SynapseEnvironment synapseEnvironment) |
void |
SALoadbalanceEndpoint.init(SynapseEnvironment synapseEnvironment) |
void |
AbstractEndpoint.init(SynapseEnvironment synapseEnvironment) |
void |
DynamicLoadbalanceEndpoint.init(SynapseEnvironment synapseEnvironment) |
Modifier and Type | Method and Description |
---|---|
void |
WeightedRRLCAlgorithm.init(SynapseEnvironment se) |
void |
WeightedRoundRobin.init(SynapseEnvironment se) |
Modifier and Type | Method and Description |
---|---|
void |
SEDAMediator.init(SynapseEnvironment se) |
Modifier and Type | Method and Description |
---|---|
void |
CalloutBlockMediator.init(SynapseEnvironment synEnv)
Initialize synapse environment
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractListMediator.init(SynapseEnvironment se)
Initialize child mediators recursively
|
Modifier and Type | Method and Description |
---|---|
void |
SequenceMediator.init(SynapseEnvironment se)
This method will ensure that each and every sequence wil only be initialized atmost once
|
Modifier and Type | Method and Description |
---|---|
void |
EJBMediator.init(SynapseEnvironment se) |
Modifier and Type | Method and Description |
---|---|
SynapseEnvironment |
ScriptMessageContext.getEnvironment() |
Modifier and Type | Method and Description |
---|---|
void |
ScriptMessageContext.setEnvironment(SynapseEnvironment se) |
Modifier and Type | Method and Description |
---|---|
void |
SendMediator.init(SynapseEnvironment synapseEnvironment) |
void |
CalloutMediator.init(SynapseEnvironment synEnv) |
void |
CacheMediator.init(SynapseEnvironment se) |
Modifier and Type | Method and Description |
---|---|
void |
AbstractDBMediator.init(SynapseEnvironment se)
Initializes the mediator - either an existing data source will be looked up
from an in- or external JNDI provider or a custom data source will be created
based on the provide configuration (using Apache DBCP).
|
Modifier and Type | Method and Description |
---|---|
void |
AggregateMediator.init(SynapseEnvironment se) |
Constructor and Description |
---|
Aggregate(SynapseEnvironment synEnv,
String corelation,
long timeoutMillis,
int min,
int max,
AggregateMediator mediator)
Save aggregation properties and timeout
|
Modifier and Type | Method and Description |
---|---|
void |
SamplingThrottleMediator.init(SynapseEnvironment synapseEnvironment) |
Modifier and Type | Method and Description |
---|---|
void |
CloneMediator.init(SynapseEnvironment se) |
void |
IterateMediator.init(SynapseEnvironment se) |
Modifier and Type | Method and Description |
---|---|
void |
ClassMediator.init(SynapseEnvironment se) |
Modifier and Type | Method and Description |
---|---|
void |
FilterMediator.init(SynapseEnvironment se) |
void |
SwitchMediator.init(SynapseEnvironment se) |
Modifier and Type | Method and Description |
---|---|
void |
SpringMediator.init(SynapseEnvironment se) |
Modifier and Type | Method and Description |
---|---|
void |
TemplateMediator.init(SynapseEnvironment se) |
Modifier and Type | Method and Description |
---|---|
void |
ThrottleMediator.init(SynapseEnvironment se) |
Modifier and Type | Method and Description |
---|---|
void |
ScheduledMessageProcessor.init(SynapseEnvironment se) |
void |
AbstractMessageProcessor.init(SynapseEnvironment se) |
Modifier and Type | Method and Description |
---|---|
void |
ScheduledMessageForwardingProcessor.init(SynapseEnvironment se) |
Modifier and Type | Method and Description |
---|---|
void |
ResequencingProcessor.init(SynapseEnvironment se)
Initiate the processor with SynapseEnvironment
|
Modifier and Type | Method and Description |
---|---|
void |
SamplingProcessor.init(SynapseEnvironment se) |
Modifier and Type | Field and Description |
---|---|
protected SynapseEnvironment |
AbstractMessageStore.synapseEnvironment
synapse environment reference
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractMessageStore.init(SynapseEnvironment se) |
Modifier and Type | Method and Description |
---|---|
void |
Resource.init(SynapseEnvironment se) |
void |
API.init(SynapseEnvironment se) |
Modifier and Type | Method and Description |
---|---|
void |
SimpleQuartz.init(SynapseEnvironment synapseEnvironment) |
Modifier and Type | Method and Description |
---|---|
void |
MessageInjector.init(SynapseEnvironment se)
Initializes the Injector
|
Constructor and Description |
---|
SynapseBinaryDataSource(InputStream inputstream,
String contentType,
SynapseEnvironment synEnv) |
Constructor and Description |
---|
StreamResultBuilder(SynapseEnvironment synEnv,
ResultBuilderFactory.Output expectedOutput) |
StreamSourceBuilder(SynapseEnvironment synEnv) |
Copyright © 2005-2017 Apache Software Foundation. All Rights Reserved.