Uses of Interface
org.apache.synapse.Startup
-
Packages that use Startup 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.startup org.apache.synapse.startup.quartz -
-
Uses of Startup in org.apache.synapse.aspects.flow.statistics
Methods in org.apache.synapse.aspects.flow.statistics with parameters of type Startup Modifier and Type Method Description void
StatisticSynapseConfigurationObserver. startupAdded(Startup startup)
void
StatisticSynapseConfigurationObserver. startupRemoved(Startup startup)
-
Uses of Startup in org.apache.synapse.config
Methods in org.apache.synapse.config that return Startup Modifier and Type Method Description Startup
SynapseConfiguration. getStartup(String id)
Get the Startup with the specified nameMethods in org.apache.synapse.config that return types with arguments of type Startup Modifier and Type Method Description Collection<Startup>
SynapseConfiguration. getStartups()
Get the startup collection in the configurationMethods in org.apache.synapse.config with parameters of type Startup Modifier and Type Method Description void
SynapseConfiguration. addStartup(Startup startup)
Add a startup to the startups map in the configuration.void
AbstractSynapseObserver. startupAdded(Startup startup)
void
SynapseObserver. startupAdded(Startup startup)
Event fired when a startup is added to the configurationvoid
AbstractSynapseObserver. startupRemoved(Startup startup)
void
SynapseObserver. startupRemoved(Startup startup)
Event fired when a startup is removed from the configurationvoid
SynapseConfiguration. updateStartup(Startup startup)
-
Uses of Startup in org.apache.synapse.config.xml
Methods in org.apache.synapse.config.xml that return Startup Modifier and Type Method Description Startup
StartupFactory. createStartup(org.apache.axiom.om.OMElement elem)
Create (build from OM) from the specified OMElementstatic Startup
SynapseXMLConfigurationFactory. defineStartup(SynapseConfiguration config, org.apache.axiom.om.OMElement elem, Properties properties)
Startup
StartupFinder. getObjectFromOMNode(org.apache.axiom.om.OMNode om, Properties properties)
Allow the startup finder to act as an XMLToObjectMapper for Startup (i.e.Startup
StartupFinder. getStartup(org.apache.axiom.om.OMElement element, Properties properties)
This method returns a Processor given an OMElement.Methods in org.apache.synapse.config.xml with parameters of type Startup Modifier and Type Method Description org.apache.axiom.om.OMElement
StartupFinder. serializeStartup(org.apache.axiom.om.OMElement parent, Startup startup)
This method will serialize the config using the supplied QName (looking up the right class to do it)org.apache.axiom.om.OMElement
StartupSerializer. serializeStartup(org.apache.axiom.om.OMElement parent, Startup startup)
Serializes the Startup to an OMElement and attaches as a child to the provided parent OMElementorg.apache.axiom.om.OMElement
MultiXMLConfigurationSerializer. serializeTask(Startup task, SynapseConfiguration synapseConfig, org.apache.axiom.om.OMElement parent)
-
Uses of Startup in org.apache.synapse.startup
Classes in org.apache.synapse.startup that implement Startup Modifier and Type Class Description class
AbstractStartup
-
Uses of Startup in org.apache.synapse.startup.quartz
Classes in org.apache.synapse.startup.quartz that implement Startup Modifier and Type Class Description class
StartUpController
Methods in org.apache.synapse.startup.quartz that return Startup Modifier and Type Method Description Startup
SimpleQuartzFactory. createStartup(org.apache.axiom.om.OMElement el)
Methods in org.apache.synapse.startup.quartz with parameters of type Startup Modifier and Type Method Description org.apache.axiom.om.OMElement
SimpleQuartzSerializer. serializeStartup(org.apache.axiom.om.OMElement parent, Startup s)
-