org.apache.naming.factory.webservices
public class ServiceProxy extends java.lang.Object implements java.lang.reflect.InvocationHandler
| Constructor and Description |
|---|
ServiceProxy(Service service)
Constructs a new ServiceProxy wrapping given Service instance.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
invoke(java.lang.Object proxy,
java.lang.reflect.Method method,
java.lang.Object[] args) |
void |
setPortComponentRef(java.util.Hashtable portComponentRef) |
public ServiceProxy(Service service)
throws ServiceException
service - the wrapped Service instanceServiceException - should be never thrownpublic java.lang.Object invoke(java.lang.Object proxy,
java.lang.reflect.Method method,
java.lang.Object[] args)
throws java.lang.Throwable
invoke in interface java.lang.reflect.InvocationHandlerjava.lang.ThrowableInvocationHandler.invoke(java.lang.Object, java.lang.reflect.Method, java.lang.Object[])public void setPortComponentRef(java.util.Hashtable portComponentRef)
portComponentRef - ListCopyright © 2000-2013 Apache Software Foundation. All Rights Reserved.