/**
* Create a Fault Handler which increases the failed request count.
*/
protected Handler createFaultHandler()
{
return new DefaultFaultHandler() {
@Override
public void invoke(MessageContext context)
throws Exception
{System.out.println("fault!!");