loadPPS(PegasusProperties properties) Loads the appropriate PPS implementation 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_PPS_PROVIDER
final public static String DEFAULT_PPS_PROVIDER(Code)
The default PPS implementation to be used.
PASOA_PPS_PROVIDER
final public static String PASOA_PPS_PROVIDER(Code)
Loads the appropriate PPS implementation 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: PPSFactoryException - that nests any error thatmight occur during the instantiation See Also:PPSFactory.DEFAULT_PACKAGE_NAME