Package org.apache.cxf.interceptor
Class LoggingInInterceptor
java.lang.Object
org.apache.cxf.phase.AbstractPhaseInterceptor<Message>
org.apache.cxf.interceptor.AbstractLoggingInterceptor
org.apache.cxf.interceptor.LoggingInInterceptor
- All Implemented Interfaces:
- Interceptor<Message>,- PhaseInterceptor<Message>
Deprecated.
use the logging module rt/features/logging instead
A simple logging handler which outputs the bytes of the message to the
 Logger.
- 
Field SummaryFields inherited from class org.apache.cxf.interceptor.AbstractLoggingInterceptorBINARY_CONTENT_MESSAGE, DEFAULT_LIMIT, limit, MULTIPART_CONTENT_MESSAGE, prettyLogging, threshold, writer
- 
Constructor SummaryConstructorsConstructorDescriptionDeprecated.LoggingInInterceptor(int lim) Deprecated.Deprecated.LoggingInInterceptor(String phase) Deprecated.LoggingInInterceptor(String id, int lim) Deprecated.Deprecated.LoggingInInterceptor(String id, String phase) Deprecated.
- 
Method SummaryModifier and TypeMethodDescriptionprotected StringformatLoggingMessage(LoggingMessage loggingMessage) Deprecated.protected LoggerDeprecated.voidhandleMessage(Message message) Deprecated.Intercepts a message.protected voidDeprecated.protected voidlogInputStream(Message message, InputStream is, LoggingMessage buffer, String encoding, String ct) Deprecated.protected voidlogReader(Message message, Reader reader, LoggingMessage buffer) Deprecated.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- 
LoggingInInterceptorpublic LoggingInInterceptor()Deprecated.
- 
LoggingInInterceptorDeprecated.
- 
LoggingInInterceptorDeprecated.
- 
LoggingInInterceptorpublic LoggingInInterceptor(int lim) Deprecated.
- 
LoggingInInterceptorDeprecated.
- 
LoggingInInterceptorDeprecated.
- 
LoggingInInterceptorDeprecated.
 
- 
- 
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.
- 
loggingDeprecated.
- 
logReaderDeprecated.
- 
logInputStreamprotected void logInputStream(Message message, InputStream is, LoggingMessage buffer, String encoding, String ct) Deprecated.
- 
formatLoggingMessageDeprecated.
- 
getLoggerDeprecated.- Specified by:
- getLoggerin class- AbstractLoggingInterceptor
 
 
-