Package | Description |
---|---|
org.apache.synapse.config | |
org.apache.synapse.config.xml |
Factories and serializers for XML based configuration.
|
org.apache.synapse.config.xml.eventing |
Modifier and Type | Method and Description |
---|---|
SynapseEventSource |
SynapseConfiguration.getEventSource(String name) |
Modifier and Type | Method and Description |
---|---|
Collection<SynapseEventSource> |
SynapseConfiguration.getEventSources() |
Modifier and Type | Method and Description |
---|---|
void |
SynapseConfiguration.addEventSource(String name,
SynapseEventSource eventSource)
Add an event source to the configuration.
|
void |
SynapseObserver.eventSourceAdded(SynapseEventSource eventSource)
Event fired when an event source is added to the configuration
|
void |
AbstractSynapseObserver.eventSourceAdded(SynapseEventSource eventSource) |
void |
SynapseObserver.eventSourceRemoved(SynapseEventSource eventSource)
Event fired when an event source is removed from the configuration
|
void |
AbstractSynapseObserver.eventSourceRemoved(SynapseEventSource eventSource) |
Modifier and Type | Method and Description |
---|---|
void |
SynapseConfiguration.setEventSources(Map<String,SynapseEventSource> eventSources) |
Modifier and Type | Method and Description |
---|---|
static SynapseEventSource |
SynapseXMLConfigurationFactory.defineEventSource(SynapseConfiguration config,
org.apache.axiom.om.OMElement elem,
Properties properties) |
Modifier and Type | Method and Description |
---|---|
org.apache.axiom.om.OMElement |
MultiXMLConfigurationSerializer.serializeEventSource(SynapseEventSource source,
SynapseConfiguration synapseConfig,
org.apache.axiom.om.OMElement parent) |
Modifier and Type | Method and Description |
---|---|
static SynapseEventSource |
EventSourceFactory.createEventSource(org.apache.axiom.om.OMElement elem,
Properties properties) |
Modifier and Type | Method and Description |
---|---|
static org.apache.axiom.om.OMElement |
EventSourceSerializer.serializeEventSource(org.apache.axiom.om.OMElement elem,
SynapseEventSource eventSource) |
Copyright © 2005-2017 Apache Software Foundation. All Rights Reserved.