org.apache.cxf.management.web.browser.client.service.settings
Interface RemoteStorageProxy

All Known Implementing Classes:
RemoteStorageProxyImpl

public interface RemoteStorageProxy


Method Summary
 void retrieveSettings(Settings settings, com.google.gwt.http.client.RequestCallback callback)
           
 void saveSettings(com.google.gwt.http.client.RequestCallback callback)
           
 

Method Detail

saveSettings

void saveSettings(com.google.gwt.http.client.RequestCallback callback)

retrieveSettings

void retrieveSettings(Settings settings,
                      com.google.gwt.http.client.RequestCallback callback)


Apache CXF