Class ServiceProxy

java.lang.Object
org.apache.naming.factory.webservices.ServiceProxy
All Implemented Interfaces:
InvocationHandler

public class ServiceProxy extends Object implements InvocationHandler
Object proxy for Web Services.
Author:
Fabien Carrion
  • Constructor Details

    • ServiceProxy

      public 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