An ObjectProxy object represents a server, and is returned by the createObject method of the DataSpace object. The ObjectProxy class has one method, call, which can invoke a method on the server and return an object resulting from that invocation.
package com.ms.wfc.data
Call Method (ADO/WFC Syntax)
Invokes a method on the server represented by the ObjectProxy. Optionally, method arguments may be passed as an array of objects.
public Object ObjectProxy.call( String method ) public Object ObjectProxy.call( String method, Object[] args)