public class RegExReplaceInterceptor extends AbstractInterceptor
| Modifier and Type | Class and Description |
|---|---|
static class |
RegExReplaceInterceptor.TargetType |
Interceptor.Flowid, name, router| Constructor and Description |
|---|
RegExReplaceInterceptor() |
| Modifier and Type | Method and Description |
|---|---|
String |
getRegex() |
String |
getReplace() |
RegExReplaceInterceptor.TargetType |
getTarget() |
Outcome |
handleRequest(Exchange exc) |
Outcome |
handleResponse(Exchange exc) |
void |
setRegex(String regex) |
void |
setReplace(String replace) |
void |
setTarget(RegExReplaceInterceptor.TargetType target) |
getDisplayName, getFlow, getHelpId, getId, getLongDescription, getRouter, getRule, getShortDescription, handleAbort, init, init, setDisplayName, setFlow, setIdpublic Outcome handleRequest(Exchange exc) throws Exception
handleRequest in interface InterceptorhandleRequest in class AbstractInterceptorExceptionpublic Outcome handleResponse(Exchange exc) throws Exception
handleResponse in interface InterceptorhandleResponse in class AbstractInterceptorExceptionpublic String getRegex()
public void setRegex(String regex)
public String getReplace()
public void setReplace(String replace)
public RegExReplaceInterceptor.TargetType getTarget()
public void setTarget(RegExReplaceInterceptor.TargetType target)
Copyright © 2019. All Rights Reserved.