Modifier and Type | Interface and Description |
---|---|
interface |
Startup
This startup interface will be instantiated to create startup tasks.
|
Modifier and Type | Interface and Description |
---|---|
interface |
Endpoint
Endpoint defines the behavior common to all Synapse endpoints.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractEndpoint
An abstract base class for all Endpoint implementations
|
class |
AddressEndpoint
This class represents an actual endpoint to send the message.
|
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 |
IndirectEndpoint
This class represents a real endpoint referred by a key.
|
class |
LoadbalanceEndpoint
A Load balance endpoint contains multiple child endpoints.
|
class |
RecipientListEndpoint
A Recipient List endpoint can contain multiple child endpoints or member elements.
|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
SequenceMediator
The Sequence mediator either refers to a named Sequence mediator instance
or is a *Named* list/sequence of other (child) Mediators
If this instance defines a sequence mediator, then the name is required, and
an errorHandler sequence name optional.
|
Modifier and Type | Interface and Description |
---|---|
interface |
MessageProcessor
All Synapse Message Processors must implement
MessageProcessor interface
Message processors will process the Message using a Message Store. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractMessageProcessor
Class
AbstractMessageProcessor is handles Message processing of the messages
in Message Store. |
class |
ScheduledMessageProcessor |
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
ResequencingProcessor
This class will be used as the processor of the resequencer and set up
the necessary environment for the ResequencingJob.
|
Modifier and Type | Class and Description |
---|---|
class |
SamplingProcessor |
Modifier and Type | Interface and Description |
---|---|
interface |
MessageStore
This is the interface for the Synapse Message Store
Message Store is used to store Messages.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractMessageStore |
class |
InMemoryMessageStore
InMemory Message store will store Failed Messages in the local memory
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractStartup |
Modifier and Type | Class and Description |
---|---|
class |
SimpleQuartz
This class is instantiated by SimpleQuartzFactory (or by hand)
When it is initialized it creates a Quartz Scheduler with a job and a trigger
The class it starts is always an instance of SimpleQuartzJob
SimpleQuartzJob is there to set the properties and start the actual business-logic class
It wraps up any properties that the job needs as in the JobDetail and JDMap
|
Copyright © 2005-2017 Apache Software Foundation. All Rights Reserved.