public class LoggingOutInterceptor extends AbstractPhaseInterceptor<Message>
Modifier and Type | Class and Description |
---|---|
static class |
LoggingOutInterceptor.LoggingCallback |
Modifier and Type | Field and Description |
---|---|
static int |
DEFAULT_LIMIT |
protected int |
limit |
protected LogEventSender |
sender |
protected long |
threshold |
Constructor and Description |
---|
LoggingOutInterceptor(LogEventSender sender) |
Modifier and Type | Method and Description |
---|---|
void |
createExchangeId(Message message) |
long |
getInMemThreshold() |
int |
getLimit() |
void |
handleMessage(Message message)
Intercepts a message.
|
void |
setInMemThreshold(long t) |
void |
setLimit(int lim) |
addAfter, addAfter, addBefore, addBefore, getAdditionalInterceptors, getAfter, getBefore, getId, getPhase, handleFault, isGET, isRequestor, setAfter, setBefore
public static final int DEFAULT_LIMIT
protected int limit
protected long threshold
protected LogEventSender sender
public LoggingOutInterceptor(LogEventSender sender)
public void handleMessage(Message message) throws Fault
Interceptor
Fault
public void setLimit(int lim)
public int getLimit()
public void setInMemThreshold(long t)
public long getInMemThreshold()
public void createExchangeId(Message message)
Apache CXF