public class AxisClientProxy
extends java.lang.Object
implements java.lang.reflect.InvocationHandler
| Modifier and Type | Method and Description |
|---|---|
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.
|
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.