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

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

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

Constructors in org.apache.camel.component.aws.swf with parameters of type SWFEndpoint
CamelSWFWorkflowClient(SWFEndpoint endpoint, SWFConfiguration configuration)
           
SWFActivityConsumer(SWFEndpoint endpoint, org.apache.camel.Processor processor, SWFConfiguration configuration)
           
SWFActivityProducer(SWFEndpoint endpoint, CamelSWFActivityClient camelSWFActivityClient)
           
SWFWorkflowConsumer(SWFEndpoint endpoint, org.apache.camel.Processor processor, SWFConfiguration configuration)
           
SWFWorkflowProducer(SWFEndpoint endpoint, CamelSWFWorkflowClient camelSWFClient)
           
 



Apache Camel