Class IntegrationWriterFactory


  • public final class IntegrationWriterFactory
    extends java.lang.Object
    Produce IntegrationWriters
    Author:
    Mark Woodbridge
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static IntegrationWriter getIntegrationWriter​(java.lang.String alias)
      Return an IntegrationWriter configured using properties file
      • Methods inherited from class java.lang.Object

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

      • getIntegrationWriter

        public static IntegrationWriter getIntegrationWriter​(java.lang.String alias)
                                                      throws ObjectStoreException
        Return an IntegrationWriter configured using properties file
        Parameters:
        alias - identifier for properties defining integration/writer parameters
        Returns:
        instance of a concrete IntegrationWriter according to property
        Throws:
        ObjectStoreException - if anything goes wrong