org.objectweb.jonas.ws.axis
Class JServiceProxy

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

public class JServiceProxy
extends java.lang.Object
implements java.lang.reflect.InvocationHandler

JServiceProxy

Author:
Guillaume Sauthier

Constructor Summary
JServiceProxy(JService service)
          Constructs a new JServiceProxy wrapping given JService instance.
 
Method Summary
 java.lang.Object invoke(java.lang.Object proxy, java.lang.reflect.Method method, java.lang.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 javax.xml.rpc.ServiceException
Constructs a new JServiceProxy wrapping given JService instance.

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

invoke

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