public Object createProxy(ClassLoader classloader, Class[] interfaces, InvocationHandler handler) {
return Proxy.newProxyInstance(classloader, interfaces, handler);
}
}, props);
// Setup namespace
this.remoteServiceNamespace = new RemoteServiceNamespace(RemoteServiceNamespace.NAME, "remote service namespace"); //$NON-NLS-1$
IDFactory.getDefault().addNamespace(remoteServiceNamespace);
}