Class RwsConfiguration

  • All Implemented Interfaces:
    java.io.Serializable

    public class RwsConfiguration
    extends java.lang.Object
    implements java.io.Serializable
    Top-level element for the rws-configuration.xml configuration file.
    See Also:
    Serialized Form
    • Constructor Detail

      • RwsConfiguration

        public RwsConfiguration()
    • Method Detail

      • getBaseUrl

        public BaseUrl getBaseUrl()
      • setBaseUrl

        public void setBaseUrl​(BaseUrl baseUrl)
      • getStandbyUrls

        public java.util.List<StandbyUrl> getStandbyUrls()
      • setStandbyUrls

        public void setStandbyUrls​(java.util.List<StandbyUrl> standbyUrls)
      • addStandbyUrl

        public void addStandbyUrl​(StandbyUrl standbyUrl)
      • removeStandbyUrl

        public boolean removeStandbyUrl​(StandbyUrl standbyUrl)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • equals

        public boolean equals​(java.lang.Object other)
        Overrides:
        equals in class java.lang.Object