Class ProcessResponseHandler
- java.lang.Object
-
- org.apache.uima.aae.handler.HandlerBase
-
- org.apache.uima.aae.handler.input.ProcessResponseHandler
-
- All Implemented Interfaces:
Handler
public class ProcessResponseHandler extends HandlerBase
-
-
Constructor Summary
Constructors Constructor Description ProcessResponseHandler(java.lang.String aName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
handle(java.lang.Object anObjectToHandle)
-
Methods inherited from class org.apache.uima.aae.handler.HandlerBase
aggregateDelegateStats, computeStats, delegate, getController, getDelegate, getName, handle, hasDelegateHandler, invokeProcess, isHandlerForMessage, populateErrorContext, removeDelegate, resequenceDelegateHandler, setController, setDelegate, setParent, validate
-
-
-
-
Method Detail
-
handle
public void handle(java.lang.Object anObjectToHandle) throws AsynchAEException
- Specified by:
handle
in interfaceHandler
- Overrides:
handle
in classHandlerBase
- Throws:
AsynchAEException
-
-