public class LogInterceptor extends AbstractInterceptor
| Modifier and Type | Class and Description |
|---|---|
static class |
LogInterceptor.Level |
Interceptor.Flowid, name, router| Constructor and Description |
|---|
LogInterceptor() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCategory() |
LogInterceptor.Level |
getLevel() |
String |
getShortDescription() |
Outcome |
handleRequest(Exchange exc) |
Outcome |
handleResponse(Exchange exc) |
boolean |
isHeaderOnly() |
void |
setCategory(String category) |
void |
setHeaderOnly(boolean headerOnly) |
void |
setLevel(LogInterceptor.Level level) |
getDisplayName, getFlow, getHelpId, getId, getLongDescription, getRouter, getRule, 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 boolean isHeaderOnly()
public void setHeaderOnly(boolean headerOnly)
public LogInterceptor.Level getLevel()
public void setLevel(LogInterceptor.Level level)
public String getCategory()
public void setCategory(String category)
public String getShortDescription()
getShortDescription in interface InterceptorgetShortDescription in class AbstractInterceptorCopyright © 2019. All Rights Reserved.