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

java.lang.Object
  extended by org.apache.cxf.management.web.browser.client.service.AbstractCallback<Settings>
      extended by org.apache.cxf.management.web.browser.client.service.settings.RemoteStorageProxyImpl.NoActionCallback
All Implemented Interfaces:
com.google.gwt.http.client.RequestCallback
Enclosing class:
RemoteStorageProxyImpl

public static class RemoteStorageProxyImpl.NoActionCallback
extends AbstractCallback<Settings>


Constructor Summary
RemoteStorageProxyImpl.NoActionCallback()
           
 
Method Summary
 void onSuccess(Settings obj)
           
protected  Settings parse(com.google.gwt.http.client.Response response)
           
 
Methods inherited from class org.apache.cxf.management.web.browser.client.service.AbstractCallback
onError, onResponseReceived
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteStorageProxyImpl.NoActionCallback

public RemoteStorageProxyImpl.NoActionCallback()
Method Detail

onSuccess

public void onSuccess(@Nullable
                      Settings obj)
Specified by:
onSuccess in class AbstractCallback<Settings>

parse

@Nullable
protected Settings parse(@Nonnull
                                  com.google.gwt.http.client.Response response)
Specified by:
parse in class AbstractCallback<Settings>


Apache CXF