Uses of Class
org.apache.wink.common.model.atom.AtomEntry

Packages that use AtomEntry
org.apache.wink.common.model.atom Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. 
 

Uses of AtomEntry in org.apache.wink.common.model.atom
 

Fields in org.apache.wink.common.model.atom with type parameters of type AtomEntry
protected  java.util.List<AtomEntry> AtomFeed.entry
           
 

Methods in org.apache.wink.common.model.atom that return AtomEntry
 AtomEntry ObjectFactory.createAtomEntry()
          Create an instance of AtomEntry
static AtomEntry AtomEntry.unmarshal(java.io.Reader reader)
          Convenience method for creating an AtomEntry from xml
 

Methods in org.apache.wink.common.model.atom that return types with arguments of type AtomEntry
 javax.xml.bind.JAXBElement<AtomEntry> ObjectFactory.createEntry(AtomEntry value)
          Create an instance of JAXBElement<AtomEntry >
 java.util.List<AtomEntry> AtomFeed.getEntries()
          Gets the value of entry.
 

Methods in org.apache.wink.common.model.atom with parameters of type AtomEntry
 javax.xml.bind.JAXBElement<AtomEntry> ObjectFactory.createEntry(AtomEntry value)
          Create an instance of JAXBElement<AtomEntry >
static void AtomEntry.marshal(AtomEntry entry, java.io.OutputStream os)
           
 



Copyright © 2009 The Apache Software Foundation. All Rights Reserved.