|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use KeyFormatStrategy | |
|---|---|
| org.apache.camel.component.sjms | |
| org.apache.camel.component.sjms.jms | |
| Uses of KeyFormatStrategy in org.apache.camel.component.sjms |
|---|
| Methods in org.apache.camel.component.sjms that return KeyFormatStrategy | |
|---|---|
KeyFormatStrategy |
SjmsEndpoint.getJmsKeyFormatStrategy()
|
KeyFormatStrategy |
SjmsComponent.getKeyFormatStrategy()
|
| Methods in org.apache.camel.component.sjms with parameters of type KeyFormatStrategy | |
|---|---|
static javax.jms.Message |
SjmsExchangeMessageHelper.createMessage(org.apache.camel.Exchange exchange,
javax.jms.Session session,
KeyFormatStrategy keyFormatStrategy)
|
void |
SjmsComponent.setKeyFormatStrategy(KeyFormatStrategy keyFormatStrategy)
|
| Uses of KeyFormatStrategy in org.apache.camel.component.sjms.jms |
|---|
| Classes in org.apache.camel.component.sjms.jms that implement KeyFormatStrategy | |
|---|---|
class |
DefaultJmsKeyFormatStrategy
Default strategy that handles dots and hyphens. |
| Methods in org.apache.camel.component.sjms.jms with parameters of type KeyFormatStrategy | |
|---|---|
static javax.jms.Message |
JmsMessageHelper.createMessage(javax.jms.Session session,
Object payload,
Map<String,Object> messageHeaders,
KeyFormatStrategy keyFormatStrategy)
|
static javax.jms.Message |
JmsMessageHelper.setJmsMessageHeaders(javax.jms.Message jmsMessage,
Map<String,Object> messageHeaders,
KeyFormatStrategy keyFormatStrategy)
Adds or updates the Message headers. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||