Class ProcessRequestHandler_impl
- java.lang.Object
-
- org.apache.uima.aae.handler.HandlerBase
-
- org.apache.uima.aae.handler.input.ProcessRequestHandler_impl
-
- All Implemented Interfaces:
Handler
public class ProcessRequestHandler_impl extends HandlerBase
-
-
Constructor Summary
Constructors Constructor Description ProcessRequestHandler_impl(java.lang.String aName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
handle(java.lang.Object anObjectToHandle)
Main method called by the predecessor handler.-
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)
Main method called by the predecessor handler.- Specified by:
handle
in interfaceHandler
- Overrides:
handle
in classHandlerBase
-
-