Uses of Class
org.apache.camel.component.aws.swf.SWFConfiguration
-
-
Uses of SWFConfiguration in org.apache.camel.component.aws.swf
Methods in org.apache.camel.component.aws.swf that return SWFConfiguration Modifier and Type Method Description SWFConfiguration
SWFConfiguration. copy()
SWFConfiguration
SWFComponent. getConfiguration()
SWFConfiguration
SWFEndpoint. getConfiguration()
Methods in org.apache.camel.component.aws.swf with parameters of type SWFConfiguration Modifier and Type Method Description void
SWFComponent. setConfiguration(SWFConfiguration configuration)
The component configurationvoid
SWFEndpoint. setConfiguration(SWFConfiguration configuration)
Constructors in org.apache.camel.component.aws.swf with parameters of type SWFConfiguration Constructor Description CamelActivityImplementationFactory(SWFActivityConsumer swfWorkflowConsumer, SWFConfiguration configuration)
CamelSWFActivityClient(SWFConfiguration configuration)
CamelSWFWorkflowClient(SWFEndpoint endpoint, SWFConfiguration configuration)
CamelWorkflowDefinitionFactoryFactory(SWFWorkflowConsumer swfWorkflowConsumer, SWFConfiguration configuration)
SWFActivityConsumer(SWFEndpoint endpoint, org.apache.camel.Processor processor, SWFConfiguration configuration)
SWFEndpoint(String uri, SWFComponent component, SWFConfiguration configuration)
SWFWorkflowConsumer(SWFEndpoint endpoint, org.apache.camel.Processor processor, SWFConfiguration configuration)
-