public class TracingInterceptor extends Object
| Type Params | Return Type | Name and description | 
|---|---|---|
|  | Object | afterInvoke(Object object, String methodName, Object[] arguments, Object result) | 
|  | Object | beforeInvoke(Object object, String methodName, Object[] arguments) | 
|  | boolean | doInvoke() | 
|  | Writer | getWriter()Returns the writer associated with this interceptor. | 
|  | void | setWriter(Writer writer)Changes the writer associated with this interceptor. | 
|  | protected void | write(Object object, String methodName, Object[] arguments, String origin) | 
|  | protected void | writeInfo(Class aClass, String methodName, Object[] arguments) |