Class PropertiesFactorySax
java.lang.Object
com.arjuna.common.util.propertyservice.AbstractPropertiesFactory
com.arjuna.common.util.propertyservice.PropertiesFactorySax
- Author:
- Gytis Trikleris
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected PropertiesloadFromXML(Properties p, InputStream is) Reads XML provided inisinput stream and looks for property entries.Methods inherited from class com.arjuna.common.util.propertyservice.AbstractPropertiesFactory
getDefaultProperties, getPropertiesFromFile
-
Constructor Details
-
PropertiesFactorySax
public PropertiesFactorySax()
-
-
Method Details
-
loadFromXML
Reads XML provided inisinput stream and looks for property entries. All properties are placed to the properties containerp. Allways returns null and puts all properties to thep.- Specified by:
loadFromXMLin classAbstractPropertiesFactory- Throws:
IOException
-