Package com.sun.ts.tests.common.vehicle.none.proxy


package com.sun.ts.tests.common.vehicle.none.proxy
  • Class
    Description
    An abstract base class for creating dynamic proxies used to dispatch method calls to a remote server.
    AppClient<IC,ICP extends InvocationProxy<IC>>
    The appclient main entry point that creates a proxy to the server side client test.
    A function that dispatches method calls to a local instance using reflection.
    The InvocationProxy interface that is used by the AppClient to communicate with the server side ClientServletTarget
    A function that dispatches method calls to a remote server using the HttpClient.
    This is the target servlet for appclient tests that use a proxy to invoke the client test class injected into a subclass of this servlet.