// nothing to do
this.context = c;
// Register default IRemoteServiceProxyCreator
Dictionary props = new Hashtable();
props.put(Constants.SERVICE_RANKING, Integer.MIN_VALUE);
this.remoteServiceProxyCreator = this.context.registerService(new String[] {IRemoteServiceProxyCreator.class.getName()}, new IRemoteServiceProxyCreator() {
public Object createProxy(ClassLoader classloader, Class[] interfaces, InvocationHandler handler) {
return Proxy.newProxyInstance(classloader, interfaces, handler);
}
}, props);
// Setup namespace