Uses of Class
org.apache.camel.component.aws.sqs.SqsEndpoint

Packages that use SqsEndpoint
org.apache.camel.component.aws.sqs   
 

Uses of SqsEndpoint in org.apache.camel.component.aws.sqs
 

Methods in org.apache.camel.component.aws.sqs that return SqsEndpoint
 SqsEndpoint SqsConsumer.getEndpoint()
           
 SqsEndpoint SqsProducer.getEndpoint()
           
 

Constructors in org.apache.camel.component.aws.sqs with parameters of type SqsEndpoint
SqsConsumer(SqsEndpoint endpoint, org.apache.camel.Processor processor)
           
SqsProducer(SqsEndpoint endpoint)
           
 



Apache Camel