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 SWFConfigurationSWFConfiguration. copy()SWFConfigurationSWFComponent. getConfiguration()SWFConfigurationSWFEndpoint. getConfiguration()Methods in org.apache.camel.component.aws.swf with parameters of type SWFConfiguration Modifier and Type Method Description voidSWFComponent. setConfiguration(SWFConfiguration configuration)The component configurationvoidSWFEndpoint. 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)
-