| java.lang.Object org.apache.naming.factory.webservices.ServiceProxy
ServiceProxy | public class ServiceProxy implements InvocationHandler(Code) | | Object proxy for Web Services.
author: Fabien Carrion |
Constructor Summary | |
public | ServiceProxy(Service service) Constructs a new ServiceProxy wrapping given Service instance. |
ServiceProxy | public ServiceProxy(Service service) throws ServiceException(Code) | | Constructs a new ServiceProxy wrapping given Service instance.
Parameters: service - the wrapped Service instance throws: ServiceException - should be never thrown |
setPortComponentRef | public void setPortComponentRef(Hashtable portComponentRef)(Code) | | Parameters: portComponentRef - List |
|
|