this.xpath = xpath;
}
public void process(Exchange exchange) throws Exception {
// Cache the buffer to the specified Cache against the specified key
cacheManager = new CacheManagerFactory().instantiateCacheManager();
if (isValid(cacheManager, cacheName, key)) {
cache = cacheManager.getCache(cacheName);
if (LOG.isDebugEnabled()) {
LOG.debug("Replacing XPath value " + xpath + "in Message with value stored against key " + key