Class ServiceProxy
- java.lang.Object
-
- org.apache.naming.factory.webservices.ServiceProxy
-
- All Implemented Interfaces:
InvocationHandler
public class ServiceProxy extends Object implements InvocationHandler
Object proxy for Web Services.- Author:
- Fabien Carrion
-
-
Constructor Summary
Constructors Constructor Description ServiceProxy(javax.xml.rpc.Service service)
Constructs a new ServiceProxy wrapping given Service instance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
invoke(Object proxy, Method method, Object[] args)
void
setPortComponentRef(Hashtable<String,QName> portComponentRef)
-
-
-
Method Detail
-
invoke
public Object invoke(Object proxy, Method method, Object[] args) throws Throwable
- Specified by:
invoke
in interfaceInvocationHandler
- Throws:
Throwable
- See Also:
InvocationHandler.invoke(Object, Method, Object[])
-
-