org.apache.axis.client
Class AxisClientProxy
java.lang.Object
org.apache.axis.client.AxisClientProxy
- InvocationHandler
public class AxisClientProxy
extends java.lang.Object
implements InvocationHandler
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.
- Glen Daniels (gdaniels@apache.org)
- C?dric Chabanois (cchabanois@ifrance.com)
Call | getCall() - Returns the current call.
|
Object | invoke(Object o, Method method, Object[] objects) - Handle a method invocation.
|
getCall
public Call getCall()
Returns the current call.
invoke
public Object invoke(Object o,
Method method,
Object[] objects)
throws Throwable
Handle a method invocation.
o
- the object to invoke relative tomethod
- the Method
to invokeobjects
- the arguments to the method
Copyright B) 2005 Apache Web Services Project. All Rights Reserved.