public class AxisClientProxy extends Object implements InvocationHandler
public Object invoke(Object o, Method method, Object[] objects) throws Throwable
invoke in interface InvocationHandlero - the object to invoke relative tomethod - the Method to invokeobjects - the arguments to the methodThrowable - if anything went wrong in method dispatching or the
execution of the method itselfpublic Call getCall()
CallCopyright © The Apache Software Foundation. All Rights Reserved.