Class OpenWireUtil

java.lang.Object
org.apache.activemq.openwire.OpenWireUtil

public class OpenWireUtil extends Object
  • Constructor Details

    • OpenWireUtil

      public OpenWireUtil()
  • Method Details

    • validateIsThrowable

      public static void validateIsThrowable(Class<?> clazz)
      Verify that the provided class extends Throwable and throw an IllegalArgumentException if it does not.
      Parameters:
      clazz -
    • convertJmsPackage

      public static String convertJmsPackage(String className)
      This method can be used to convert from javax -> jakarta or vice versa depending on the version used by the client
      Parameters:
      className -
      Returns: