Class PropertiesFactorySax
- java.lang.Object
-
- com.arjuna.common.util.propertyservice.AbstractPropertiesFactory
-
- com.arjuna.common.util.propertyservice.PropertiesFactorySax
-
public final class PropertiesFactorySax extends AbstractPropertiesFactory
- Author:
- Gytis Trikleris
-
-
Constructor Summary
Constructors Constructor Description PropertiesFactorySax()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected 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
-
-
-
-
Method Detail
-
loadFromXML
protected Properties loadFromXML(Properties p, InputStream is) throws IOException
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
-
-