org.apache.camel.component.cxf
Class NullFaultListener

java.lang.Object
  extended by org.apache.camel.component.cxf.NullFaultListener
All Implemented Interfaces:
org.apache.cxf.logging.FaultListener

public class NullFaultListener
extends Object
implements org.apache.cxf.logging.FaultListener


Constructor Summary
NullFaultListener()
           
 
Method Summary
 boolean faultOccurred(Exception exception, String description, org.apache.cxf.message.Message message)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NullFaultListener

public NullFaultListener()
Method Detail

faultOccurred

public boolean faultOccurred(Exception exception,
                             String description,
                             org.apache.cxf.message.Message message)
Specified by:
faultOccurred in interface org.apache.cxf.logging.FaultListener


Apache Camel