Class ServiceManager

java.lang.Object
com.aquima.interactions.portal.model.session.ServiceManager
All Implemented Interfaces:
IServiceManager

public class ServiceManager extends Object implements IServiceManager
The service manager implementation that can be used for a specific context and application.
Since:
6.4
Author:
Jon van Leuven
  • Constructor Details

  • Method Details

    • getServiceCall

      public IServiceCall getServiceCall(String serviceCallName)
      Description copied from interface: IServiceManager
      This method can be used to retrieve a service call implementation.
      Specified by:
      getServiceCall in interface IServiceManager
      Parameters:
      serviceCallName - The service call name used for lookup (case insensitive)
      Returns:
      A service call implementation, never null.
    • getServiceCallNames

      public String[] getServiceCallNames()
      Description copied from interface: IServiceManager
      This method returns all available service call names.
      Specified by:
      getServiceCallNames in interface IServiceManager
      Returns:
      An array containing all service call names, never null.