Class XMLHostStr

java.lang.Object
org.sblim.cimclient.internal.util.XMLHostStr

public class XMLHostStr extends Object
XMLHostStr helps to convert XML HOST element style string into JSR48 style protocol, host and port strings.
  • Constructor Details

    • XMLHostStr

      public XMLHostStr()
      Ctor.
    • XMLHostStr

      public XMLHostStr(String pXMLHostStr)
      Ctor.
      Parameters:
      pXMLHostStr - - like https://anything.org:5989
  • Method Details

    • set

      public void set(String pXMLHostStr)
      set
      Parameters:
      pXMLHostStr - - like https://anything.org:5989
    • getProtocol

      public String getProtocol()
      getProtocol
      Returns:
      String
    • getHost

      public String getHost()
      getHost
      Returns:
      String
    • getPort

      public String getPort()
      getPort
      Returns:
      String
    • toString

      public String toString()
      Overrides:
      toString in class Object