| java.lang.Object org.apache.openejb.test.interceptor.Interceptor
Interceptor | public class Interceptor (Code) | | author: Prasad Kashyap version: $Rev: 607077 $ $Date: 2007-12-27 06:55:23 -0800 $ |
profile | public static Map<String, Object> profile(InvocationContext ctx, String interceptorName)(Code) | | This interceptor creates/updates an inner map for every method that it intercepts.
The inner map contains the array of method parameters in the key PARAMETERS.
The inner map contains the list of interceptor methods in the key INTERCEPTORS.
The inner map is put back into the contextData against the method name as the key.
Parameters: ctx - - InvocationContext Parameters: interceptorName - name of the interceptor contextData - the contextData which now has been filled with a hashmap of hashmap. |
|
|