org.apache.cxf.management.web.browser.client.service.browser
Class FeedProxyImpl.Callback

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

public abstract static class FeedProxyImpl.Callback
extends AbstractCallback<Feed>


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

Constructor Detail

FeedProxyImpl.Callback

public FeedProxyImpl.Callback()
Method Detail

parse

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


Apache CXF