Uses of Class
org.apache.synapse.eventing.SynapseEventSource
-
Packages that use SynapseEventSource Package Description org.apache.synapse.aspects.flow.statistics 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.aspects.flow.statistics
Methods in org.apache.synapse.aspects.flow.statistics with parameters of type SynapseEventSource Modifier and Type Method Description void
StatisticSynapseConfigurationObserver. eventSourceAdded(SynapseEventSource eventSource)
void
StatisticSynapseConfigurationObserver. eventSourceRemoved(SynapseEventSource eventSource)
-
Uses of SynapseEventSource in org.apache.synapse.config
Methods in org.apache.synapse.config that return SynapseEventSource Modifier and Type Method Description SynapseEventSource
SynapseConfiguration. getEventSource(String name)
Methods in org.apache.synapse.config that return types with arguments of type SynapseEventSource Modifier and Type Method Description Collection<SynapseEventSource>
SynapseConfiguration. getEventSources()
Methods in org.apache.synapse.config with parameters of type SynapseEventSource Modifier and Type Method Description 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 configurationvoid
AbstractSynapseObserver. eventSourceRemoved(SynapseEventSource eventSource)
void
SynapseObserver. eventSourceRemoved(SynapseEventSource eventSource)
Event fired when an event source is removed from the configurationMethod parameters in org.apache.synapse.config with type arguments of type SynapseEventSource Modifier and Type Method Description 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 Modifier and Type Method Description static SynapseEventSource
SynapseXMLConfigurationFactory. defineEventSource(SynapseConfiguration config, org.apache.axiom.om.OMElement elem, Properties properties)
Methods in org.apache.synapse.config.xml with parameters of type SynapseEventSource Modifier and Type Method Description org.apache.axiom.om.OMElement
MultiXMLConfigurationSerializer. serializeEventSource(SynapseEventSource source, SynapseConfiguration synapseConfig, org.apache.axiom.om.OMElement parent)
-
Uses of SynapseEventSource in org.apache.synapse.config.xml.eventing
Methods in org.apache.synapse.config.xml.eventing that return SynapseEventSource Modifier and Type Method Description static SynapseEventSource
EventSourceFactory. createEventSource(org.apache.axiom.om.OMElement elem, Properties properties)
Methods in org.apache.synapse.config.xml.eventing with parameters of type SynapseEventSource Modifier and Type Method Description static org.apache.axiom.om.OMElement
EventSourceSerializer. serializeEventSource(org.apache.axiom.om.OMElement elem, SynapseEventSource eventSource)
-