org.apache.sandesha2.util
Class PropertyManager
java.lang.Object
org.apache.sandesha2.util.PropertyManager
public class PropertyManager
- extends java.lang.Object
Loads properties from sandesha2.properties file (from Sandesha2Constants if
this is not available).
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PropertyManager
public PropertyManager()
loadPropertiesFromDefaultValues
public static void loadPropertiesFromDefaultValues(SandeshaPolicyBean propertyBean)
loadPropertiesFromModuleDesc
public static SandeshaPolicyBean loadPropertiesFromModuleDesc(org.apache.axis2.description.AxisModule desc)
throws SandeshaException
- Throws:
SandeshaException
loadPropertiesFromModuleDescPolicy
public static SandeshaPolicyBean loadPropertiesFromModuleDescPolicy(org.apache.axis2.description.AxisModule desc,
SandeshaPolicyBean parentPropertyBean)
throws SandeshaException
- Throws:
SandeshaException
loadPropertiesFromAxisDescription
public static SandeshaPolicyBean loadPropertiesFromAxisDescription(org.apache.axis2.description.AxisDescription desc,
SandeshaPolicyBean parentPropertyBean)
throws SandeshaException
- Throws:
SandeshaException
Copyright © The Apache Software Foundation. All Rights Reserved.