org.apache.camel.processor.cache
Class CacheBasedXPathReplacer
java.lang.Object
org.apache.camel.processor.cache.CacheValidate
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(java.lang.String cacheName,
java.lang.String key,
java.lang.String xpath)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CacheBasedXPathReplacer
public CacheBasedXPathReplacer(java.lang.String cacheName,
java.lang.String key,
java.lang.String xpath)
process
public void process(org.apache.camel.Exchange exchange)
throws java.lang.Exception
- Specified by:
process in interface org.apache.camel.Processor
- Throws:
java.lang.Exception
getCacheName
public java.lang.String getCacheName()
setCacheName
public void setCacheName(java.lang.String cacheName)
getKey
public java.lang.String getKey()
setKey
public void setKey(java.lang.String key)
getXpath
public java.lang.String getXpath()
setXpath
public void setXpath(java.lang.String xpath)
Apache CAMEL