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

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

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

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

Methods in org.apache.wink.common.model.atom that return types with arguments of type AtomFeed
 javax.xml.bind.JAXBElement<AtomFeed> ObjectFactory.createFeed(AtomFeed value)
          Create an instance of JAXBElement<AtomFeed>
 

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



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