List<String> objectNames = null;
String methodName = null;
List<ArgDescriptor> argDescriptors = null;
public void apply(Object target, WireContext targetWireContext) {
Listener listener = null;
// if a method has to be invoked, rather then using the observable interface
if (methodName!=null) {
listener = new MethodInvokerListener(
methodName,