org.codehaus.activesoap.impl
Class ClientProxy

java.lang.Object
  extended byorg.codehaus.activesoap.impl.ClientProxy
All Implemented Interfaces:
InvocationHandler

public class ClientProxy
extends Object
implements InvocationHandler

Version:
$Revision: 1.3 $

Constructor Summary
ClientProxy(RestClient client, ClientHandler clientHandler)
           
 
Method Summary
 Object invoke(Object proxy, Method method, Object[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClientProxy

public ClientProxy(RestClient client,
                   ClientHandler clientHandler)
Method Detail

invoke

public Object invoke(Object proxy,
                     Method method,
                     Object[] args)
              throws Throwable
Specified by:
invoke in interface InvocationHandler
Throws:
Throwable


Copyright © 2004-2007 LogicBlaze, Inc.. All Rights Reserved.