Class GenericEngineFactory


  • public class GenericEngineFactory
    extends java.lang.Object
    Generic Engine Factory
    • Constructor Detail

      • GenericEngineFactory

        public GenericEngineFactory​(ServiceDispatcher dispatcher)
    • Method Detail

      • getGenericEngine

        public GenericEngine getGenericEngine​(java.lang.String engineName)
                                       throws GenericServiceException
        Gets the GenericEngine instance that corresponds to given the name
        Parameters:
        engineName - Name of the engine
        Returns:
        GenericEngine that corresponds to the engineName
        Throws:
        GenericServiceException