if ((n.startsWith("get") && pt.length==0) || (n.startsWith("set") && pt.length==1 && rt==Void.TYPE))
pm.add(n.substring(3,4).toLowerCase()+n.substring(4));
}
// pm.remove("class"); // do we want this available ?
gbif.addInterface(c, (String[])pm.toArray(new String[pm.size()]));
//gbif.addInterface(c);
GBeanData gbd=new GBeanData(createObjectName(name), gbif.getBeanInfo());
// ensure the injection of the InvocationHandler into the newly instantiated Proxy
gbd.setAttribute("invocationHandler" , new InvocationHandler(bean));