com.funambol.exchange.admin
Class ExchangeConnectorConfig

java.lang.Object
  extended bycom.funambol.exchange.admin.ExchangeConnectorConfig

public class ExchangeConnectorConfig
extends java.lang.Object

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

beanName

public static final java.lang.String beanName
See Also:
Constant Field Values
Constructor Detail

ExchangeConnectorConfig

public ExchangeConnectorConfig()
filter activation

Method Detail

getConfigInstance

public static ExchangeConnectorConfig getConfigInstance()
                                                 throws ExchangeConfigException
Returns:
ExchangeConnectorConfig
Throws:
ExchangeConfigException

setSeccServer

public void setSeccServer(java.lang.String seccServer)
Parameters:
seccServer - String

getSeccServer

public java.lang.String getSeccServer()
Returns:
seccServer String

setSeccPort

public void setSeccPort(int seccPort)
Parameters:
seccPort - int

getSeccPort

public int getSeccPort()
Returns:
seccPort int

setExchangeServer

public void setExchangeServer(java.lang.String exchangeServer)
Parameters:
exchangeServer - String

getExchangeServer

public java.lang.String getExchangeServer()
Returns:
exchangeServer

getUseSSL

public boolean getUseSSL()

Getter of the useSSL flag of the Exchange Connector Configuration

Returns:
the value of the useSLL property

setUseSSL

public void setUseSSL(boolean useSSL)

Setter of the useSSL flag of the Exchange Connector Configuration

Parameters:
useSSL -

getKeyStoreFileName

public java.lang.String getKeyStoreFileName()

Getter for the keystore's file name

Returns:
value of the property keyStoreFileName

setKeyStoreFileName

public void setKeyStoreFileName(java.lang.String keyStoreFileName)

Setter of the property keyStoreFileName

Parameters:
keyStoreFileName -

getKeyStorePassword

public java.lang.String getKeyStorePassword()

Getter of the property keyStorePassword

Returns:
value of the property keyStorePassword

setKeyStorePassword

public void setKeyStorePassword(java.lang.String keyStorePassword)
Setter of the property keyStorePassword

Parameters:
keyStorePassword -


Copyright © 2003-2006 Funambol.