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

java.lang.Object
  extended by org.apache.cxf.management.web.browser.client.service.browser.FeedProxyImpl
All Implemented Interfaces:
FeedProxy

public class FeedProxyImpl
extends Object
implements FeedProxy


Nested Class Summary
static class FeedProxyImpl.Callback
           
 
Constructor Summary
FeedProxyImpl()
           
 
Method Summary
 void getFeed(String url, 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

FeedProxyImpl

public FeedProxyImpl()
Method Detail

getFeed

public void getFeed(@Nonnull
                    String url,
                    @Nonnull
                    com.google.gwt.http.client.RequestCallback callback)
Specified by:
getFeed in interface FeedProxy


Apache CXF