net.sf.arise.delegate
Class ServiceInvokerHTTPClient
java.lang.Object
|
+--net.sf.arise.delegate.ServiceInvokerClient
|
+--net.sf.arise.delegate.ServiceInvokerHTTPClient
- All Implemented Interfaces:
- java.lang.reflect.InvocationHandler
- public final class ServiceInvokerHTTPClient
- extends ServiceInvokerClient
- implements java.lang.reflect.InvocationHandler
|
Method Summary |
static java.lang.Object |
create(java.lang.Class serviceInterface)
|
static java.lang.Object |
create(java.lang.Class serviceInterface,
java.net.URL url)
|
java.lang.Object |
invoke(java.lang.Object proxy,
java.lang.reflect.Method method,
java.lang.Object[] args)
|
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
SERVICE_FACTORY
public static final ServiceFactory SERVICE_FACTORY
create
public static java.lang.Object create(java.lang.Class serviceInterface)
throws ServiceException
ServiceException
create
public static java.lang.Object create(java.lang.Class serviceInterface,
java.net.URL url)
throws ServiceException
ServiceException
invoke
public java.lang.Object invoke(java.lang.Object proxy,
java.lang.reflect.Method method,
java.lang.Object[] args)
throws java.lang.Throwable
- Specified by:
invoke in interface java.lang.reflect.InvocationHandler
java.lang.Throwable
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object
All code and documentation is
Copyright (c) : 2000-2003 Kjetil Valstadsve & Maja S. Bratseth