Class ExchangeConnectorConfig
- java.lang.Object
-
- org.bedework.util.config.ConfigBase<ConnectorConfig>
-
- org.bedework.synch.shared.conf.ConnectorConfig
-
- org.bedework.synch.cnctrs.exchange.ExchangeConnectorConfig
-
- All Implemented Interfaces:
Serializable,Comparable<ConnectorConfig>,ConnectorConfigI,org.bedework.util.logging.Logged
public class ExchangeConnectorConfig extends ConnectorConfig
Exchange synch connector config- Author:
- douglm
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ExchangeConnectorConfig()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetExchangeWSDLURI()Exchange web service WSDL urivoidsetExchangeWSDLURI(String val)Exchange web service WSDL uriStringtoString()voidtoStringSegment(org.bedework.util.misc.ToString ts)-
Methods inherited from class org.bedework.synch.shared.conf.ConnectorConfig
getConnectorClassName, getMbeanClassName, getReadOnly, getTrustLastmod, hashCode, setConnectorClassName, setMbeanClassName, setReadOnly, setTrustLastmod
-
Methods inherited from class org.bedework.util.config.ConfigBase
addListProperty, compareTo, fromXml, fromXml, fromXml, getLastChanged, getLogger, getName, getProperty, markChanged, removeProperty, setListProperty, setName, toProperties, toXml
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.bedework.util.logging.Logged
audit, debug, debug, enableAuditLogger, enableErrorLogger, enableMetricsLogger, error, error, error, getLogLevel, info, isAuditLoggerEnabled, isErrorLoggerEnabled, isMetricsDebugEnabled, isMetricsLoggerEnabled, metrics, setLoggerClass, setLoggerClass, trace, trace, warn
-
-
-
-
Method Detail
-
setExchangeWSDLURI
public void setExchangeWSDLURI(String val)
Exchange web service WSDL uri- Parameters:
val- String
-
getExchangeWSDLURI
public String getExchangeWSDLURI()
Exchange web service WSDL uri- Returns:
- String
-
toStringSegment
public void toStringSegment(org.bedework.util.misc.ToString ts)
- Overrides:
toStringSegmentin classConnectorConfig
-
toString
public String toString()
- Overrides:
toStringin classConnectorConfig
-
-