public class PassThroughJmsKeyFormatStrategy extends Object implements JmsKeyFormatStrategy
Constructor and Description |
---|
PassThroughJmsKeyFormatStrategy() |
public String encodeKey(String key)
JmsKeyFormatStrategy
Message
message.encodeKey
in interface JmsKeyFormatStrategy
key
- the original keypublic String decodeKey(String key)
JmsKeyFormatStrategy
Message
message.decodeKey
in interface JmsKeyFormatStrategy
key
- the encoded keyApache Camel