|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.konakartadmin.ws.KKWSAdminBase
public class KKWSAdminBase
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 |
---|
protected com.konakartadmin.ws.KKWSAdminIf impl
protected static org.apache.commons.logging.Log log
protected org.apache.commons.configuration.Configuration wsConf
protected AdminEngineConfig adminEngConfig
public static final java.lang.String DEFAULT_KKADMIN_AXIS_CLIENT_PROPSFILENAME
Constructor Detail |
---|
public KKWSAdminBase(AdminEngineConfig adminEngConf) throws KKAdminException
adminEngConf
-
KKAdminException
@Deprecated public KKWSAdminBase() throws KKAdminException
KKAdminException
Method Detail |
---|
protected void setDefaultEngineConfig()
protected void init() throws KKAdminException
KKAdminException
protected void setupKonaKartConfig() throws java.lang.Exception
java.lang.Exception
protected void setMyEndpoint(java.lang.String wsEndpoint) throws java.rmi.RemoteException
wsEndpoint
-
java.rmi.RemoteException
protected KKAdminException manageThrowable(java.lang.Throwable e)
e
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |