Class DestinationType


  • public class DestinationType
    extends java.lang.Object
    Class containing information on destination types.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String QUEUE
      Queue destination type
      static java.lang.String TOPIC
      Topic destination type
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.String toStringLabel​(java.lang.String type)
      Returns a human readable representation of the specified destination type.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • toStringLabel

        public static java.lang.String toStringLabel​(java.lang.String type)
        Returns a human readable representation of the specified destination type.
        Parameters:
        type - Destination type
        Returns:
        String representation of the specified destination type