com.konakart.ws
Class KKWebServiceEngineMgr

java.lang.Object
  extended by com.konakart.ws.KKWebServiceEngineMgr

public class KKWebServiceEngineMgr
extends java.lang.Object

For creating KonaKart engines


Field Summary
protected static org.apache.commons.logging.Log log
           
 
Constructor Summary
KKWebServiceEngineMgr()
           
 
Method Summary
 KKEngIf createKKEngine(org.apache.commons.configuration.Configuration conf, java.lang.String enginePropertyName, java.lang.String propsFileName, EngineConfig engConfig)
          Creates a KKEng engine using configuration values in the specified properties and Engine Configuration object
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

log

protected static org.apache.commons.logging.Log log
Constructor Detail

KKWebServiceEngineMgr

public KKWebServiceEngineMgr()
Method Detail

createKKEngine

public KKEngIf createKKEngine(org.apache.commons.configuration.Configuration conf,
                              java.lang.String enginePropertyName,
                              java.lang.String propsFileName,
                              EngineConfig engConfig)
                       throws KKException
Creates a KKEng engine using configuration values in the specified properties and Engine Configuration object

Parameters:
conf - the configuration object read from the properties file
enginePropertyName - the name of the property to look up in the Configuration to find the engine class name
propsFileName - the name of the properties file that holds the properties - used only for diagnostic purposes in exceptions
engConfig - the Engine configuration object
Returns:
a newly instantiated KKAdmin engine
Throws:
KKException


Copyright © 2011 DS Data Systems UK Ltd.