Class MetadataResponseHandler_impl
- java.lang.Object
-
- org.apache.uima.aae.handler.HandlerBase
-
- org.apache.uima.aae.handler.input.MetadataResponseHandler_impl
-
- All Implemented Interfaces:
Handler
public class MetadataResponseHandler_impl extends HandlerBase
-
-
Constructor Summary
Constructors Constructor Description MetadataResponseHandler_impl(java.lang.String aName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
handle(java.lang.Object anObjectToHandle)
This method handles both incoming request for metadata and outgoing response containing metadata.-
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)
This method handles both incoming request for metadata and outgoing response containing metadata.- Specified by:
handle
in interfaceHandler
- Overrides:
handle
in classHandlerBase
-
-