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 interfaceStartupThis 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 interfaceEndpointEndpoint defines the behavior common to all Synapse endpoints.Classes in org.apache.synapse.endpoints that implement Nameable Modifier and Type Class Description classAbstractEndpointAn abstract base class for all Endpoint implementationsclassAddressEndpointThis class represents an actual endpoint to send the message.classBasicAuthConfiguredHTTPEndpointThis class represents a http endpoint with basic auth configured This will configure the basic auth headers and call the send method in HTTP endpointclassClassEndpointClass which defines custom user defined endpoints.classDefaultEndpointThis class represents an endpoint with the EPR as the 'To' header of the message.classDynamicLoadbalanceEndpointRepresents a dynamic load balance endpoint.classFailoverEndpointFailoverEndpoint can have multiple child endpoints.classHTTPEndpointclassIndirectEndpointThis class represents a real endpoint referred by a key.classLoadbalanceEndpointA Load balance endpoint contains multiple child endpoints.classOAuthConfiguredHTTPEndpointThis class represents a http endpoint with oauth configured This will configure the oauth headers and call the send method in HTTP endpointclassRecipientListEndpointclassResolvingEndpointclassSALoadbalanceEndpointSALoadbalanceEndpoint supports session affinity based load balancing.classServiceDynamicLoadbalanceEndpointRepresents a dynamic load balance endpoint.classTemplateEndpointclassWSDLEndpointWSDLEndpoint 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 classSequenceMediatorThe 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 interfaceMessageProcessor -
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 classAbstractMessageProcessorClassAbstractMessageProcessoris handles Message processing of the messages in Message Store.classScheduledMessageProcessorImplements the common message processor infrastructure which is used by the bothForwardingandSamplingmessage 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 classFailoverScheduledMessageForwardingProcessorRedelivery 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 classScheduledMessageForwardingProcessorRedelivery 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 classSamplingProcessorImplements 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 interfaceMessageStoreClasses in org.apache.synapse.message.store that implement Nameable Modifier and Type Class Description classAbstractMessageStore -
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 classJDBCMessageStoreJDBC 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 classJmsStore -
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 classInMemoryStore -
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 classRabbitMQStoreThe 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 classResequenceMessageStoreThis 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 classAbstractStartup -
Uses of Nameable in org.apache.synapse.startup.quartz
Classes in org.apache.synapse.startup.quartz that implement Nameable Modifier and Type Class Description classStartUpController
-