new FakeServerCapabilities(null), //serverCaps
null, //serverConstraints
null, //permClass
null); //classLoader
handler = new FakeInvocationHandler();
fi = (Remote) Proxy.newProxyInstance(
FakeRemoteInterface.class.getClassLoader(),
new Class[] { FakeRemoteInterface.class },
handler);
}