org.apache.camel.processor.cache
Class CacheBasedXPathReplacer

java.lang.Object
  extended by org.apache.camel.processor.cache.CacheValidate
      extended by org.apache.camel.processor.cache.CacheBasedXPathReplacer
All Implemented Interfaces:
org.apache.camel.Processor

public class CacheBasedXPathReplacer
extends CacheValidate
implements org.apache.camel.Processor


Constructor Summary
CacheBasedXPathReplacer(String cacheName, String key, String xpath)
           
 
Method Summary
 String getCacheName()
           
 String getKey()
           
 String getXpath()
           
 void process(org.apache.camel.Exchange exchange)
           
 void setCacheName(String cacheName)
           
 void setKey(String key)
           
 void setXpath(String xpath)
           
 
Methods inherited from class org.apache.camel.processor.cache.CacheValidate
isValid
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CacheBasedXPathReplacer

public CacheBasedXPathReplacer(String cacheName,
                               String key,
                               String xpath)
Method Detail

process

public void process(org.apache.camel.Exchange exchange)
             throws Exception
Specified by:
process in interface org.apache.camel.Processor
Throws:
Exception

getCacheName

public String getCacheName()

setCacheName

public void setCacheName(String cacheName)

getKey

public String getKey()

setKey

public void setKey(String key)

getXpath

public String getXpath()

setXpath

public void setXpath(String xpath)


Apache CAMEL