Package org.apache.cxf.interceptor
Class LoggingOutInterceptor
java.lang.Object
org.apache.cxf.phase.AbstractPhaseInterceptor<Message>
org.apache.cxf.interceptor.AbstractLoggingInterceptor
org.apache.cxf.interceptor.LoggingOutInterceptor
- All Implemented Interfaces:
- Interceptor<Message>,- PhaseInterceptor<Message>
Deprecated.
use the logging module rt/features/logging instead
- 
Field SummaryFields inherited from class org.apache.cxf.interceptor.AbstractLoggingInterceptorBINARY_CONTENT_MESSAGE, DEFAULT_LIMIT, limit, MULTIPART_CONTENT_MESSAGE, prettyLogging, threshold, writer
- 
Constructor SummaryConstructorsConstructorDescriptionDeprecated.LoggingOutInterceptor(int lim) Deprecated.Deprecated.LoggingOutInterceptor(String phase) Deprecated.
- 
Method SummaryModifier and TypeMethodDescriptionprotected StringformatLoggingMessage(LoggingMessage buffer) Deprecated.protected LoggerDeprecated.voidhandleMessage(Message message) Deprecated.Intercepts a message.Methods inherited from class org.apache.cxf.interceptor.AbstractLoggingInterceptorgetBinaryContentMediaTypes, getInMemThreshold, getLimit, getPrintWriter, isBinaryContent, isLoggingDisabledNow, isMultipartContent, isPrettyLogging, isShowBinaryContent, isShowMultipartContent, log, setBinaryContentMediaTypes, setInMemThreshold, setLimit, setOutputLocation, setPrettyLogging, setPrintWriter, setShowBinaryContent, setShowMultipartContent, transform, writePayload, writePayload, writePrettyPayloadMethods inherited from class org.apache.cxf.phase.AbstractPhaseInterceptoraddAfter, addAfter, addBefore, addBefore, getAdditionalInterceptors, getAfter, getBefore, getId, getPhase, handleFault, isGET, isRequestor, setAfter, setBefore
- 
Constructor Details- 
LoggingOutInterceptorDeprecated.
- 
LoggingOutInterceptorpublic LoggingOutInterceptor()Deprecated.
- 
LoggingOutInterceptorpublic LoggingOutInterceptor(int lim) Deprecated.
- 
LoggingOutInterceptorDeprecated.
 
- 
- 
Method Details- 
handleMessageDeprecated.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.
- 
formatLoggingMessageDeprecated.
- 
getLoggerDeprecated.- Specified by:
- getLoggerin class- AbstractLoggingInterceptor
 
 
-