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 voidStatisticSynapseConfigurationObserver. startupAdded(Startup startup)voidStatisticSynapseConfigurationObserver. 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 StartupSynapseConfiguration. 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 voidSynapseConfiguration. addStartup(Startup startup)Add a startup to the startups map in the configuration.voidAbstractSynapseObserver. startupAdded(Startup startup)voidSynapseObserver. startupAdded(Startup startup)Event fired when a startup is added to the configurationvoidAbstractSynapseObserver. startupRemoved(Startup startup)voidSynapseObserver. startupRemoved(Startup startup)Event fired when a startup is removed from the configurationvoidSynapseConfiguration. 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 StartupStartupFactory. createStartup(org.apache.axiom.om.OMElement elem)Create (build from OM) from the specified OMElementstatic StartupSynapseXMLConfigurationFactory. defineStartup(SynapseConfiguration config, org.apache.axiom.om.OMElement elem, Properties properties)StartupStartupFinder. getObjectFromOMNode(org.apache.axiom.om.OMNode om, Properties properties)Allow the startup finder to act as an XMLToObjectMapper for Startup (i.e.StartupStartupFinder. 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.OMElementStartupFinder. 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.OMElementStartupSerializer. 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.OMElementMultiXMLConfigurationSerializer. 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 classAbstractStartup -
Uses of Startup in org.apache.synapse.startup.quartz
Classes in org.apache.synapse.startup.quartz that implement Startup Modifier and Type Class Description classStartUpControllerMethods in org.apache.synapse.startup.quartz that return Startup Modifier and Type Method Description StartupSimpleQuartzFactory. 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.OMElementSimpleQuartzSerializer. serializeStartup(org.apache.axiom.om.OMElement parent, Startup s)
-