public interface ServiceInvocationListener
| Modifier and Type | Method and Description |
|---|---|
Object |
afterInvocation(ServiceInvocationContext context,
Object result) |
void |
afterInvocationError(ServiceInvocationContext context,
Throwable t) |
void |
beforeInvocation(ServiceInvocationContext context) |
Object[] |
beforeMethodSearch(Object invokee,
String methodName,
Object[] args) |
Object[] beforeMethodSearch(Object invokee, String methodName, Object[] args)
void beforeInvocation(ServiceInvocationContext context)
void afterInvocationError(ServiceInvocationContext context, Throwable t)
Object afterInvocation(ServiceInvocationContext context, Object result)