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 public class LoggingOutInterceptor extends AbstractLoggingInterceptor Deprecated.use the logging module rt/features/logging instead
- 
- 
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 LoggingOutInterceptor()Deprecated.LoggingOutInterceptor(int lim)Deprecated.LoggingOutInterceptor(PrintWriter w)Deprecated.LoggingOutInterceptor(String phase)Deprecated.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description protected StringformatLoggingMessage(LoggingMessage buffer)Deprecated.protected LoggergetLogger()Deprecated.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, 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- 
LoggingOutInterceptorpublic LoggingOutInterceptor(String phase) Deprecated.
 - 
LoggingOutInterceptorpublic LoggingOutInterceptor() Deprecated.
 - 
LoggingOutInterceptorpublic LoggingOutInterceptor(int lim) Deprecated.
 - 
LoggingOutInterceptorpublic LoggingOutInterceptor(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.
 - 
formatLoggingMessageprotected String formatLoggingMessage(LoggingMessage buffer) Deprecated.
 - 
getLoggerprotected Logger getLogger() Deprecated.- Specified by:
- getLoggerin class- AbstractLoggingInterceptor
 
 
- 
 
-