public static class HandlerExecutionListener.LoggingHandler extends Object implements HandlerExecutionListener
HandlerExecutionListener.LoggingHandler, HandlerExecutionListener.NoOpHandler| Constructor and Description |
|---|
HandlerExecutionListener.LoggingHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
executed(String service,
String operation,
RequestItem request) |
void |
executing(String service,
String operation,
RequestItem request)
Called prior to executing a REST or RPC handler
|
public static final Logger LOG
public HandlerExecutionListener.LoggingHandler()
public void executing(String service, String operation, RequestItem request)
HandlerExecutionListenerexecuting in interface HandlerExecutionListenerservice - Name of the service being calledoperation - Name of operation being calledrequest - being executedpublic void executed(String service, String operation, RequestItem request)
executed in interface HandlerExecutionListenerCopyright © 2007-2012. All Rights Reserved.