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

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

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

Methods in org.apache.cxf.management.web.browser.client.service.settings that return RemoteStorageProxyImpl.RemoteSubscription
static RemoteStorageProxyImpl.RemoteSubscription RemoteStorageProxyImpl.Converter.convertToRemoteSubscription(Subscription subscription)
           
 

Methods in org.apache.cxf.management.web.browser.client.service.settings that return types with arguments of type RemoteStorageProxyImpl.RemoteSubscription
 com.google.gwt.core.client.JsArray<RemoteStorageProxyImpl.RemoteSubscription> RemoteStorageProxyImpl.RemoteSettings.getSubscriptions()
           
 

Methods in org.apache.cxf.management.web.browser.client.service.settings with parameters of type RemoteStorageProxyImpl.RemoteSubscription
static Subscription RemoteStorageProxyImpl.Converter.convertToSubscription(RemoteStorageProxyImpl.RemoteSubscription remoteSubscription)
           
 

Method parameters in org.apache.cxf.management.web.browser.client.service.settings with type arguments of type RemoteStorageProxyImpl.RemoteSubscription
 void RemoteStorageProxyImpl.RemoteSettings.setSubscriptions(com.google.gwt.core.client.JsArray<RemoteStorageProxyImpl.RemoteSubscription> subscriptions)
           
 



Apache CXF