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


Field Summary
protected  java.lang.Class serviceInterface
           
 
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
 

Field Detail

serviceInterface

protected java.lang.Class serviceInterface
Constructor Detail

WebServiceRef

protected WebServiceRef(java.lang.Class serviceIface)
Method Detail

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