Uses of Interface
org.apache.synapse.config.xml.StartupFactory

Packages that use StartupFactory
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
 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
 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>
 



Copyright © 2005-2012 Apache Software Foundation. All Rights Reserved.