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

java.lang.Object
  extended by org.apache.cxf.management.web.browser.client.service.browser.Feed

public class Feed
extends Object


Field Summary
static Feed EMPTY
           
 
Constructor Summary
Feed(com.google.gwt.xml.client.Document document)
           
 
Method Summary
 List<Entry> getEntries()
           
 Links getLinks()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

EMPTY

public static final Feed EMPTY
Constructor Detail

Feed

public Feed(@Nonnull
            com.google.gwt.xml.client.Document document)
Method Detail

getEntries

@Nonnull
public List<Entry> getEntries()

getLinks

@Nonnull
public Links getLinks()


Apache CXF