Class SourceFactory


  • public class SourceFactory
    extends java.lang.Object
    Factory class to create SourceIF 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
      SourceFactory()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static SourceIF create​(AMQPType bare)
      Creates a SourceIF object.
      static SourceIF[] toNativeArray​(AMQPArray array)
      Converts an AMQP array of type SourceIF into a native array
      • Methods inherited from class java.lang.Object

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

      • SourceFactory

        public SourceFactory()
    • Method Detail

      • create

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

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