public class RemoteStorageProxyImpl extends Object implements RemoteStorageProxy
| Modifier and Type | Class and Description |
|---|---|
static class |
RemoteStorageProxyImpl.Callback |
protected static class |
RemoteStorageProxyImpl.Converter |
static class |
RemoteStorageProxyImpl.NoActionCallback |
protected static class |
RemoteStorageProxyImpl.RemoteSettings |
protected static class |
RemoteStorageProxyImpl.RemoteSubscription |
| Constructor and Description |
|---|
RemoteStorageProxyImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
retrieveSettings(Settings settings,
com.google.gwt.http.client.RequestCallback callback) |
void |
saveSettings(com.google.gwt.http.client.RequestCallback callback) |
public void saveSettings(@Nonnull com.google.gwt.http.client.RequestCallback callback)
saveSettings in interface RemoteStorageProxypublic void retrieveSettings(@Nonnull Settings settings, @Nonnull com.google.gwt.http.client.RequestCallback callback)
retrieveSettings in interface RemoteStorageProxyApache CXF