Class SaslFrameFactory


  • public class SaslFrameFactory
    extends java.lang.Object
    Factory class to create SaslFrameIF objects out of a bare AMQPType
    Version:
    AMQP Version v100. Generation Date: Wed Apr 18 14:09:32 CEST 2012
    Author:
    IIT Software GmbH, Bremen/Germany, (c) 2012, All Rights Reserved
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static SaslFrameIF create​(int channel, AMQPType bare)
      Creates a SaslFrameIF object.
      • Methods inherited from class java.lang.Object

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

      • SaslFrameFactory

        public SaslFrameFactory()
    • Method Detail

      • create

        public static SaslFrameIF create​(int channel,
                                         AMQPType bare)
                                  throws java.lang.Exception
        Creates a SaslFrameIF object.
        Parameters:
        channel - the channel
        bare - the bare AMQP type
        Returns:
        SaslFrameIF
        Throws:
        java.lang.Exception