ilog.rules.dvs.client

Class IlrSSPServiceFactory

  • java.lang.Object
    • ilog.rules.dvs.client.IlrSSPServiceFactory
    • Method Summary

      Methods 
      Modifier and Type Method and Description
      IlrSSPService createHTTPClient(com.ibm.rules.httpclient.OdmHttpClientFactory clientFactory, java.net.URL urlToTheSSPServer, java.lang.String username, java.lang.String password)
      Deprecated. 
      Creates an HTTP client of the SSP service.
      IlrSSPService createHTTPClient(java.net.URL urlToTheSSPServer, java.lang.String username, java.lang.String password)
      Deprecated. 
      Creates an HTTP client of the SSP service.
      static IlrSSPServiceFactory getInstance()
      Deprecated. 
      Returns the singleton instance.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getInstance

        public static IlrSSPServiceFactory getInstance()
        Deprecated. 
        Returns the singleton instance.
      • createHTTPClient

        public IlrSSPService createHTTPClient(java.net.URL urlToTheSSPServer,
                                     java.lang.String username,
                                     java.lang.String password)
                                       throws ilog.rules.res.util.http.IlrConnectionException,
                                              ilog.rules.res.util.http.IlrAuthenticationException
        Deprecated. 
        Creates an HTTP client of the SSP service.
        Throws:
        ilog.rules.res.util.http.IlrConnectionException - If the connection failed.
        ilog.rules.res.util.http.IlrAuthenticationException - If the authentication failed on user or password.
        Parameters:
        urlToTheSSPServer - URL to the SSP Web application.
        username - The user name (if authentication is needed to access the SSP server, null otherwise).
        password - The user password (if authentication is needed to access the SSP server, null otherwise).
      • createHTTPClient

        public IlrSSPService createHTTPClient(com.ibm.rules.httpclient.OdmHttpClientFactory clientFactory,
                                     java.net.URL urlToTheSSPServer,
                                     java.lang.String username,
                                     java.lang.String password)
                                       throws ilog.rules.res.util.http.IlrConnectionException,
                                              ilog.rules.res.util.http.IlrAuthenticationException
        Deprecated. 
        Creates an HTTP client of the SSP service.
        Throws:
        ilog.rules.res.util.http.IlrConnectionException - If the connection failed.
        ilog.rules.res.util.http.IlrAuthenticationException - If the authentication failed on user or password.
        Parameters:
        clientFactory - The HTTP client factory.
        urlToTheSSPServer - URL to the SSP Web application.
        username - The user name (if authentication is needed to access the SSP server, null otherwise).
        password - The user password (if authentication is needed to access the SSP server, null otherwise).

© Copyright IBM Corp. 1987, 2019