com.konakartadmin.ws
Class KKWSAdminBase

java.lang.Object
  extended by com.konakartadmin.ws.KKWSAdminBase

public class KKWSAdminBase
extends java.lang.Object

KonaKart Admin Engine Base - Web Services version


Field Summary
protected  AdminEngineConfig adminEngConfig
          Admin Engine Configuration
static java.lang.String DEFAULT_KKADMIN_AXIS_CLIENT_PROPSFILENAME
          Default AXIS client properties file name
protected  com.konakartadmin.ws.KKWSAdminIf impl
          the Admin Engine
protected static org.apache.commons.logging.Log log
          Log
protected  org.apache.commons.configuration.Configuration wsConf
          web services Configuration
 
Constructor Summary
KKWSAdminBase()
          Deprecated. From version 2.2.7.0, you should use the constructor that receives an AdminEngineConfig object
KKWSAdminBase(AdminEngineConfig adminEngConf)
          Constructor with AdminEngineConfig.
 
Method Summary
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

impl

protected com.konakartadmin.ws.KKWSAdminIf impl
the Admin Engine


log

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


wsConf

protected org.apache.commons.configuration.Configuration wsConf
web services Configuration


adminEngConfig

protected AdminEngineConfig adminEngConfig
Admin Engine Configuration


DEFAULT_KKADMIN_AXIS_CLIENT_PROPSFILENAME

public static final java.lang.String DEFAULT_KKADMIN_AXIS_CLIENT_PROPSFILENAME
Default AXIS client properties file name

See Also:
Constant Field Values
Constructor Detail

KKWSAdminBase

public KKWSAdminBase(AdminEngineConfig adminEngConf)
              throws KKAdminException
Constructor with AdminEngineConfig.

Parameters:
adminEngConf -
Throws:
KKAdminException

KKWSAdminBase

@Deprecated
public KKWSAdminBase()
              throws KKAdminException
Deprecated. From version 2.2.7.0, you should use the constructor that receives an AdminEngineConfig object

Empty Constructor.

Throws:
KKAdminException
Method Detail

setDefaultEngineConfig

protected void setDefaultEngineConfig()
get a default Admin Engine Configuration


init

protected void init()
             throws KKAdminException
Initialise this KonaKart Admin engine

Throws:
KKAdminException

setupKonaKartConfig

protected void setupKonaKartConfig()
                            throws java.lang.Exception
Set the Configuration from the properties

Throws:
java.lang.Exception

setMyEndpoint

protected void setMyEndpoint(java.lang.String wsEndpoint)
                      throws java.rmi.RemoteException
Set the WS Endpoint.

Parameters:
wsEndpoint -
Throws:
java.rmi.RemoteException

manageThrowable

protected KKAdminException manageThrowable(java.lang.Throwable e)
Common code to manage exceptions in the KKWSAdmin engine

Parameters:
e -
Returns:
a KKAdminException exception


Copyright © 2011 DS Data Systems UK Ltd.