org.intabulas.sandler
Class Sandler

java.lang.Object
  extended by org.intabulas.sandler.Sandler

public class Sandler
extends Object

Sandler

Version:
$Id: Sandler.java,v 1.7 2004/02/05 01:30:41 intabulas Exp $
Author:
Mark Lussier

Method Summary
static String marshallEntry(Entry entry)
          Marshall an Atom Entry
static String marshallFeed(Feed feed)
          Marshall an Atom Feed
static Entry unmarshallEntry(InputStream stream)
          Unmarshall an Atom Entry
static Entry unmarshallEntry(String entry)
          Unmarshall an Atom Entry
static Feed unmarshallFeed(InputStream stream)
          Unmarshall a Atom Feed
static Feed unmarshallFeed(String feed)
          Unmarshall a Atom Feed
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

unmarshallFeed

public static Feed unmarshallFeed(String feed)
                           throws FeedMarshallException
Unmarshall a Atom Feed

Parameters:
feed -
Returns:
a Feed instance
Throws:
FeedMarshallException

unmarshallFeed

public static Feed unmarshallFeed(InputStream stream)
                           throws FeedMarshallException
Unmarshall a Atom Feed

Parameters:
stream -
Returns:
a Feed instance
Throws:
FeedMarshallException

marshallFeed

public static String marshallFeed(Feed feed)
Marshall an Atom Feed

Parameters:
feed -
Returns:
an XML representation of a Feed as a String

unmarshallEntry

public static Entry unmarshallEntry(String entry)
                             throws FeedMarshallException
Unmarshall an Atom Entry

Parameters:
entry -
Returns:
a Entry instance
Throws:
FeedMarshallException

unmarshallEntry

public static Entry unmarshallEntry(InputStream stream)
                             throws FeedMarshallException
Unmarshall an Atom Entry

Parameters:
stream -
Returns:
a Entry instance
Throws:
FeedMarshallException

marshallEntry

public static String marshallEntry(Entry entry)
Marshall an Atom Entry

Parameters:
entry -
Returns:
an XML representation of an Entry as a String


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