|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface JmsKeyFormatStrategy
Strategy for applying encoding and decoding of JMS headers so they apply to the JMS spec.
| Method Summary | |
|---|---|
String |
decodeKey(String key)
Decodes the key after its received from a Message message. |
String |
encodeKey(String key)
Encodes the key before its sent as a Message message. |
| Method Detail |
|---|
String encodeKey(String key)
Message message.
key - the original key
String decodeKey(String key)
Message message.
key - the encoded key
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||