Class NoOpFaultListener

  • All Implemented Interfaces:
    FaultListener

    public class NoOpFaultListener
    extends Object
    implements FaultListener
    Utility FaultListener for blocking the default PhaseInterceptorChain fault logging
    • Constructor Detail

      • NoOpFaultListener

        public NoOpFaultListener()
    • Method Detail

      • 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 exception
        description - 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.