org.iids.aos.systemservices.communicator
Class XmlRpcProxy
java.lang.Object
org.iids.aos.systemservices.communicator.XmlRpcProxy
- All Implemented Interfaces:
- java.lang.reflect.InvocationHandler
public class XmlRpcProxy
- extends java.lang.Object
- implements java.lang.reflect.InvocationHandler
- Author:
- hidde@cs.vu.nl
|
Constructor Summary |
XmlRpcProxy(java.lang.String _hostname,
int _port,
XMLRPCMarshaller marshaller,
java.lang.String serviceId,
java.lang.String principalId,
java.lang.String principalPassword)
|
|
Method Summary |
java.lang.Object |
invoke(java.lang.Object proxy,
java.lang.reflect.Method method,
java.lang.Object[] args)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XmlRpcProxy
public XmlRpcProxy(java.lang.String _hostname,
int _port,
XMLRPCMarshaller marshaller,
java.lang.String serviceId,
java.lang.String principalId,
java.lang.String principalPassword)
throws java.net.MalformedURLException
- Throws:
java.net.MalformedURLException
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
- Throws:
java.lang.Throwable
Copyright © 2003, 2004 IIDS Group. All Rights Reserved.