Uses of Interface
org.apache.synapse.ManagedLifecycle
-
-
Uses of ManagedLifecycle in org.apache.synapse
Subinterfaces of ManagedLifecycle in org.apache.synapse Modifier and Type Interface Description interface
Startup
This startup interface will be instantiated to create startup tasks. -
Uses of ManagedLifecycle in org.apache.synapse.api
Classes in org.apache.synapse.api that implement ManagedLifecycle Modifier and Type Class Description class
API
class
Resource
-
Uses of ManagedLifecycle in org.apache.synapse.config
Classes in org.apache.synapse.config that implement ManagedLifecycle Modifier and Type Class Description class
SynapseConfiguration
The SynapseConfiguration holds the global configuration for a Synapse instance. -
Uses of ManagedLifecycle in org.apache.synapse.config.xml
Classes in org.apache.synapse.config.xml that implement ManagedLifecycle Modifier and Type Class Description class
AnonymousListMediator
This mediator represents an unnamed list mediatorclass
SwitchCase
A SwitchCase define a case element of Switch Mediator and It has a list mediator and a regex that is matched by its owning SwitchMediator for selection. -
Uses of ManagedLifecycle in org.apache.synapse.endpoints
Subinterfaces of ManagedLifecycle in org.apache.synapse.endpoints Modifier and Type Interface Description interface
Endpoint
Endpoint defines the behavior common to all Synapse endpoints.Classes in org.apache.synapse.endpoints that implement ManagedLifecycle Modifier and Type Class Description class
AbstractEndpoint
An abstract base class for all Endpoint implementationsclass
AddressEndpoint
This class represents an actual endpoint to send the message.class
BasicAuthConfiguredHTTPEndpoint
This class represents a http endpoint with basic auth configured This will configure the basic auth headers and call the send method in HTTP endpointclass
ClassEndpoint
Class which defines custom user defined endpoints.class
DefaultEndpoint
This class represents an endpoint with the EPR as the 'To' header of the message.class
DynamicLoadbalanceEndpoint
Represents a dynamic load balance endpoint.class
FailoverEndpoint
FailoverEndpoint can have multiple child endpoints.class
HTTPEndpoint
class
IndirectEndpoint
This class represents a real endpoint referred by a key.class
LoadbalanceEndpoint
A Load balance endpoint contains multiple child endpoints.class
OAuthConfiguredHTTPEndpoint
This class represents a http endpoint with oauth configured This will configure the oauth headers and call the send method in HTTP endpointclass
RecipientListEndpoint
class
ResolvingEndpoint
class
SALoadbalanceEndpoint
SALoadbalanceEndpoint supports session affinity based load balancing.class
ServiceDynamicLoadbalanceEndpoint
Represents a dynamic load balance endpoint.class
TemplateEndpoint
class
WSDLEndpoint
WSDLEndpoint represents the endpoints built using a WSDL document. -
Uses of ManagedLifecycle in org.apache.synapse.endpoints.algorithms
Classes in org.apache.synapse.endpoints.algorithms that implement ManagedLifecycle Modifier and Type Class Description class
WeightedRoundRobin
This algorithm sends messages based on the weights of the endpoints.class
WeightedRRLCAlgorithm
This is a Weighted Round Robin Least Connection algorithm. -
Uses of ManagedLifecycle in org.apache.synapse.inbound
Classes in org.apache.synapse.inbound that implement ManagedLifecycle Modifier and Type Class Description class
InboundEndpoint
Entity which is responsible for exposing ESB message flow as an endpoint which can be invoked by Clients. -
Uses of ManagedLifecycle in org.apache.synapse.mediators
Subinterfaces of ManagedLifecycle in org.apache.synapse.mediators Modifier and Type Interface Description interface
FilterMediator
The filter mediator is a list mediator, which executes the given (sub) list of mediators if the specified condition is satisfiedinterface
ListMediator
The List mediator executes a given sequence/list of child mediators.Classes in org.apache.synapse.mediators that implement ManagedLifecycle Modifier and Type Class Description class
AbstractListMediator
This is the base class for all List mediators -
Uses of ManagedLifecycle in org.apache.synapse.mediators.base
Classes in org.apache.synapse.mediators.base that implement ManagedLifecycle Modifier and Type Class Description class
SequenceMediator
The Sequence mediator either refers to a named Sequence mediator instance or is a *Named* list/sequence of other (child) Mediatorsclass
SynapseMediator
The SynapseMediator is the "mainmediator" of the synapse engine. -
Uses of ManagedLifecycle in org.apache.synapse.mediators.bean.enterprise
Classes in org.apache.synapse.mediators.bean.enterprise that implement ManagedLifecycle Modifier and Type Class Description class
EJBMediator
EJB mediator calls an external Enterprise JavaBean(EJB) and stores the result in the message content or in a message context property. -
Uses of ManagedLifecycle in org.apache.synapse.mediators.builtin
Classes in org.apache.synapse.mediators.builtin that implement ManagedLifecycle Modifier and Type Class Description class
CallMediator
Call Mediator sends a message using specified semantics.class
CalloutMediator
? ? ? ? ? class
ForEachMediator
class
NTLMMediator
NTLM Mediator mainly creates an authenticator with the credentials which user provides as parameters.class
SendMediator
SendMediator sends a message using specified semantics.class
ValidateMediator
Validate a message or an element against a schema -
Uses of ManagedLifecycle in org.apache.synapse.mediators.db
Classes in org.apache.synapse.mediators.db that implement ManagedLifecycle Modifier and Type Class Description class
AbstractDBMediator
This abstract DB mediator will perform common DB connection pooling etc.class
DBLookupMediator
Simple database table lookup mediator.class
DBReportMediator
A mediator that writes (i.e. -
Uses of ManagedLifecycle in org.apache.synapse.mediators.eip.aggregator
Classes in org.apache.synapse.mediators.eip.aggregator that implement ManagedLifecycle Modifier and Type Class Description class
AggregateMediator
Aggregate a number of messages that are determined to be for a particular group, and combine them to form a single message which is then processed through the 'onComplete' sequence. -
Uses of ManagedLifecycle in org.apache.synapse.mediators.eip.sample
Classes in org.apache.synapse.mediators.eip.sample that implement ManagedLifecycle Modifier and Type Class Description class
SamplingThrottleMediator
This implements the well knownSample
EIP (Enterprise Integration Pattern), which controls the flow of messages and limit the rate at which the messages are flowing through the sampler -
Uses of ManagedLifecycle in org.apache.synapse.mediators.eip.splitter
Classes in org.apache.synapse.mediators.eip.splitter that implement ManagedLifecycle Modifier and Type Class Description class
CloneMediator
This mediator will clone the message into multiple messages and mediate as specified in the target elements.class
IterateMediator
Splits a message using an XPath expression and creates a new message to hold each resulting element. -
Uses of ManagedLifecycle in org.apache.synapse.mediators.ext
Classes in org.apache.synapse.mediators.ext that implement ManagedLifecycle Modifier and Type Class Description class
ClassMediator
The class mediator delegates the mediation to a single instance of a specified class. -
Uses of ManagedLifecycle in org.apache.synapse.mediators.filters
Classes in org.apache.synapse.mediators.filters that implement ManagedLifecycle Modifier and Type Class Description class
FilterMediator
The filter mediator combines the regex and xpath filtering functionality.class
InMediator
The In Mediator acts only on "incoming" messages into synapse.class
OutMediator
The Out Mediator acts only on "outgoing" messages from synapse.class
SwitchMediator
The switch mediator implements the functionality of the "switch" construct. -
Uses of ManagedLifecycle in org.apache.synapse.mediators.template
Classes in org.apache.synapse.mediators.template that implement ManagedLifecycle Modifier and Type Class Description class
InvokeMediator
This class handles invocation of a synapse function template.class
TemplateMediator
This mediator is responsible for handling function templates for synapse. -
Uses of ManagedLifecycle in org.apache.synapse.message.processor
Subinterfaces of ManagedLifecycle in org.apache.synapse.message.processor Modifier and Type Interface Description interface
MessageProcessor
-
Uses of ManagedLifecycle in org.apache.synapse.message.processor.impl
Classes in org.apache.synapse.message.processor.impl that implement ManagedLifecycle Modifier and Type Class Description class
AbstractMessageProcessor
ClassAbstractMessageProcessor
is handles Message processing of the messages in Message Store.class
ScheduledMessageProcessor
Implements the common message processor infrastructure which is used by the bothForwarding
andSampling
message Processors. -
Uses of ManagedLifecycle in org.apache.synapse.message.processor.impl.failover
Classes in org.apache.synapse.message.processor.impl.failover that implement ManagedLifecycle Modifier and Type Class Description class
FailoverForwardingService
This task is responsible for forwarding a request to a given message store.class
FailoverScheduledMessageForwardingProcessor
Redelivery processor will Time to time Redeliver the Messages to a given message store. -
Uses of ManagedLifecycle in org.apache.synapse.message.processor.impl.forwarder
Classes in org.apache.synapse.message.processor.impl.forwarder that implement ManagedLifecycle Modifier and Type Class Description class
ForwardingService
This task is responsible for forwarding a request to a given endpoint.class
ScheduledMessageForwardingProcessor
Redelivery processor is the Message processor which implements the Dead letter channel EIP It will Time to time Redeliver the Messages to a given target. -
Uses of ManagedLifecycle in org.apache.synapse.message.processor.impl.sampler
Classes in org.apache.synapse.message.processor.impl.sampler that implement ManagedLifecycle Modifier and Type Class Description class
SamplingProcessor
Implements the functionality of the Sampling message processor which injects a message to a given sequence.class
SamplingService
ThisTask
injects a message to a given sequence. -
Uses of ManagedLifecycle in org.apache.synapse.message.store
Subinterfaces of ManagedLifecycle in org.apache.synapse.message.store Modifier and Type Interface Description interface
MessageStore
Classes in org.apache.synapse.message.store that implement ManagedLifecycle Modifier and Type Class Description class
AbstractMessageStore
-
Uses of ManagedLifecycle in org.apache.synapse.message.store.impl.jdbc
Classes in org.apache.synapse.message.store.impl.jdbc that implement ManagedLifecycle Modifier and Type Class Description class
JDBCMessageStore
JDBC Store class -
Uses of ManagedLifecycle in org.apache.synapse.message.store.impl.jms
Classes in org.apache.synapse.message.store.impl.jms that implement ManagedLifecycle Modifier and Type Class Description class
JmsStore
-
Uses of ManagedLifecycle in org.apache.synapse.message.store.impl.memory
Classes in org.apache.synapse.message.store.impl.memory that implement ManagedLifecycle Modifier and Type Class Description class
InMemoryStore
-
Uses of ManagedLifecycle in org.apache.synapse.message.store.impl.rabbitmq
Classes in org.apache.synapse.message.store.impl.rabbitmq that implement ManagedLifecycle Modifier and Type Class Description class
RabbitMQStore
The message store and message processor implementation for the RabbitMQ -
Uses of ManagedLifecycle in org.apache.synapse.message.store.impl.resequencer
Classes in org.apache.synapse.message.store.impl.resequencer that implement ManagedLifecycle Modifier and Type Class Description class
ResequenceMessageStore
This represents the store which will allow to re-sequence messages. -
Uses of ManagedLifecycle in org.apache.synapse.startup
Classes in org.apache.synapse.startup that implement ManagedLifecycle Modifier and Type Class Description class
AbstractStartup
-
Uses of ManagedLifecycle in org.apache.synapse.startup.quartz
Classes in org.apache.synapse.startup.quartz that implement ManagedLifecycle Modifier and Type Class Description class
StartUpController
-
Uses of ManagedLifecycle in org.apache.synapse.startup.tasks
Classes in org.apache.synapse.startup.tasks that implement ManagedLifecycle Modifier and Type Class Description class
MessageInjector
Injects a Message into a named sequence or a proxy service configured in the Synapse mediation engine.class
RegistryResourceFetcher
Items is a xml configurationregistry path class
TemplateMessageExecutor
-