return factory.createProxyBusiness(id);
}
public Object createRemoteProxy(Object id, RemoteBinding binding) throws Exception
{
ServiceRemoteProxyFactory factory = new ServiceRemoteProxyFactory(this, binding);
return factory.createProxyBusiness(id);
}