This class of the com.ms.wfc.data package represents a server. An ObjectProxy object is returned by DataSpace.createObject.
public class ObjectProxy { // Methods public Object ObjectProxy.call(String method); public Object ObjectProxy.call(String method, Object[] args); }