Class SimpleQuartzFactory

  • All Implemented Interfaces:
    StartupFactory

    public class SimpleQuartzFactory
    extends Object
    implements StartupFactory
    <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>
    • Field Detail

      • TASK

        public static final QName TASK
    • Constructor Detail

      • SimpleQuartzFactory

        public SimpleQuartzFactory()
    • Method Detail

      • createStartup

        public Startup createStartup​(org.apache.axiom.om.OMElement el)
        Description copied from interface: StartupFactory
        Create (build from OM) from the specified OMElement
        Specified by:
        createStartup in interface StartupFactory
        Parameters:
        el - OMELement describing the Startup
        Returns:
        Startup build from the given element