Class XmlUtil

java.lang.Object
org.apache.activemq.artemis.dto.XmlUtil

public class XmlUtil extends Object
  • Constructor Details

    • XmlUtil

      public XmlUtil()
  • Method Details

    • decode

      public static <T> T decode(Class<T> clazz, File configuration) throws Exception
      Throws:
      Exception
    • decode

      public static <T> T decode(Class<T> clazz, File configuration, String artemisHome, String artemisInstance, URI artemisURIInstance) throws Exception
      We offer parameters for artemisInstance and artemisHome as they could be coming from the CLI or Maven Plugin
      Throws:
      Exception