| Package | Description |
|---|---|
| org.apache.synapse.config | |
| org.apache.synapse.config.xml |
Factories and serializers for XML based configuration.
|
| org.apache.synapse.message.processors | |
| org.apache.synapse.message.processors.forward | |
| org.apache.synapse.message.processors.resequence | |
| org.apache.synapse.message.processors.sampler |
| Modifier and Type | Method and Description |
|---|---|
MessageProcessor |
SynapseConfiguration.removeMessageProcessor(String name)
remove the message processor from the synapse configuration
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,MessageProcessor> |
SynapseConfiguration.getMessageProcessors()
Get all Message processors in the Synapse configuration
|
| Modifier and Type | Method and Description |
|---|---|
void |
SynapseConfiguration.addMessageProcessor(String name,
MessageProcessor processor)
Add message processor to the synapse configuration with given name
|
| Modifier and Type | Method and Description |
|---|---|
static MessageProcessor |
MessageProcessorFactory.createMessageProcessor(org.apache.axiom.om.OMElement elem)
Creates a Message processor instance from given xml configuration element
|
static MessageProcessor |
SynapseXMLConfigurationFactory.defineMessageProcessor(SynapseConfiguration config,
org.apache.axiom.om.OMElement elem,
Properties properties) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.axiom.om.OMElement |
MultiXMLConfigurationSerializer.serializeMessageProcessor(MessageProcessor messageProcessor,
SynapseConfiguration synapseConfiguration,
org.apache.axiom.om.OMElement parent) |
static org.apache.axiom.om.OMElement |
MessageProcessorSerializer.serializeMessageProcessor(org.apache.axiom.om.OMElement parent,
MessageProcessor processor)
Serialize a give Message processor instance to XML configuration
|
| 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 |
Copyright © 2005-2017 Apache Software Foundation. All Rights Reserved.