public abstract class AbstractLoggingInterceptor extends AbstractPhaseInterceptor<Message>
Modifier and Type | Field and Description |
---|---|
static int |
DEFAULT_LIMIT |
protected int |
limit |
protected LogEventSender |
sender |
protected long |
threshold |
Constructor and Description |
---|
AbstractLoggingInterceptor(String phase,
LogEventSender sender) |
Modifier and Type | Method and Description |
---|---|
void |
createExchangeId(Message message) |
long |
getInMemThreshold() |
int |
getLimit() |
void |
setInMemThreshold(long t) |
void |
setLimit(int lim) |
void |
setPrettyLogging(boolean prettyLogging) |
addAfter, addAfter, addBefore, addBefore, getAdditionalInterceptors, getAfter, getBefore, getId, getPhase, handleFault, isGET, isRequestor, setAfter, setBefore
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
handleMessage
public static final int DEFAULT_LIMIT
protected int limit
protected long threshold
protected LogEventSender sender
public AbstractLoggingInterceptor(String phase, LogEventSender sender)
public void setLimit(int lim)
public int getLimit()
public void setInMemThreshold(long t)
public long getInMemThreshold()
public void setPrettyLogging(boolean prettyLogging)
public void createExchangeId(Message message)
Apache CXF