Uses of Interface
org.apache.synapse.core.SynapseEnvironment
-
-
Uses of SynapseEnvironment in org.apache.synapse
Fields in org.apache.synapse declared as SynapseEnvironment Modifier and Type Field Description protected SynapseEnvironment
Axis2SynapseController. synapseEnvironment
Reference to the Synapse configurationMethods in org.apache.synapse that return SynapseEnvironment Modifier and Type Method 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 EnvironmentSynapseEnvironment
ServerContextInformation. getSynapseEnvironment()
Methods in org.apache.synapse with parameters of type SynapseEnvironment Modifier and Type Method 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 contextvoid
ServerContextInformation. setSynapseEnvironment(SynapseEnvironment synapseEnvironment)
-
Uses of SynapseEnvironment in org.apache.synapse.api
Methods in org.apache.synapse.api with parameters of type SynapseEnvironment Modifier and Type Method Description void
API. init(SynapseEnvironment se)
void
Resource. init(SynapseEnvironment se)
-
Uses of SynapseEnvironment in org.apache.synapse.aspects.flow.statistics.data.raw
Methods in org.apache.synapse.aspects.flow.statistics.data.raw that return SynapseEnvironment Modifier and Type Method Description SynapseEnvironment
BasicStatisticDataUnit. getSynapseEnvironment()
Methods in org.apache.synapse.aspects.flow.statistics.data.raw with parameters of type SynapseEnvironment Modifier and Type Method Description void
BasicStatisticDataUnit. setSynapseEnvironment(SynapseEnvironment synapseEnvironment)
-
Uses of SynapseEnvironment in org.apache.synapse.config
Methods in org.apache.synapse.config that return SynapseEnvironment Modifier and Type Method Description static SynapseEnvironment
SynapseConfigUtils. getSynapseEnvironment(org.apache.axis2.engine.AxisConfiguration axisCfg)
Methods in org.apache.synapse.config with parameters of type SynapseEnvironment Modifier and Type Method 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 -
Uses of SynapseEnvironment in org.apache.synapse.config.xml
Methods in org.apache.synapse.config.xml with parameters of type SynapseEnvironment Modifier and Type Method Description void
SwitchCase. init(SynapseEnvironment se)
-
Uses of SynapseEnvironment in org.apache.synapse.core.axis2
Classes in org.apache.synapse.core.axis2 that implement SynapseEnvironment Modifier and Type Class Description class
Axis2SynapseEnvironment
This is the Axis2 implementation of the SynapseEnvironmentMethods in org.apache.synapse.core.axis2 that return SynapseEnvironment Modifier and Type Method Description SynapseEnvironment
Axis2MessageContext. getEnvironment()
Methods in org.apache.synapse.core.axis2 with parameters of type SynapseEnvironment Modifier and Type Method Description void
Axis2MessageContext. setEnvironment(SynapseEnvironment synEnv)
static void
MessageContextCreatorForAxis2. setSynEnv(SynapseEnvironment synEnv)
Constructors in org.apache.synapse.core.axis2 with parameters of type SynapseEnvironment Constructor Description Axis2MessageContext(org.apache.axis2.context.MessageContext axisMsgCtx, SynapseConfiguration synCfg, SynapseEnvironment synEnv)
Constructor for the Axis2MessageContext inside Synapse -
Uses of SynapseEnvironment in org.apache.synapse.debug
Methods in org.apache.synapse.debug with parameters of type SynapseEnvironment Modifier and Type Method Description void
SynapseDebugManager. init(SynapseConfiguration synCfg, SynapseDebugInterface debugInterface, SynapseEnvironment synEnv, boolean startListenAsynchronously)
Initializes the debug manager single instance. -
Uses of SynapseEnvironment in org.apache.synapse.deployers
Methods in org.apache.synapse.deployers that return SynapseEnvironment Modifier and Type Method Description protected SynapseEnvironment
AbstractSynapseArtifactDeployer. getSynapseEnvironment()
-
Uses of SynapseEnvironment in org.apache.synapse.endpoints
Methods in org.apache.synapse.endpoints with parameters of type SynapseEnvironment Modifier and Type Method Description void
AbstractEndpoint. init(SynapseEnvironment synapseEnvironment)
void
ClassEndpoint. init(SynapseEnvironment synapseEnvironment)
Override theAbstractEndpoint.init()
to load a custom synapse environment.void
DynamicLoadbalanceEndpoint. init(SynapseEnvironment synapseEnvironment)
void
FailoverEndpoint. init(SynapseEnvironment synapseEnvironment)
void
IndirectEndpoint. init(SynapseEnvironment synapseEnvironment)
void
LoadbalanceEndpoint. init(SynapseEnvironment synapseEnvironment)
void
RecipientListEndpoint. init(SynapseEnvironment synapseEnvironment)
void
SALoadbalanceEndpoint. init(SynapseEnvironment synapseEnvironment)
void
ServiceDynamicLoadbalanceEndpoint. init(SynapseEnvironment synapseEnvironment)
void
TemplateEndpoint. init(SynapseEnvironment synapseEnvironment)
-
Uses of SynapseEnvironment in org.apache.synapse.endpoints.algorithms
Methods in org.apache.synapse.endpoints.algorithms with parameters of type SynapseEnvironment Modifier and Type Method Description void
WeightedRoundRobin. init(SynapseEnvironment se)
void
WeightedRRLCAlgorithm. init(SynapseEnvironment se)
-
Uses of SynapseEnvironment in org.apache.synapse.inbound
Methods in org.apache.synapse.inbound that return SynapseEnvironment Modifier and Type Method Description SynapseEnvironment
InboundProcessorParams. getSynapseEnvironment()
Get the synapse environmentMethods in org.apache.synapse.inbound with parameters of type SynapseEnvironment Modifier and Type Method Description void
InboundEndpoint. init(SynapseEnvironment se)
void
InboundProcessorParams. setSynapseEnvironment(SynapseEnvironment synapseEnvironment)
Set the synapse environment -
Uses of SynapseEnvironment in org.apache.synapse.mediators
Methods in org.apache.synapse.mediators with parameters of type SynapseEnvironment Modifier and Type Method Description void
AbstractListMediator. init(SynapseEnvironment se)
Initialize child mediators recursively -
Uses of SynapseEnvironment in org.apache.synapse.mediators.base
Methods in org.apache.synapse.mediators.base with parameters of type SynapseEnvironment Modifier and Type Method Description void
SequenceMediator. init(SynapseEnvironment se)
This method will ensure that each and every sequence wil only be initialized at most once -
Uses of SynapseEnvironment in org.apache.synapse.mediators.bean.enterprise
Methods in org.apache.synapse.mediators.bean.enterprise with parameters of type SynapseEnvironment Modifier and Type Method Description void
EJBMediator. init(SynapseEnvironment se)
-
Uses of SynapseEnvironment in org.apache.synapse.mediators.builtin
Methods in org.apache.synapse.mediators.builtin with parameters of type SynapseEnvironment Modifier and Type Method Description void
CallMediator. init(SynapseEnvironment synapseEnvironment)
void
CalloutMediator. init(SynapseEnvironment synEnv)
void
ForEachMediator. init(SynapseEnvironment se)
void
NTLMMediator. init(SynapseEnvironment synapseEnvironment)
When init have to set the NTLM Custom Authenticator as auth scheme and set jcifs encoding to ASCII.void
SendMediator. init(SynapseEnvironment synapseEnvironment)
void
ValidateMediator. init(SynapseEnvironment synapseEnvironment)
-
Uses of SynapseEnvironment in org.apache.synapse.mediators.db
Methods in org.apache.synapse.mediators.db with parameters of type SynapseEnvironment Modifier and Type Method 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). -
Uses of SynapseEnvironment in org.apache.synapse.mediators.eip.aggregator
Methods in org.apache.synapse.mediators.eip.aggregator with parameters of type SynapseEnvironment Modifier and Type Method Description void
AggregateMediator. init(SynapseEnvironment se)
Constructors in org.apache.synapse.mediators.eip.aggregator with parameters of type SynapseEnvironment Constructor Description Aggregate(SynapseEnvironment synEnv, String corelation, long timeoutMillis, int min, int max, AggregateMediator mediator, FaultHandler faultHandler)
Save aggregation properties and timeout -
Uses of SynapseEnvironment in org.apache.synapse.mediators.eip.sample
Methods in org.apache.synapse.mediators.eip.sample with parameters of type SynapseEnvironment Modifier and Type Method Description void
SamplingThrottleMediator. init(SynapseEnvironment synapseEnvironment)
-
Uses of SynapseEnvironment in org.apache.synapse.mediators.eip.splitter
Methods in org.apache.synapse.mediators.eip.splitter with parameters of type SynapseEnvironment Modifier and Type Method Description void
CloneMediator. init(SynapseEnvironment se)
void
IterateMediator. init(SynapseEnvironment se)
-
Uses of SynapseEnvironment in org.apache.synapse.mediators.ext
Methods in org.apache.synapse.mediators.ext with parameters of type SynapseEnvironment Modifier and Type Method Description void
ClassMediator. init(SynapseEnvironment se)
-
Uses of SynapseEnvironment in org.apache.synapse.mediators.filters
Methods in org.apache.synapse.mediators.filters with parameters of type SynapseEnvironment Modifier and Type Method Description void
FilterMediator. init(SynapseEnvironment se)
void
InMediator. init(SynapseEnvironment se)
void
OutMediator. init(SynapseEnvironment se)
void
SwitchMediator. init(SynapseEnvironment se)
-
Uses of SynapseEnvironment in org.apache.synapse.mediators.template
Methods in org.apache.synapse.mediators.template with parameters of type SynapseEnvironment Modifier and Type Method Description void
InvokeMediator. init(SynapseEnvironment se)
void
TemplateMediator. init(SynapseEnvironment se)
-
Uses of SynapseEnvironment in org.apache.synapse.message.processor.impl
Fields in org.apache.synapse.message.processor.impl declared as SynapseEnvironment Modifier and Type Field Description protected SynapseEnvironment
ScheduledMessageProcessor. synapseEnvironment
Methods in org.apache.synapse.message.processor.impl with parameters of type SynapseEnvironment Modifier and Type Method Description void
AbstractMessageProcessor. init(SynapseEnvironment se)
void
ScheduledMessageProcessor. init(SynapseEnvironment se)
-
Uses of SynapseEnvironment in org.apache.synapse.message.processor.impl.failover
Methods in org.apache.synapse.message.processor.impl.failover with parameters of type SynapseEnvironment Modifier and Type Method Description void
FailoverForwardingService. init(SynapseEnvironment se)
void
FailoverScheduledMessageForwardingProcessor. init(SynapseEnvironment se)
Constructors in org.apache.synapse.message.processor.impl.failover with parameters of type SynapseEnvironment Constructor Description FailoverForwardingService(MessageProcessor messageProcessor, SynapseEnvironment synapseEnvironment, long threshouldInterval, boolean isDeactivatedAtStartup)
-
Uses of SynapseEnvironment in org.apache.synapse.message.processor.impl.forwarder
Methods in org.apache.synapse.message.processor.impl.forwarder with parameters of type SynapseEnvironment Modifier and Type Method Description void
ForwardingService. init(SynapseEnvironment se)
void
ScheduledMessageForwardingProcessor. init(SynapseEnvironment se)
Constructors in org.apache.synapse.message.processor.impl.forwarder with parameters of type SynapseEnvironment Constructor Description ForwardingService(MessageProcessor messageProcessor, BlockingMsgSender sender, SynapseEnvironment synapseEnvironment, long threshouldInterval)
ForwardingService(MessageProcessor messageProcessor, BlockingMsgSender sender, SynapseEnvironment synapseEnvironment, long thresholdInterval, boolean isDeactivatedAtStartup)
-
Uses of SynapseEnvironment in org.apache.synapse.message.processor.impl.sampler
Methods in org.apache.synapse.message.processor.impl.sampler with parameters of type SynapseEnvironment Modifier and Type Method Description void
SamplingProcessor. init(SynapseEnvironment se)
void
SamplingService. init(SynapseEnvironment se)
Constructors in org.apache.synapse.message.processor.impl.sampler with parameters of type SynapseEnvironment Constructor Description SamplingService(MessageProcessor messageProcessor, SynapseEnvironment synapseEnvironment, String concurrencyPropName, String sequencePropName)
SamplingService(MessageProcessor messageProcessor, SynapseEnvironment synapseEnvironment, String concurrencyPropName, String sequencePropName, boolean isDeactivatedAtStartup)
-
Uses of SynapseEnvironment in org.apache.synapse.message.store
Fields in org.apache.synapse.message.store declared as SynapseEnvironment Modifier and Type Field Description protected SynapseEnvironment
AbstractMessageStore. synapseEnvironment
synapse environment referenceMethods in org.apache.synapse.message.store with parameters of type SynapseEnvironment Modifier and Type Method Description void
AbstractMessageStore. init(SynapseEnvironment se)
-
Uses of SynapseEnvironment in org.apache.synapse.message.store.impl.jdbc
Methods in org.apache.synapse.message.store.impl.jdbc with parameters of type SynapseEnvironment Modifier and Type Method Description void
JDBCMessageStore. init(SynapseEnvironment synapseEnvironment)
Initializes the JDBC Message Store -
Uses of SynapseEnvironment in org.apache.synapse.message.store.impl.jms
Methods in org.apache.synapse.message.store.impl.jms with parameters of type SynapseEnvironment Modifier and Type Method Description void
JmsStore. init(SynapseEnvironment se)
End of unsupported operations. -
Uses of SynapseEnvironment in org.apache.synapse.message.store.impl.memory
Methods in org.apache.synapse.message.store.impl.memory with parameters of type SynapseEnvironment Modifier and Type Method Description void
InMemoryStore. init(SynapseEnvironment se)
-
Uses of SynapseEnvironment in org.apache.synapse.message.store.impl.rabbitmq
Methods in org.apache.synapse.message.store.impl.rabbitmq with parameters of type SynapseEnvironment Modifier and Type Method Description void
RabbitMQStore. init(SynapseEnvironment se)
-
Uses of SynapseEnvironment in org.apache.synapse.message.store.impl.resequencer
Methods in org.apache.synapse.message.store.impl.resequencer with parameters of type SynapseEnvironment Modifier and Type Method Description void
ResequenceMessageStore. init(SynapseEnvironment synapseEnvironment)
Initializes the JDBC Message Store -
Uses of SynapseEnvironment in org.apache.synapse.startup.quartz
Methods in org.apache.synapse.startup.quartz with parameters of type SynapseEnvironment Modifier and Type Method Description void
StartUpController. init(SynapseEnvironment synapseEnvironment)
-
Uses of SynapseEnvironment in org.apache.synapse.startup.tasks
Methods in org.apache.synapse.startup.tasks with parameters of type SynapseEnvironment Modifier and Type Method Description void
MessageInjector. init(SynapseEnvironment se)
Initializes the Injectorvoid
RegistryResourceFetcher. init(SynapseEnvironment se)
void
TemplateMessageExecutor. init(SynapseEnvironment se)
-
Uses of SynapseEnvironment in org.apache.synapse.util
Constructors in org.apache.synapse.util with parameters of type SynapseEnvironment Constructor Description SynapseBinaryDataSource(InputStream inputstream, String contentType, SynapseEnvironment synEnv)
-
Uses of SynapseEnvironment in org.apache.synapse.util.jaxp
Constructors in org.apache.synapse.util.jaxp with parameters of type SynapseEnvironment Constructor Description StreamResultBuilder(SynapseEnvironment synEnv, ResultBuilderFactory.Output expectedOutput)
StreamSourceBuilder(SynapseEnvironment synEnv)
-
Uses of SynapseEnvironment in org.apache.synapse.util.resolver
Methods in org.apache.synapse.util.resolver with parameters of type SynapseEnvironment Modifier and Type Method Description static String
SecureVaultResolver. resolve(SynapseEnvironment synapseEnvironment, String value)
Convert the secret alias to the actual password using synapse message context.
-