if (gbeanInvoker == null) {
throw new UnsupportedOperationException("No implementation method: objectName=" + objectName + ", method=" + method);
}
return gbeanInvoker.invoke(objectName, args);
}
private ProxyInvoker[] createGBeanInvokers(Kernel kernel) {
// build the method lookup table
FastClass fastClass = FastClass.create(proxyType);