org.apache.cxf.management.web.browser.bootstrapping
Class SimpleXMLSettingsStorage

java.lang.Object
  extended by org.apache.cxf.management.web.browser.bootstrapping.SimpleXMLSettingsStorage
All Implemented Interfaces:
SettingsStorage

public class SimpleXMLSettingsStorage
extends Object
implements SettingsStorage


Constructor Summary
SimpleXMLSettingsStorage()
           
SimpleXMLSettingsStorage(String filename)
           
 
Method Summary
 Settings getSettings(String username)
           
 void setSettings(String username, Settings settings)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleXMLSettingsStorage

public SimpleXMLSettingsStorage()

SimpleXMLSettingsStorage

public SimpleXMLSettingsStorage(String filename)
Method Detail

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