| Package | Description |
|---|---|
| org.apache.camel.component.sjms | |
| org.apache.camel.component.sjms.consumer | |
| org.apache.camel.component.sjms.jms | |
| org.apache.camel.component.sjms.producer |
| Modifier and Type | Method and Description |
|---|---|
SjmsEndpoint |
SjmsConsumer.getEndpoint() |
SjmsEndpoint |
SjmsProducer.getEndpoint() |
| Modifier and Type | Method and Description |
|---|---|
SjmsEndpoint |
AbstractMessageHandler.getEndpoint() |
| Constructor and 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) |
| Modifier and Type | Method and Description |
|---|---|
static javax.jms.Message |
JmsMessageHelper.createMessage(org.apache.camel.Exchange exchange,
javax.jms.Session session,
SjmsEndpoint endpoint) |
static javax.jms.Message |
JmsMessageHelper.createMessage(javax.jms.Session session,
Object payload,
Map<String,Object> messageHeaders,
SjmsEndpoint endpoint) |
| Constructor and Description |
|---|
InOutProducer(SjmsEndpoint endpoint) |
Apache Camel