Class ServiceProxy
java.lang.Object
org.apache.naming.factory.webservices.ServiceProxy
- 
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
- 
setPortComponentRef
 
-