org.ow2.jonas.ws.axis
Class JServiceProxy

java.lang.Object
  extended by org.ow2.jonas.ws.axis.JServiceProxy
All Implemented Interfaces:
InvocationHandler

public class JServiceProxy
extends Object
implements InvocationHandler

JServiceProxy

Author:
Guillaume Sauthier

Constructor Summary
JServiceProxy(JService service)
          Constructs a new JServiceProxy wrapping given JService instance.
 
Method Summary
 Object invoke(Object proxy, Method method, Object[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JServiceProxy

public JServiceProxy(JService service)
              throws ServiceException
Constructs a new JServiceProxy wrapping given JService instance.

Parameters:
service - the wrapped JService instance
Throws:
ServiceException - should be never thrown
Method Detail

invoke

public Object invoke(Object proxy,
                     Method method,
                     Object[] args)
              throws Throwable
Specified by:
invoke in interface InvocationHandler
Throws:
Throwable
See Also:
InvocationHandler.invoke(java.lang.Object, java.lang.reflect.Method, java.lang.Object[])


Copyright © 2010 OW2 Consortium. All Rights Reserved.