org.apache.shindig.protocol
Class HandlerExecutionListener.NoOpHandler
java.lang.Object
org.apache.shindig.protocol.HandlerExecutionListener.NoOpHandler
- All Implemented Interfaces:
- HandlerExecutionListener
- Enclosing interface:
- HandlerExecutionListener
public static class HandlerExecutionListener.NoOpHandler
- extends Object
- implements HandlerExecutionListener
Default no-op implementation
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HandlerExecutionListener.NoOpHandler
public HandlerExecutionListener.NoOpHandler()
executing
public void executing(String service,
String operation,
RequestItem request)
- Description copied from interface:
HandlerExecutionListener
- Called prior to executing a REST or RPC handler
- Specified by:
executing in interface HandlerExecutionListener
- Parameters:
service - Name of the service being calledoperation - Name of operation being calledrequest - being executed
executed
public void executed(String service,
String operation,
RequestItem request)
- Specified by:
executed in interface HandlerExecutionListener
Copyright © 2007-2012. All Rights Reserved.