public class WireTapIn extends AbstractPhaseInterceptor<Message>
Constructor and Description |
---|
WireTapIn(int limit,
long threshold)
Instantiates a new WireTapIn
|
Modifier and Type | Method and Description |
---|---|
void |
handleMessage(Message message)
Intercepts a message.
|
void |
setLimit(int limit) |
void |
setThreshold(long threshold) |
addAfter, addAfter, addBefore, addBefore, getAdditionalInterceptors, getAfter, getBefore, getId, getPhase, handleFault, isGET, isRequestor, setAfter, setBefore
public WireTapIn(int limit, long threshold)
limit
- logMessageContent
- the log message contentpublic void handleMessage(Message message) throws Fault
Interceptor
Fault
public void setLimit(int limit)
public void setThreshold(long threshold)
Copyright © 2019 JBoss by Red Hat. All rights reserved.