Class ApiProxyImpl

java.lang.Object
com.google.apphosting.runtime.ApiProxyImpl
All Implemented Interfaces:
com.google.apphosting.api.ApiProxy.Delegate<ApiProxyImpl.EnvironmentImpl>

public class ApiProxyImpl extends Object implements com.google.apphosting.api.ApiProxy.Delegate<ApiProxyImpl.EnvironmentImpl>
ApiProxyImpl is a concrete implementation of the ApiProxy.Delegate interface.

It receives user-supplied API calls, translates them into the APIRequest arguments that APIHost expects, calls the asynchronous APIHost service, and translates any return value or error condition back into something that the user would expect.