Uses of Class
org.apache.camel.component.aws.swf.SWFConfiguration

Packages that use SWFConfiguration
org.apache.camel.component.aws.swf   
 

Uses of SWFConfiguration in org.apache.camel.component.aws.swf
 

Methods in org.apache.camel.component.aws.swf that return SWFConfiguration
 SWFConfiguration SWFEndpoint.getConfiguration()
           
 

Methods in org.apache.camel.component.aws.swf with parameters of type SWFConfiguration
 void SWFEndpoint.setConfiguration(SWFConfiguration configuration)
           
 

Constructors in org.apache.camel.component.aws.swf with parameters of type SWFConfiguration
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)
           
 



Apache Camel