|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.axis.client.AxisClientProxy
public class AxisClientProxy
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.
Method Summary | |
---|---|
Call |
getCall()
Returns the current call |
Object |
invoke(Object o,
Method method,
Object[] objects)
Handle a method invocation. |
Object |
invokeSEIMethod(Method method,
Object[] args)
|
void |
setupCallOperation(Method method)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public Object invoke(Object o, Method method, Object[] objects) throws Throwable
invoke
in interface InvocationHandler
Throwable
public Object invokeSEIMethod(Method method, Object[] args) throws Throwable
Throwable
public void setupCallOperation(Method method)
public Call getCall()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |