public class KKWSAdminBase
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected AdminEngineConfig |
adminEngConfig
Admin Engine Configuration
|
protected com.konakartadmin.ws.KKWSAdminIf |
impl
the Admin Engine
|
protected static org.apache.commons.logging.Log |
log
Log
|
protected org.apache.commons.configuration2.Configuration |
wsConf
web services Configuration
|
| Constructor and Description |
|---|
KKWSAdminBase()
Deprecated.
From version 2.2.7.0, you should use the constructor that receives an
AdminEngineConfig object
|
KKWSAdminBase(AdminEngineConfig adminEngConf)
Constructor with AdminEngineConfig.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
init()
Initialise this KonaKart Admin engine
|
protected KKAdminException |
manageThrowable(java.lang.Throwable e)
Common code to manage exceptions in the KKWSAdmin engine
|
protected void |
setDefaultEngineConfig()
get a default Admin Engine Configuration
|
protected void |
setMyEndpoint(java.lang.String wsEndpoint)
Set the WS Endpoint.
|
protected void |
setupKonaKartConfig()
Set the Configuration from the properties
|
protected com.konakartadmin.ws.KKWSAdminIf impl
protected static org.apache.commons.logging.Log log
protected org.apache.commons.configuration2.Configuration wsConf
protected AdminEngineConfig adminEngConfig
public KKWSAdminBase(AdminEngineConfig adminEngConf) throws KKAdminException
adminEngConf - the adminEngConfKKAdminException - an unexpected exception in the KonaKart Admin engine@Deprecated
public KKWSAdminBase()
throws KKAdminException
KKAdminException - an unexpected exception in the KonaKart Admin engineprotected void setDefaultEngineConfig()
protected void init()
throws KKAdminException
KKAdminException - an unexpected exception in the KonaKart Admin engineprotected void setupKonaKartConfig()
throws java.lang.Exception
java.lang.Exception - an unexpected exceptionprotected void setMyEndpoint(java.lang.String wsEndpoint)
throws java.rmi.RemoteException
wsEndpoint - the wsEndpointjava.rmi.RemoteException - an unexpected java.rmi.RemoteException exceptionprotected KKAdminException manageThrowable(java.lang.Throwable e)
e - the eCopyright © 2018 DS Data Systems UK Ltd.