Uses of Interface
org.apache.synapse.config.xml.StartupFactory
-
Packages that use StartupFactory Package Description org.apache.synapse.config.xml Factories and serializers for XML based configuration.org.apache.synapse.startup.quartz -
-
Uses of StartupFactory in org.apache.synapse.config.xml
Methods in org.apache.synapse.config.xml that return types with arguments of type StartupFactory Modifier and Type Method Description Map<QName,Class<? extends StartupFactory>>
StartupFinder. getFactoryMap()
-
Uses of StartupFactory in org.apache.synapse.startup.quartz
Classes in org.apache.synapse.startup.quartz that implement StartupFactory Modifier and Type Class Description class
SimpleQuartzFactory
<task class="org.my.synapse.Task" name="string"> <description>description in text</description> <property name="stringProp" value="String"/> <property name="xmlProp"> <somexml>config</somexml> </property> <trigger ([[count="10"]? interval="1000"] | [cron="0 * 1 * * ?"] | [once=(true | false)])/> </task>
-