org.apache.axis.client
public class AxisClientProxy extends java.lang.Object implements java.lang.reflect.InvocationHandler
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 methodjava.lang.Throwable - if anything went wrong in method dispatching or the
execution of the method itselfpublic Call getCall()
CallCopyright ? 2005 Apache Web Services Project. All Rights Reserved.