org.mule.module.cxf.feature
Class PrettyLoggingOutInterceptor
java.lang.Object
org.apache.cxf.phase.AbstractPhaseInterceptor
org.apache.cxf.interceptor.LoggingOutInterceptor
org.mule.module.cxf.feature.PrettyLoggingOutInterceptor
- All Implemented Interfaces:
- org.apache.cxf.interceptor.Interceptor, org.apache.cxf.phase.PhaseInterceptor
public class PrettyLoggingOutInterceptor
- extends org.apache.cxf.interceptor.LoggingOutInterceptor
Takes the log output from the standard CXF LoggingInterceptor,
disassembles it, pretty-prints the XML payload, then puts it all back
together again.
Method Summary |
protected java.lang.String |
transform(java.lang.String originalLogString)
|
Methods inherited from class org.apache.cxf.interceptor.LoggingOutInterceptor |
getLimit, handleMessage, setLimit |
Methods inherited from class org.apache.cxf.phase.AbstractPhaseInterceptor |
addAfter, addAfter, addBefore, addBefore, getAfter, getBefore, getId, getPhase, handleFault, isGET, isRequestor, setAfter, setBefore |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PrettyLoggingOutInterceptor
public PrettyLoggingOutInterceptor()
PrettyLoggingOutInterceptor
public PrettyLoggingOutInterceptor(java.lang.String phase)
PrettyLoggingOutInterceptor
public PrettyLoggingOutInterceptor(int lim)
PrettyLoggingOutInterceptor
public PrettyLoggingOutInterceptor(java.io.PrintWriter w)
transform
protected java.lang.String transform(java.lang.String originalLogString)
- Overrides:
transform
in class org.apache.cxf.interceptor.LoggingOutInterceptor
Copyright © 2003-2010 MuleSoft, Inc.. All Rights Reserved.