|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.funambol.exchange.admin.ExchangeConnectorConfig
This class loads the parameter from the XML configuration file
Field Summary | |
static java.lang.String |
beanName
|
Constructor Summary | |
ExchangeConnectorConfig()
filter activation |
Method Summary | |
static ExchangeConnectorConfig |
getConfigInstance()
|
java.lang.String |
getExchangeServer()
|
java.lang.String |
getKeyStoreFileName()
Getter for the keystore's file name |
java.lang.String |
getKeyStorePassword()
Getter of the property keyStorePassword |
int |
getSeccPort()
|
java.lang.String |
getSeccServer()
|
boolean |
getUseSSL()
Getter of the useSSL flag of the Exchange Connector Configuration |
void |
setExchangeServer(java.lang.String exchangeServer)
|
void |
setKeyStoreFileName(java.lang.String keyStoreFileName)
Setter of the property keyStoreFileName |
void |
setKeyStorePassword(java.lang.String keyStorePassword)
Setter of the property keyStorePassword |
void |
setSeccPort(int seccPort)
|
void |
setSeccServer(java.lang.String seccServer)
|
void |
setUseSSL(boolean useSSL)
Setter of the useSSL flag of the Exchange Connector Configuration |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final java.lang.String beanName
Constructor Detail |
public ExchangeConnectorConfig()
Method Detail |
public static ExchangeConnectorConfig getConfigInstance() throws ExchangeConfigException
ExchangeConfigException
public void setSeccServer(java.lang.String seccServer)
seccServer
- Stringpublic java.lang.String getSeccServer()
public void setSeccPort(int seccPort)
seccPort
- intpublic int getSeccPort()
public void setExchangeServer(java.lang.String exchangeServer)
exchangeServer
- Stringpublic java.lang.String getExchangeServer()
public boolean getUseSSL()
Getter of the useSSL flag of the Exchange Connector Configuration
public void setUseSSL(boolean useSSL)
Setter of the useSSL flag of the Exchange Connector Configuration
useSSL
- public java.lang.String getKeyStoreFileName()
Getter for the keystore's file name
public void setKeyStoreFileName(java.lang.String keyStoreFileName)
Setter of the property keyStoreFileName
keyStoreFileName
- public java.lang.String getKeyStorePassword()
Getter of the property keyStorePassword
public void setKeyStorePassword(java.lang.String keyStorePassword)
keyStorePassword
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |