org.isam.exehda.services.worb
Class WebServiceRef
java.lang.Object
|
+--org.isam.exehda.services.worb.WebServiceRef
- Direct Known Subclasses:
- WSClientRef, WSServerRef
- abstract class WebServiceRef
- extends java.lang.Object
Constructor Summary |
protected |
WebServiceRef(java.lang.Class serviceIface)
|
Method Summary |
protected long |
computeMethodHash(java.lang.reflect.Method m)
|
abstract java.lang.Object |
invoke(java.lang.Long opnum,
java.lang.reflect.Method m,
java.lang.Object[] params)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
serviceInterface
protected java.lang.Class serviceInterface
WebServiceRef
protected WebServiceRef(java.lang.Class serviceIface)
invoke
public abstract java.lang.Object invoke(java.lang.Long opnum,
java.lang.reflect.Method m,
java.lang.Object[] params)
throws java.lang.Exception
java.lang.Exception
computeMethodHash
protected long computeMethodHash(java.lang.reflect.Method m)
throws java.security.NoSuchAlgorithmException,
java.io.IOException
java.security.NoSuchAlgorithmException
java.io.IOException