Class MessageFactory

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected static java.util.logging.Logger logger  
    • Constructor Summary

      Constructors 
      Constructor Description
      MessageFactory()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      protected static java.lang.Class<? extends Message> getMessageClass​(java.lang.String requestType)  
      • Methods inherited from class java.lang.Object

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

      • logger

        protected static final java.util.logging.Logger logger
    • Method Detail

      • getMessageClass

        protected static java.lang.Class<? extends MessagegetMessageClass​(java.lang.String requestType)
                                                                     throws java.lang.Exception
        Throws:
        java.lang.Exception