org.apache.cxf.management.web.browser.client.service.settings
Class RemoteStorageProxyImpl

java.lang.Object
  extended by org.apache.cxf.management.web.browser.client.service.settings.RemoteStorageProxyImpl
All Implemented Interfaces:
RemoteStorageProxy

public class RemoteStorageProxyImpl
extends Object
implements RemoteStorageProxy


Nested Class Summary
static class RemoteStorageProxyImpl.Callback
           
protected static class RemoteStorageProxyImpl.Converter
           
static class RemoteStorageProxyImpl.NoActionCallback
           
protected static class RemoteStorageProxyImpl.RemoteSettings
           
protected static class RemoteStorageProxyImpl.RemoteSubscription
           
 
Constructor Summary
RemoteStorageProxyImpl()
           
 
Method Summary
 void retrieveSettings(Settings settings, com.google.gwt.http.client.RequestCallback callback)
           
 void saveSettings(com.google.gwt.http.client.RequestCallback callback)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteStorageProxyImpl

public RemoteStorageProxyImpl()
Method Detail

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