Package org.bedework.calfacade.configs
Interface SynchConfig
- All Superinterfaces:
Serializable
Information to access the synch engine
- Author:
- Mike Douglass
-
Method Summary
Modifier and TypeMethodDescriptionGet the connectorIdget the managerUriget the wsdlUrivoidsetConnectorId(String val) Set the connectorId.voidsetManagerUri(String val) Set the managerUrivoidsetWsdlUri(String val) Set the wsdlUri
-
Method Details
-
setWsdlUri
Set the wsdlUri- Parameters:
val- String
-
getWsdlUri
String getWsdlUri()get the wsdlUri- Returns:
- String
-
setManagerUri
Set the managerUri- Parameters:
val- String
-
getManagerUri
String getManagerUri()get the managerUri- Returns:
- String
-
setConnectorId
Set the connectorId. This must match the bedework connector id in the synch engine config.It identifies which connection we are using for communication with the synch engine.
- Parameters:
val- String
-
getConnectorId
String getConnectorId()Get the connectorId- Returns:
- String
-