Class ServiceProxy
java.lang.Object
org.apache.naming.factory.webservices.ServiceProxy
- All Implemented Interfaces:
- InvocationHandler
Object proxy for Web Services.
- Author:
- Fabien Carrion
- 
Constructor SummaryConstructorsConstructorDescriptionServiceProxy(javax.xml.rpc.Service service) Constructs a new ServiceProxy wrapping given Service instance.
- 
Method Summary
- 
Constructor Details- 
ServiceProxypublic ServiceProxy(javax.xml.rpc.Service service) throws javax.xml.rpc.ServiceException Constructs a new ServiceProxy wrapping given Service instance.- Parameters:
- service- the wrapped Service instance
- Throws:
- javax.xml.rpc.ServiceException- should be never thrown
 
 
- 
- 
Method Details- 
invoke- Specified by:
- invokein interface- InvocationHandler
- Throws:
- Throwable
- See Also:
 
- 
setPortComponentRef- Parameters:
- portComponentRef- List
 
 
-