*/
public class InvokerImpl extends Invoker {
public Invoker createInvoker(Context cx, Method method, Class[] types) {
Invoker result;
int classNum;
synchronized (this) {
if (invokersCache == null) {
invokersCache = new Hashtable();
ClassLoader parentLoader = cx.getClass().getClassLoader();