|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SynapseEventSource | |
|---|---|
| org.apache.synapse.config | |
| org.apache.synapse.config.xml | Factories and serializers for XML based configuration. |
| org.apache.synapse.config.xml.eventing | |
| Uses of SynapseEventSource in org.apache.synapse.config |
|---|
| Methods in org.apache.synapse.config that return SynapseEventSource | |
|---|---|
SynapseEventSource |
SynapseConfiguration.getEventSource(String name)
|
| Methods in org.apache.synapse.config that return types with arguments of type SynapseEventSource | |
|---|---|
Collection<SynapseEventSource> |
SynapseConfiguration.getEventSources()
|
| Methods in org.apache.synapse.config with parameters of type SynapseEventSource | |
|---|---|
void |
SynapseConfiguration.addEventSource(String name,
SynapseEventSource eventSource)
Add an event source to the configuration. |
void |
AbstractSynapseObserver.eventSourceAdded(SynapseEventSource eventSource)
|
void |
SynapseObserver.eventSourceAdded(SynapseEventSource eventSource)
Event fired when an event source is added to the configuration |
void |
AbstractSynapseObserver.eventSourceRemoved(SynapseEventSource eventSource)
|
void |
SynapseObserver.eventSourceRemoved(SynapseEventSource eventSource)
Event fired when an event source is removed from the configuration |
| Method parameters in org.apache.synapse.config with type arguments of type SynapseEventSource | |
|---|---|
void |
SynapseConfiguration.setEventSources(Map<String,SynapseEventSource> eventSources)
|
| Uses of SynapseEventSource in org.apache.synapse.config.xml |
|---|
| Methods in org.apache.synapse.config.xml that return SynapseEventSource | |
|---|---|
static SynapseEventSource |
SynapseXMLConfigurationFactory.defineEventSource(SynapseConfiguration config,
OMElement elem,
Properties properties)
|
| Methods in org.apache.synapse.config.xml with parameters of type SynapseEventSource | |
|---|---|
OMElement |
MultiXMLConfigurationSerializer.serializeEventSource(SynapseEventSource source,
SynapseConfiguration synapseConfig,
OMElement parent)
|
| Uses of SynapseEventSource in org.apache.synapse.config.xml.eventing |
|---|
| Methods in org.apache.synapse.config.xml.eventing that return SynapseEventSource | |
|---|---|
static SynapseEventSource |
EventSourceFactory.createEventSource(OMElement elem,
Properties properties)
|
| Methods in org.apache.synapse.config.xml.eventing with parameters of type SynapseEventSource | |
|---|---|
static OMElement |
EventSourceSerializer.serializeEventSource(OMElement elem,
SynapseEventSource eventSource)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||