com.servingxml.components.error
Interface CatchError

All Known Implementing Classes:
CatchErrorImpl, DefaultCatchError

public interface CatchError

An interface for receiving fault events


Field Summary
static DefaultCatchError DEFAULT_ON_ERROR
           
 
Method Summary
 void catchError(ServiceContext context, Flow flow, ServingXmlException fault, StreamSink streamSink)
          Invoked when the fault occurs.
 

Field Detail

DEFAULT_ON_ERROR

static final DefaultCatchError DEFAULT_ON_ERROR
Method Detail

catchError

void catchError(ServiceContext context,
                Flow flow,
                ServingXmlException fault,
                StreamSink streamSink)
Invoked when the fault occurs.