Package | Description |
---|---|
org.apache.synapse.config | |
org.apache.synapse.config.xml |
Factories and serializers for XML based configuration.
|
org.apache.synapse.message.processors.forward | |
org.apache.synapse.message.store |
Modifier and Type | Method and Description |
---|---|
MessageStore |
SynapseConfiguration.getMessageStore(String name)
Get the Message store for the configuration with a given name.
|
MessageStore |
SynapseConfiguration.removeMessageStore(String name)
Removes a Message store from the configuration
|
Modifier and Type | Method and Description |
---|---|
Map<String,MessageStore> |
SynapseConfiguration.getMessageStores()
Get Message stores defined
|
Modifier and Type | Method and Description |
---|---|
void |
SynapseConfiguration.addMessageStore(String name,
MessageStore messageStore)
Add MessageStore to the configuration with a given name.
|
Modifier and Type | Method and Description |
---|---|
static MessageStore |
MessageStoreFactory.createMessageStore(org.apache.axiom.om.OMElement elem,
Properties properties) |
static MessageStore |
SynapseXMLConfigurationFactory.defineMessageStore(SynapseConfiguration config,
org.apache.axiom.om.OMElement elem,
Properties properties) |
Modifier and Type | Method and Description |
---|---|
org.apache.axiom.om.OMElement |
MultiXMLConfigurationSerializer.serializeMessageStore(MessageStore messagestore,
SynapseConfiguration synConfig,
org.apache.axiom.om.OMElement parent) |
static org.apache.axiom.om.OMElement |
MessageStoreSerializer.serializeMessageStore(org.apache.axiom.om.OMElement parent,
MessageStore messageStore) |
Constructor and Description |
---|
MessageForwardingProcessorView(MessageStore messageStore,
Axis2BlockingClient sender,
ScheduledMessageForwardingProcessor processor) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractMessageStore |
class |
InMemoryMessageStore
InMemory Message store will store Failed Messages in the local memory
|
Constructor and Description |
---|
MessageStoreView(String name,
MessageStore messageStore) |
Copyright © 2005-2017 Apache Software Foundation. All Rights Reserved.