Interface SynchConfig

All Superinterfaces:
Serializable

public interface SynchConfig extends Serializable
Information to access the synch engine
Author:
Mike Douglass
  • Method Details

    • setWsdlUri

      void setWsdlUri(String val)
      Set the wsdlUri
      Parameters:
      val - String
    • getWsdlUri

      String getWsdlUri()
      get the wsdlUri
      Returns:
      String
    • setManagerUri

      void setManagerUri(String val)
      Set the managerUri
      Parameters:
      val - String
    • getManagerUri

      String getManagerUri()
      get the managerUri
      Returns:
      String
    • setConnectorId

      void setConnectorId(String val)
      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