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

java.lang.Object
  extended by com.google.gwt.core.client.JavaScriptObject
      extended by org.apache.cxf.management.web.browser.client.service.settings.RemoteStorageProxyImpl.RemoteSettings
Enclosing class:
RemoteStorageProxyImpl

protected static class RemoteStorageProxyImpl.RemoteSettings
extends com.google.gwt.core.client.JavaScriptObject


Constructor Summary
protected RemoteStorageProxyImpl.RemoteSettings()
           
 
Method Summary
 com.google.gwt.core.client.JsArray<RemoteStorageProxyImpl.RemoteSubscription> getSubscriptions()
           
 void setSubscriptions(com.google.gwt.core.client.JsArray<RemoteStorageProxyImpl.RemoteSubscription> subscriptions)
           
 
Methods inherited from class com.google.gwt.core.client.JavaScriptObject
cast, createArray, createFunction, createObject, equals, hashCode, toSource, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RemoteStorageProxyImpl.RemoteSettings

protected RemoteStorageProxyImpl.RemoteSettings()
Method Detail

setSubscriptions

public final void setSubscriptions(@Nullable
                                   com.google.gwt.core.client.JsArray<RemoteStorageProxyImpl.RemoteSubscription> subscriptions)

getSubscriptions

@Nonnull
public final com.google.gwt.core.client.JsArray<RemoteStorageProxyImpl.RemoteSubscription> getSubscriptions()


Apache CXF