Package | Description |
---|---|
org.apache.camel.component.sjms.jms |
Modifier and Type | Method and Description |
---|---|
protected JmsMessageType |
JmsBinding.getJMSMessageTypeForBody(org.apache.camel.Exchange exchange,
Object body,
Map<String,Object> headers,
javax.jms.Session session,
org.apache.camel.CamelContext context)
Return the
JmsMessageType |
static JmsMessageType |
JmsMessageType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JmsMessageType[] |
JmsMessageType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
protected javax.jms.Message |
JmsBinding.createJmsMessageForType(org.apache.camel.Exchange exchange,
Object body,
Map<String,Object> headers,
javax.jms.Session session,
org.apache.camel.CamelContext context,
JmsMessageType type)
Create the
Message |
Apache Camel