Class SaslFrameFactory
- java.lang.Object
-
- com.swiftmq.amqp.v100.generated.security.sasl.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
-
-
Constructor Summary
Constructors Constructor Description SaslFrameFactory()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static SaslFrameIF
create(int channel, AMQPType bare)
Creates a SaslFrameIF object.
-
-
-
Method Detail
-
create
public static SaslFrameIF create(int channel, AMQPType bare) throws java.lang.Exception
Creates a SaslFrameIF object.- Parameters:
channel
- the channelbare
- the bare AMQP type- Returns:
- SaslFrameIF
- Throws:
java.lang.Exception
-
-