org.apache.cxf.management.web.browser.bootstrapping
Class SimpleXMLSettingsStorage
java.lang.Object
org.apache.cxf.management.web.browser.bootstrapping.SimpleXMLSettingsStorage
- All Implemented Interfaces:
- SettingsStorage
public class SimpleXMLSettingsStorage
- extends Object
- implements SettingsStorage
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SimpleXMLSettingsStorage
public SimpleXMLSettingsStorage()
SimpleXMLSettingsStorage
public SimpleXMLSettingsStorage(String filename)
getSettings
public Settings getSettings(String username)
- Specified by:
getSettings in interface SettingsStorage
setSettings
public void setSettings(String username,
Settings settings)
- Specified by:
setSettings in interface SettingsStorage
Apache CXF