loadXMLProducer(PegasusProperties properties) Loads the appropriate XMLProducer on the basis of the property set in the
properties.
Parameters: properties - the PegasusProperties object containing allthe properties required by Pegasus.
Field Detail
DEFAULT_PACKAGE_NAME
final public static String DEFAULT_PACKAGE_NAME(Code)
The default package where all the implementations reside.
DEFAULT_XML_PRODUCER
final public static String DEFAULT_XML_PRODUCER(Code)
The default XML producer implementation to be used.
Loads the appropriate XMLProducer on the basis of the property set in the
properties.
Parameters: properties - the PegasusProperties object containing allthe properties required by Pegasus. the instance of the appropriate XML Producer. throws: XMLProducerFactoryException - that nests any error thatmight occur during the instantiation See Also:XMLProducerFactory.DEFAULT_PACKAGE_NAME