Issue Type: Feature Request Feature Request
Affects Versions: 0.8
Assignee: Unassigned
Components: component-camel
Created: 29/Jul/13 1:50 AM
Description:

Hi.
To create a message, I want to invoke a specific class's method whenever Quartz gateway sends a message. With JBoss-esb, I can write following sample code. org.jboss.soa.esb.sample.quickstart.camelesbschedule.SimpleBean.getOutput() will return String object.
~~
<camel-gateway name="gateway1">
<from uri="esbschedule:5000:class:org.jboss.soa.esb.samples.quickstart.camelesbschedule.SimpleBean?method=getOutput"/>
</camel-gateway>
~~

With SwitchYard, I can not specify any method in a <quartz> tag. Here is what I got so far.
~~
<service name="gateway1" promote="gateway1s">
<quartz:binding.quartz xmlns:quartz="urn:switchyard-component-camel-quartz:config:1.0">
<quartz:name>Every5SecondJob</quartz:name>
<quartz:cron>0/5 * * * * ?</quartz:cron>
</quartz:binding.quartz>
</service>
~~

Please consider to implement this feature.
Thx

Project: SwitchYard
Priority: Minor Minor
Reporter: hisao furuichi
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira