| Package | Description |
|---|---|
| org.apache.camel.component.sjms | |
| org.apache.camel.component.sjms.batch |
| Modifier and Type | Method and Description |
|---|---|
protected JmsBinding |
SjmsEndpoint.createBinding()
Creates the
JmsBinding to use. |
JmsBinding |
SjmsEndpoint.getBinding() |
JmsBinding |
SjmsMessage.getBinding() |
| Modifier and Type | Method and Description |
|---|---|
void |
SjmsEndpoint.setBinding(JmsBinding binding)
Sets the binding used to convert from a Camel message to and from a JMS
message
|
void |
SjmsMessage.setBinding(JmsBinding binding) |
| Constructor and Description |
|---|
SjmsMessage(javax.jms.Message jmsMessage,
javax.jms.Session jmsSession,
JmsBinding binding) |
| Modifier and Type | Method and Description |
|---|---|
protected JmsBinding |
SjmsBatchEndpoint.createBinding()
Creates the
JmsBinding to use. |
JmsBinding |
SjmsBatchEndpoint.getBinding() |
| Modifier and Type | Method and Description |
|---|---|
void |
SjmsBatchEndpoint.setBinding(JmsBinding binding)
Sets the binding used to convert from a Camel message to and from a JMS
message
|
Apache Camel