Class JmsReplyToCacheValueTranslator

java.lang.Object
com.adaptris.core.services.cache.translators.JmsReplyToCacheValueTranslator
All Implemented Interfaces:
CacheValueTranslator<javax.jms.Destination>

public class JmsReplyToCacheValueTranslator extends Object implements CacheValueTranslator<javax.jms.Destination>
Implementation of CacheValueTranslator that retrieves and sets the JMSReplyTo destination of a message.

Note that this can only be used with caches that allow insertion of non-Serializable objects as the JMS destination interface is not serializable.

In the adapter configuration file this class is aliased as jms-replyto-cache-value-translator which is the preferred alternative to the fully qualified classname when building your configuration.