Uses of Interface
org.apache.synapse.Nameable
-
-
Uses of Nameable in org.apache.synapse
Subinterfaces of Nameable in org.apache.synapse Modifier and Type Interface Description interface
Startup
This startup interface will be instantiated to create startup tasks. -
Uses of Nameable in org.apache.synapse.endpoints
Subinterfaces of Nameable 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 Nameable 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 Nameable in org.apache.synapse.mediators.base
Classes in org.apache.synapse.mediators.base that implement Nameable 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) Mediators -
Uses of Nameable in org.apache.synapse.message.processor
Subinterfaces of Nameable in org.apache.synapse.message.processor Modifier and Type Interface Description interface
MessageProcessor
-
Uses of Nameable in org.apache.synapse.message.processor.impl
Classes in org.apache.synapse.message.processor.impl that implement Nameable 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 Nameable in org.apache.synapse.message.processor.impl.failover
Classes in org.apache.synapse.message.processor.impl.failover that implement Nameable Modifier and Type Class Description class
FailoverScheduledMessageForwardingProcessor
Redelivery processor will Time to time Redeliver the Messages to a given message store. -
Uses of Nameable in org.apache.synapse.message.processor.impl.forwarder
Classes in org.apache.synapse.message.processor.impl.forwarder that implement Nameable Modifier and Type Class 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. -
Uses of Nameable in org.apache.synapse.message.processor.impl.sampler
Classes in org.apache.synapse.message.processor.impl.sampler that implement Nameable Modifier and Type Class Description class
SamplingProcessor
Implements the functionality of the Sampling message processor which injects a message to a given sequence. -
Uses of Nameable in org.apache.synapse.message.store
Subinterfaces of Nameable in org.apache.synapse.message.store Modifier and Type Interface Description interface
MessageStore
Classes in org.apache.synapse.message.store that implement Nameable Modifier and Type Class Description class
AbstractMessageStore
-
Uses of Nameable in org.apache.synapse.message.store.impl.jdbc
Classes in org.apache.synapse.message.store.impl.jdbc that implement Nameable Modifier and Type Class Description class
JDBCMessageStore
JDBC Store class -
Uses of Nameable in org.apache.synapse.message.store.impl.jms
Classes in org.apache.synapse.message.store.impl.jms that implement Nameable Modifier and Type Class Description class
JmsStore
-
Uses of Nameable in org.apache.synapse.message.store.impl.memory
Classes in org.apache.synapse.message.store.impl.memory that implement Nameable Modifier and Type Class Description class
InMemoryStore
-
Uses of Nameable in org.apache.synapse.message.store.impl.rabbitmq
Classes in org.apache.synapse.message.store.impl.rabbitmq that implement Nameable Modifier and Type Class Description class
RabbitMQStore
The message store and message processor implementation for the RabbitMQ -
Uses of Nameable in org.apache.synapse.message.store.impl.resequencer
Classes in org.apache.synapse.message.store.impl.resequencer that implement Nameable Modifier and Type Class Description class
ResequenceMessageStore
This represents the store which will allow to re-sequence messages. -
Uses of Nameable in org.apache.synapse.startup
Classes in org.apache.synapse.startup that implement Nameable Modifier and Type Class Description class
AbstractStartup
-
Uses of Nameable in org.apache.synapse.startup.quartz
Classes in org.apache.synapse.startup.quartz that implement Nameable Modifier and Type Class Description class
StartUpController
-