| Package | Description |
|---|---|
| org.apache.camel.component.sjms | |
| org.apache.camel.component.sjms.consumer |
| Modifier and Type | Method and Description |
|---|---|
SjmsTemplate |
SjmsEndpoint.createInOnlyTemplate()
Factory method for creating a new template for InOnly message exchanges
|
SjmsTemplate |
SjmsEndpoint.createInOutTemplate()
Factory method for creating a new template for InOut message exchanges
|
SjmsTemplate |
SjmsProducer.getInOnlyTemplate() |
SjmsTemplate |
SjmsProducer.getInOutTemplate() |
| Modifier and Type | Method and Description |
|---|---|
void |
SjmsProducer.setInOnlyTemplate(SjmsTemplate inOnlyTemplate) |
void |
SjmsProducer.setInOutTemplate(SjmsTemplate inOutTemplate) |
| Constructor and Description |
|---|
SjmsPollingConsumer(SjmsEndpoint endpoint,
SjmsTemplate template) |
| Modifier and Type | Method and Description |
|---|---|
SjmsTemplate |
EndpointMessageListener.getTemplate() |
| Modifier and Type | Method and Description |
|---|---|
void |
EndpointMessageListener.setTemplate(SjmsTemplate template) |
Apache Camel