Uses of Class
org.apache.camel.component.sjms.SjmsEndpoint
-
Packages that use SjmsEndpoint Package Description org.apache.camel.component.sjms org.apache.camel.component.sjms.consumer org.apache.camel.component.sjms.producer -
-
Uses of SjmsEndpoint in org.apache.camel.component.sjms
Methods in org.apache.camel.component.sjms that return SjmsEndpoint Modifier and Type Method Description protected SjmsEndpoint
SjmsComponent. createSjmsEndpoint(String uri, String remaining)
SjmsEndpoint
SjmsConsumer. getEndpoint()
SjmsEndpoint
SjmsProducer. getEndpoint()
-
Uses of SjmsEndpoint in org.apache.camel.component.sjms.consumer
Methods in org.apache.camel.component.sjms.consumer that return SjmsEndpoint Modifier and Type Method Description SjmsEndpoint
AbstractMessageHandler. getEndpoint()
Constructors in org.apache.camel.component.sjms.consumer with parameters of type SjmsEndpoint Constructor Description AbstractMessageHandler(SjmsEndpoint endpoint, ExecutorService executor)
AbstractMessageHandler(SjmsEndpoint endpoint, ExecutorService executor, org.apache.camel.spi.Synchronization synchronization)
InOnlyMessageHandler(SjmsEndpoint endpoint, ExecutorService executor)
InOnlyMessageHandler(SjmsEndpoint endpoint, ExecutorService executor, org.apache.camel.spi.Synchronization synchronization)
InOutMessageHandler(SjmsEndpoint endpoint, ExecutorService executor)
InOutMessageHandler(SjmsEndpoint endpoint, ExecutorService executor, org.apache.camel.spi.Synchronization synchronization)
-
Uses of SjmsEndpoint in org.apache.camel.component.sjms.producer
Constructors in org.apache.camel.component.sjms.producer with parameters of type SjmsEndpoint Constructor Description InOutProducer(SjmsEndpoint endpoint)
-