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 public class LoggingInInterceptor extends AbstractLoggingInterceptor Deprecated.use the logging module rt/features/logging insteadA simple logging handler which outputs the bytes of the message to the Logger.
- 
- 
Field Summary- 
Fields inherited from class org.apache.cxf.interceptor.AbstractLoggingInterceptorBINARY_CONTENT_MESSAGE, DEFAULT_LIMIT, limit, MULTIPART_CONTENT_MESSAGE, prettyLogging, threshold, writer
 
- 
 - 
Constructor SummaryConstructors Constructor Description LoggingInInterceptor()Deprecated.LoggingInInterceptor(int lim)Deprecated.LoggingInInterceptor(PrintWriter w)Deprecated.LoggingInInterceptor(String phase)Deprecated.LoggingInInterceptor(String id, int lim)Deprecated.LoggingInInterceptor(String id, PrintWriter w)Deprecated.LoggingInInterceptor(String id, String phase)Deprecated.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description protected StringformatLoggingMessage(LoggingMessage loggingMessage)Deprecated.protected LoggergetLogger()Deprecated.voidhandleMessage(Message message)Deprecated.Intercepts a message.protected voidlogging(Logger logger, Message message)Deprecated.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, writePrettyPayload
 - 
Methods inherited from class org.apache.cxf.phase.AbstractPhaseInterceptoraddAfter, addAfter, addBefore, addBefore, getAdditionalInterceptors, getAfter, getBefore, getId, getPhase, handleFault, isGET, isRequestor, setAfter, setBefore
 
- 
 
- 
- 
- 
Constructor Detail- 
LoggingInInterceptorpublic LoggingInInterceptor() Deprecated.
 - 
LoggingInInterceptorpublic LoggingInInterceptor(String phase) Deprecated.
 - 
LoggingInInterceptorpublic LoggingInInterceptor(int lim) Deprecated.
 - 
LoggingInInterceptorpublic LoggingInInterceptor(String id, int lim) Deprecated.
 - 
LoggingInInterceptorpublic LoggingInInterceptor(PrintWriter w) Deprecated.
 - 
LoggingInInterceptorpublic LoggingInInterceptor(String id, PrintWriter w) Deprecated.
 
- 
 - 
Method Detail- 
handleMessagepublic void handleMessage(Message message) Deprecated.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.
 - 
logReaderprotected void logReader(Message message, Reader reader, LoggingMessage buffer) Deprecated.
 - 
logInputStreamprotected void logInputStream(Message message, InputStream is, LoggingMessage buffer, String encoding, String ct) Deprecated.
 - 
formatLoggingMessageprotected String formatLoggingMessage(LoggingMessage loggingMessage) Deprecated.
 - 
getLoggerprotected Logger getLogger() Deprecated.- Specified by:
- getLoggerin class- AbstractLoggingInterceptor
 
 
- 
 
-