Class DistributionModeFactory


  • public class DistributionModeFactory
    extends java.lang.Object
    Factory class to create DistributionModeIF 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 Detail

      • DistributionModeFactory

        public DistributionModeFactory()
    • Method Detail

      • create

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

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