Package org.apache.cxf.ext.logging
Class WireTapIn
- All Implemented Interfaces:
Interceptor<Message>,PhaseInterceptor<Message>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidhandleMessage(Message message) Intercepts a message.voidsetLimit(int limit) voidsetThreshold(long threshold) Methods inherited from class org.apache.cxf.phase.AbstractPhaseInterceptor
addAfter, addAfter, addBefore, addBefore, getAdditionalInterceptors, getAfter, getBefore, getId, getPhase, handleFault, isGET, isRequestor, setAfter, setBefore
-
Constructor Details
-
WireTapIn
public WireTapIn(int limit, long threshold) Instantiates a new WireTapIn- Parameters:
limit-threshold- the log threshold
-
-
Method Details
-
handleMessage
Description copied from interface:InterceptorIntercepts a message. Interceptors should NOT invoke handleMessage or handleFault on the next interceptor - the interceptor chain will take care of this.- Throws:
Fault
-
setLimit
public void setLimit(int limit) -
setThreshold
public void setThreshold(long threshold)
-