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 SynapseEnvironmentAxis2SynapseController. synapseEnvironmentReference to the Synapse configurationMethods in org.apache.synapse that return SynapseEnvironment Modifier and Type Method Description SynapseEnvironmentAxis2SynapseController. createSynapseEnvironment()Setup synapse in axis2 environment and return the created instance.SynapseEnvironmentSynapseController. createSynapseEnvironment()Creates the SynapseEnvironment instance.SynapseEnvironmentMessageContext. getEnvironment()Returns a reference to the host Synapse EnvironmentSynapseEnvironmentServerContextInformation. getSynapseEnvironment()Methods in org.apache.synapse with parameters of type SynapseEnvironment Modifier and Type Method Description voidManagedLifecycle. init(SynapseEnvironment se)This method should implement the initialization of the implemented parts of the configuration.voidMessageContext. setEnvironment(SynapseEnvironment se)Sets the SynapseEnvironment reference to this contextvoidServerContextInformation. 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 voidAPI. init(SynapseEnvironment se)voidResource. 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 SynapseEnvironmentBasicStatisticDataUnit. getSynapseEnvironment()Methods in org.apache.synapse.aspects.flow.statistics.data.raw with parameters of type SynapseEnvironment Modifier and Type Method Description voidBasicStatisticDataUnit. 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 SynapseEnvironmentSynapseConfigUtils. getSynapseEnvironment(org.apache.axis2.engine.AxisConfiguration axisCfg)Methods in org.apache.synapse.config with parameters of type SynapseEnvironment Modifier and Type Method Description voidSynapseConfiguration. 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 voidSwitchCase. 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 classAxis2SynapseEnvironmentThis is the Axis2 implementation of the SynapseEnvironmentMethods in org.apache.synapse.core.axis2 that return SynapseEnvironment Modifier and Type Method Description SynapseEnvironmentAxis2MessageContext. getEnvironment()Methods in org.apache.synapse.core.axis2 with parameters of type SynapseEnvironment Modifier and Type Method Description voidAxis2MessageContext. setEnvironment(SynapseEnvironment synEnv)static voidMessageContextCreatorForAxis2. 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 voidSynapseDebugManager. 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 SynapseEnvironmentAbstractSynapseArtifactDeployer. 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 voidAbstractEndpoint. init(SynapseEnvironment synapseEnvironment)voidClassEndpoint. init(SynapseEnvironment synapseEnvironment)Override theAbstractEndpoint.init()to load a custom synapse environment.voidDynamicLoadbalanceEndpoint. init(SynapseEnvironment synapseEnvironment)voidFailoverEndpoint. init(SynapseEnvironment synapseEnvironment)voidIndirectEndpoint. init(SynapseEnvironment synapseEnvironment)voidLoadbalanceEndpoint. init(SynapseEnvironment synapseEnvironment)voidRecipientListEndpoint. init(SynapseEnvironment synapseEnvironment)voidSALoadbalanceEndpoint. init(SynapseEnvironment synapseEnvironment)voidServiceDynamicLoadbalanceEndpoint. init(SynapseEnvironment synapseEnvironment)voidTemplateEndpoint. 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 voidWeightedRoundRobin. init(SynapseEnvironment se)voidWeightedRRLCAlgorithm. 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 SynapseEnvironmentInboundProcessorParams. getSynapseEnvironment()Get the synapse environmentMethods in org.apache.synapse.inbound with parameters of type SynapseEnvironment Modifier and Type Method Description voidInboundEndpoint. init(SynapseEnvironment se)voidInboundProcessorParams. 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 voidAbstractListMediator. 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 voidSequenceMediator. 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 voidEJBMediator. 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 voidCallMediator. init(SynapseEnvironment synapseEnvironment)voidCalloutMediator. init(SynapseEnvironment synEnv)voidForEachMediator. init(SynapseEnvironment se)voidNTLMMediator. init(SynapseEnvironment synapseEnvironment)When init have to set the NTLM Custom Authenticator as auth scheme and set jcifs encoding to ASCII.voidSendMediator. init(SynapseEnvironment synapseEnvironment)voidValidateMediator. 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 voidAbstractDBMediator. 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 voidAggregateMediator. 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 voidSamplingThrottleMediator. 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 voidCloneMediator. init(SynapseEnvironment se)voidIterateMediator. 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 voidClassMediator. 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 voidFilterMediator. init(SynapseEnvironment se)voidInMediator. init(SynapseEnvironment se)voidOutMediator. init(SynapseEnvironment se)voidSwitchMediator. 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 voidInvokeMediator. init(SynapseEnvironment se)voidTemplateMediator. 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 SynapseEnvironmentScheduledMessageProcessor. synapseEnvironmentMethods in org.apache.synapse.message.processor.impl with parameters of type SynapseEnvironment Modifier and Type Method Description voidAbstractMessageProcessor. init(SynapseEnvironment se)voidScheduledMessageProcessor. 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 voidFailoverForwardingService. init(SynapseEnvironment se)voidFailoverScheduledMessageForwardingProcessor. 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 voidForwardingService. init(SynapseEnvironment se)voidScheduledMessageForwardingProcessor. 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 voidSamplingProcessor. init(SynapseEnvironment se)voidSamplingService. 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 SynapseEnvironmentAbstractMessageStore. synapseEnvironmentsynapse environment referenceMethods in org.apache.synapse.message.store with parameters of type SynapseEnvironment Modifier and Type Method Description voidAbstractMessageStore. 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 voidJDBCMessageStore. 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 voidJmsStore. 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 voidInMemoryStore. 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 voidRabbitMQStore. 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 voidResequenceMessageStore. 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 voidStartUpController. 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 voidMessageInjector. init(SynapseEnvironment se)Initializes the InjectorvoidRegistryResourceFetcher. init(SynapseEnvironment se)voidTemplateMessageExecutor. 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 StringSecureVaultResolver. resolve(SynapseEnvironment synapseEnvironment, String value)Convert the secret alias to the actual password using synapse message context.
-