org.apache.cxf.management.web.browser.client.service.settings
Class RemoteStorageProxyImpl
java.lang.Object
org.apache.cxf.management.web.browser.client.service.settings.RemoteStorageProxyImpl
- All Implemented Interfaces:
- RemoteStorageProxy
public class RemoteStorageProxyImpl
- extends Object
- implements RemoteStorageProxy
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RemoteStorageProxyImpl
public RemoteStorageProxyImpl()
saveSettings
public void saveSettings(@Nonnull
com.google.gwt.http.client.RequestCallback callback)
- Specified by:
saveSettings in interface RemoteStorageProxy
retrieveSettings
public void retrieveSettings(@Nonnull
Settings settings,
@Nonnull
com.google.gwt.http.client.RequestCallback callback)
- Specified by:
retrieveSettings in interface RemoteStorageProxy
Apache CXF