public class CacheBasedXPathReplacer extends CacheValidate implements org.apache.camel.Processor, org.apache.camel.Service
| Constructor and Description |
|---|
CacheBasedXPathReplacer(String cacheName,
org.apache.camel.Expression key,
String xpath) |
CacheBasedXPathReplacer(String cacheName,
String key,
String xpath) |
| Modifier and Type | Method and Description |
|---|---|
String |
getCacheName() |
org.apache.camel.Expression |
getKey() |
String |
getXpath() |
void |
process(org.apache.camel.Exchange exchange) |
void |
setCacheName(String cacheName) |
void |
setKey(org.apache.camel.Expression key) |
void |
setKey(String key) |
void |
setXpath(String xpath) |
void |
start() |
void |
stop() |
isValidpublic void process(org.apache.camel.Exchange exchange)
throws Exception
process in interface org.apache.camel.ProcessorExceptionpublic String getCacheName()
public void setCacheName(String cacheName)
public org.apache.camel.Expression getKey()
public void setKey(String key)
public void setKey(org.apache.camel.Expression key)
public String getXpath()
public void setXpath(String xpath)
public void start()
throws Exception
start in interface org.apache.camel.ServiceExceptionApache Camel