Package | Description |
---|---|
org.apache.synapse.config | |
org.apache.synapse.config.xml |
Factories and serializers for XML based configuration.
|
org.apache.synapse.message.store | |
org.apache.synapse.message.store.impl.jdbc | |
org.apache.synapse.message.store.impl.jms | |
org.apache.synapse.message.store.impl.memory | |
org.apache.synapse.message.store.impl.rabbitmq |
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) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractMessageStore |
Constructor and Description |
---|
MessageStoreView(String name,
MessageStore messageStore) |
Modifier and Type | Class and Description |
---|---|
class |
JDBCMessageStore
JDBC Store class
|
Modifier and Type | Class and Description |
---|---|
class |
JmsStore |
Modifier and Type | Class and Description |
---|---|
class |
InMemoryStore |
Modifier and Type | Class and Description |
---|---|
class |
RabbitMQStore |
Copyright © 2005–2017 Apache Software Foundation. All rights reserved.