org.apache.uima.aae.handler.input
Class MetadataResponseHandler_impl

java.lang.Object
  extended by org.apache.uima.aae.handler.HandlerBase
      extended by org.apache.uima.aae.handler.input.MetadataResponseHandler_impl
All Implemented Interfaces:
Handler

public class MetadataResponseHandler_impl
extends HandlerBase


Constructor Summary
MetadataResponseHandler_impl(java.lang.String aName)
           
 
Method Summary
 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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MetadataResponseHandler_impl

public MetadataResponseHandler_impl(java.lang.String aName)
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 interface Handler
Overrides:
handle in class HandlerBase


Copyright © 2011. All Rights Reserved.