Package org.apache.cxf.logging
Class NoOpFaultListener
java.lang.Object
org.apache.cxf.logging.NoOpFaultListener
- All Implemented Interfaces:
- FaultListener
Utility FaultListener for blocking the default PhaseInterceptorChain fault logging
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbooleanfaultOccurred(Exception exception, String description, Message message) Handle the occurred exception.
- 
Constructor Details- 
NoOpFaultListenerpublic NoOpFaultListener()
 
- 
- 
Method Details- 
faultOccurredDescription copied from interface:FaultListenerHandle the occurred exception.- Specified by:
- faultOccurredin interface- FaultListener
- Parameters:
- exception- The exception
- description- A description of where in the service interfaces the exception occurred.
- message- the message processed while the exception occurred.
- Returns:
- trueif CXF should use default handling for this exception which normally is just logging the exception,- falseif CXF not should do any logging.
 
 
-