Class ServiceFactoryImpl


  • public class ServiceFactoryImpl
    extends javax.xml.rpc.ServiceFactory

    A concrete factory for Service objects.

    Author:
    JAX-RPC Development Team
    • Constructor Detail

      • ServiceFactoryImpl

        public ServiceFactoryImpl()
    • Method Detail

      • 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