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