Uses of Class
org.intabulas.sandler.exceptions.FeedMarshallException

Packages that use FeedMarshallException
org.intabulas.sandler Defines the classes and interfaces for the sandler atom implementation 
 

Uses of FeedMarshallException in org.intabulas.sandler
 

Methods in org.intabulas.sandler that throw FeedMarshallException
static Entry SyndicationFactory.newSyndicationEntry(String entry)
          Create a new/empty Atom Entry instance from a String representation of an Entry
static Feed SyndicationFactory.newSyndicationFeed(String feed)
          Create a new/empty Atom Feed instance from a String representation of a Feed
static Entry Sandler.unmarshallEntry(InputStream stream)
          Unmarshall an Atom Entry
static Entry Sandler.unmarshallEntry(String entry)
          Unmarshall an Atom Entry
static Feed Sandler.unmarshallFeed(InputStream stream)
          Unmarshall a Atom Feed
static Feed Sandler.unmarshallFeed(String feed)
          Unmarshall a Atom Feed
 



Copyright © 2003-2004 Mark Lussier. All Rights Reserved.