Class ServiceFactoryImpl

java.lang.Object
javax.xml.rpc.ServiceFactory
com.sun.xml.rpc.client.ServiceFactoryImpl

public class ServiceFactoryImpl extends javax.xml.rpc.ServiceFactory

A concrete factory for Service objects.

Author:
JAX-RPC Development Team
  • Constructor Details

    • ServiceFactoryImpl

      public ServiceFactoryImpl()
  • Method Details

    • createService

      public javax.xml.rpc.Service createService(URL wsdlDocumentLocation, QName name) throws javax.xml.rpc.ServiceException
      Specified by:
      createService in class javax.xml.rpc.ServiceFactory
      Throws:
      javax.xml.rpc.ServiceException
    • createService

      public javax.xml.rpc.Service createService(QName name) throws javax.xml.rpc.ServiceException
      Specified by:
      createService in class javax.xml.rpc.ServiceFactory
      Throws:
      javax.xml.rpc.ServiceException
    • createService

      public javax.xml.rpc.Service createService(Class serviceInterface, QName name) throws javax.xml.rpc.ServiceException
      Throws:
      javax.xml.rpc.ServiceException
    • loadService

      public javax.xml.rpc.Service loadService(Class serviceInterface) throws javax.xml.rpc.ServiceException
      Specified by:
      loadService in class javax.xml.rpc.ServiceFactory
      Throws:
      javax.xml.rpc.ServiceException
    • loadService

      public javax.xml.rpc.Service loadService(URL wsdlDocumentLocation, Class serviceInterface, Properties properties) throws javax.xml.rpc.ServiceException
      Specified by:
      loadService in class javax.xml.rpc.ServiceFactory
      Throws:
      javax.xml.rpc.ServiceException
    • loadService

      public javax.xml.rpc.Service loadService(URL wsdlDocumentLocation, QName ServiceName, Properties properties) throws javax.xml.rpc.ServiceException
      Specified by:
      loadService in class javax.xml.rpc.ServiceFactory
      Throws:
      javax.xml.rpc.ServiceException