Class PropertiesFactorySax
java.lang.Object
com.arjuna.common.util.propertyservice.AbstractPropertiesFactory
com.arjuna.common.util.propertyservice.PropertiesFactorySax
- Author:
- Gytis Trikleris
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected Properties
loadFromXML
(Properties p, InputStream is) Reads XML provided inis
input 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 inis
input 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:
loadFromXML
in classAbstractPropertiesFactory
- Throws:
IOException
-