Class DeliveryStateFactory

java.lang.Object
com.swiftmq.amqp.v100.generated.messaging.delivery_state.DeliveryStateFactory

public class DeliveryStateFactory extends Object
Factory class to create DeliveryStateIF 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

    • DeliveryStateFactory

      public DeliveryStateFactory()
  • Method Details

    • create

      public static DeliveryStateIF create(AMQPType bare) throws Exception
      Creates a DeliveryStateIF object.
      Parameters:
      bare - the bare AMQP type
      Returns:
      DeliveryStateIF
      Throws:
      Exception
    • toNativeArray

      public static DeliveryStateIF[] toNativeArray(AMQPArray array) throws Exception
      Converts an AMQP array of type DeliveryStateIF into a native array
      Parameters:
      array - AMQP array
      Returns:
      native array
      Throws:
      Exception