org.apache.cxf.logging
Class NoOpFaultListener
java.lang.Object
org.apache.cxf.logging.NoOpFaultListener
- All Implemented Interfaces:
- FaultListener
public class NoOpFaultListener
- extends Object
- implements FaultListener
Utility FaultListener for blocking the default PhaseInterceptorChain fault logging
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NoOpFaultListener
public NoOpFaultListener()
faultOccurred
public boolean faultOccurred(Exception exception,
String description,
Message message)
- Description copied from interface:
FaultListener
- Handle the occurred exception.
- Specified by:
faultOccurred
in interface FaultListener
- Parameters:
exception
- The exceptiondescription
- A description of where in the service interfaces
the exception occurred.message
- the message processed while the exception occurred.
- Returns:
true
if CXF should use default handling for this
exception which normally is just logging the exception, false
if CXF not should do any logging.
Apache CXF