Class XMLProducerFactory


  • public class XMLProducerFactory
    extends java.lang.Object
    The factory for instantiating an XMLProducer.
    Version:
    $Revision$
    Author:
    Karan Vahi
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String DEFAULT_PACKAGE_NAME
      The default package where all the implementations reside.
      static java.lang.String DEFAULT_XML_PRODUCER
      The default XML producer implementation to be used.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static XMLProducer loadXMLProducer​(PegasusProperties properties)
      Loads the appropriate XMLProducer on the basis of the property set in the properties.
      • Methods inherited from class java.lang.Object

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

      • DEFAULT_PACKAGE_NAME

        public static final java.lang.String DEFAULT_PACKAGE_NAME
        The default package where all the implementations reside.
        See Also:
        Constant Field Values
      • DEFAULT_XML_PRODUCER

        public static final java.lang.String DEFAULT_XML_PRODUCER
        The default XML producer implementation to be used.
        See Also:
        Constant Field Values
    • Constructor Detail

      • XMLProducerFactory

        public XMLProducerFactory()
    • Method Detail