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

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

public class ProcessRequestHandler_impl
extends HandlerBase


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

Constructor Detail

ProcessRequestHandler_impl

public ProcessRequestHandler_impl(java.lang.String aName)
Method Detail

handle

public void handle(java.lang.Object anObjectToHandle)
Main method called by the predecessor handler.

Specified by:
handle in interface Handler
Overrides:
handle in class HandlerBase


Copyright © 2011. All Rights Reserved.