org.apache.naming.factory.webservices

Class ServiceProxy

public class ServiceProxy extends Object implements InvocationHandler

Object proxy for Web Services.

Author: Fabien Carrion

Constructor Summary
ServiceProxy(Service service)
Constructs a new ServiceProxy wrapping given Service instance.
Method Summary
Objectinvoke(Object proxy, Method method, Object[] args)
voidsetPortComponentRef(Hashtable portComponentRef)

Constructor Detail

ServiceProxy

public ServiceProxy(Service service)
Constructs a new ServiceProxy wrapping given Service instance.

Parameters: service the wrapped Service instance

Throws: ServiceException should be never thrown

Method Detail

invoke

public Object invoke(Object proxy, Method method, Object[] args)

See Also: java.lang.reflect.InvocationHandler#invoke(java.lang.Object, java.lang.reflect.Method, java.lang.Object[])

setPortComponentRef

public void setPortComponentRef(Hashtable portComponentRef)

Parameters: portComponentRef List

Copyright © 2000-2011 Apache Software Foundation. All Rights Reserved.