Class SaslFrameFactory

java.lang.Object
com.swiftmq.amqp.v100.generated.security.sasl.SaslFrameFactory

public class SaslFrameFactory extends 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
  • Constructor Details

    • SaslFrameFactory

      public SaslFrameFactory()
  • Method Details

    • create

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