public class AxisClientProxy extends Object implements InvocationHandler
public Object invoke(Object o, Method method, Object[] objects) throws Throwable
invoke
in interface InvocationHandler
o
- 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()
Call
Copyright © The Apache Software Foundation. All Rights Reserved.