| 
 | |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.apache.axis.client.AxisClientProxy
Very simple dynamic proxy InvocationHandler class. This class is constructed with a Call object, and then each time a method is invoked on a dynamic proxy using this invocation handler, we simply turn it into a SOAP request.
| Method Summary | |
|  Call | getCall()Returns the current call. | 
|  java.lang.Object | invoke(java.lang.Object o,
       java.lang.reflect.Method method,
       java.lang.Object[] objects)Handle a method invocation. | 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Method Detail | 
public java.lang.Object invoke(java.lang.Object o,
                               java.lang.reflect.Method method,
                               java.lang.Object[] objects)
                        throws java.lang.Throwable
invoke in interface java.lang.reflect.InvocationHandlero - the object to invoke relative tomethod - the Method to invokeobjects - the arguments to the method
java.lang.Throwable - if anything went wrong in method dispatching or the
              execution of the method itselfpublic Call getCall()
Call| 
 | |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||