Uses of Class
org.apache.cxf.management.web.browser.client.service.settings.Settings

Packages that use Settings
org.apache.cxf.management.web.browser.client.service.settings   
 

Uses of Settings in org.apache.cxf.management.web.browser.client.service.settings
 

Methods in org.apache.cxf.management.web.browser.client.service.settings that return Settings
static Settings RemoteStorageProxyImpl.Converter.convertToSettings(RemoteStorageProxyImpl.RemoteSettings remoteSettings)
           
protected  Settings RemoteStorageProxyImpl.Callback.parse(com.google.gwt.http.client.Response response)
           
protected  Settings RemoteStorageProxyImpl.NoActionCallback.parse(com.google.gwt.http.client.Response response)
           
 

Methods in org.apache.cxf.management.web.browser.client.service.settings with parameters of type Settings
static RemoteStorageProxyImpl.RemoteSettings RemoteStorageProxyImpl.Converter.convertToRemoteSettings(Settings settings)
           
 void RemoteStorageProxyImpl.NoActionCallback.onSuccess(Settings obj)
           
 void RemoteStorageProxy.retrieveSettings(Settings settings, com.google.gwt.http.client.RequestCallback callback)
           
 void RemoteStorageProxyImpl.retrieveSettings(Settings settings, com.google.gwt.http.client.RequestCallback callback)
           
 



Apache CXF