Class CamelActivityImplementationFactory
- java.lang.Object
-
- com.amazonaws.services.simpleworkflow.flow.generic.ActivityImplementationFactory
-
- org.apache.camel.component.aws.swf.CamelActivityImplementationFactory
-
public class CamelActivityImplementationFactory extends com.amazonaws.services.simpleworkflow.flow.generic.ActivityImplementationFactory
-
-
Constructor Summary
Constructors Constructor Description CamelActivityImplementationFactory(SWFActivityConsumer swfWorkflowConsumer, SWFConfiguration configuration)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.amazonaws.services.simpleworkflow.flow.generic.ActivityImplementation
getActivityImplementation(com.amazonaws.services.simpleworkflow.model.ActivityType activityType)
Iterable<com.amazonaws.services.simpleworkflow.model.ActivityType>
getActivityTypesToRegister()
-
-
-
Constructor Detail
-
CamelActivityImplementationFactory
public CamelActivityImplementationFactory(SWFActivityConsumer swfWorkflowConsumer, SWFConfiguration configuration)
-
-
Method Detail
-
getActivityTypesToRegister
public Iterable<com.amazonaws.services.simpleworkflow.model.ActivityType> getActivityTypesToRegister()
- Specified by:
getActivityTypesToRegister
in classcom.amazonaws.services.simpleworkflow.flow.generic.ActivityImplementationFactory
-
getActivityImplementation
public com.amazonaws.services.simpleworkflow.flow.generic.ActivityImplementation getActivityImplementation(com.amazonaws.services.simpleworkflow.model.ActivityType activityType)
- Specified by:
getActivityImplementation
in classcom.amazonaws.services.simpleworkflow.flow.generic.ActivityImplementationFactory
-
-