Package | Description |
---|---|
org.apache.synapse.config.xml |
Factories and serializers for XML based configuration.
|
org.apache.synapse.startup.quartz |
Modifier and Type | Method and Description |
---|---|
Map<QName,Class<? extends StartupFactory>> |
StartupFinder.getFactoryMap() |
Modifier and Type | Class and 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>
|
Copyright © 2005-2017 Apache Software Foundation. All Rights Reserved.