org.apache.camel.component.aws.swf
Class CamelSWFActivityClient

java.lang.Object
  extended by org.apache.camel.component.aws.swf.CamelSWFActivityClient

public class CamelSWFActivityClient
extends Object


Constructor Summary
CamelSWFActivityClient(SWFConfiguration configuration)
           
 
Method Summary
protected  com.amazonaws.services.simpleworkflow.flow.core.Promise[] asPromiseArray(Object input)
           
 Object scheduleActivity(String eventName, String version, Object input)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CamelSWFActivityClient

public CamelSWFActivityClient(SWFConfiguration configuration)
Method Detail

scheduleActivity

public Object scheduleActivity(String eventName,
                               String version,
                               Object input)

asPromiseArray

protected com.amazonaws.services.simpleworkflow.flow.core.Promise[] asPromiseArray(Object input)


Apache Camel