com.konakart.ws
Class KKWebServiceEngineMgr
java.lang.Object
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
|
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 |
log
protected static org.apache.commons.logging.Log log
KKWebServiceEngineMgr
public KKWebServiceEngineMgr()
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 fileenginePropertyName
- the name of the property to look up in the Configuration to find the engine class
namepropsFileName
- the name of the properties file that holds the properties - used only for
diagnostic purposes in exceptionsengConfig
- the Engine configuration object
- Returns:
- a newly instantiated KKAdmin engine
- Throws:
KKException
Copyright © 2011 DS Data Systems UK Ltd.