Uses of Class
org.rometools.propono.atom.server.AtomException

Packages that use AtomException
org.rometools.propono.atom.server   
org.rometools.propono.atom.server.impl   
 

Uses of AtomException in org.rometools.propono.atom.server
 

Subclasses of AtomException in org.rometools.propono.atom.server
 class AtomNotAuthorizedException
          Exception to be thrown by AtomHandler implementations in the case that a user is not authorized to access a resource.
 class AtomNotFoundException
          Exception thrown by AtomHandler in that case a resource is not found.
 

Methods in org.rometools.propono.atom.server that throw AtomException
 void AtomHandler.deleteEntry(AtomRequest req)
          Delete entry specified by request.
 AtomService AtomHandler.getAtomService(AtomRequest req)
          Return com.sun.syndication.propono.atom.common.AtomService object that contains the com.sun.syndication.propono.atom.common.Workspace objects available to the currently authenticated user and within those the com.sun.syndication.propono.atom.common.Collection avalaible.
 Categories AtomHandler.getCategories(AtomRequest req)
          Get categories, a list of Categories objects
 com.sun.syndication.feed.atom.Feed AtomHandler.getCollection(AtomRequest req)
          Return collection or portion of collection specified by request.
 com.sun.syndication.feed.atom.Entry AtomHandler.getEntry(AtomRequest req)
          Get entry specified by request.
 AtomMediaResource AtomHandler.getMediaResource(AtomRequest req)
          Get media resource specified by request.
 com.sun.syndication.feed.atom.Entry AtomHandler.postEntry(AtomRequest req, com.sun.syndication.feed.atom.Entry entry)
          Store new entry in collection specified by request and return representation of entry as it is stored on server.
 com.sun.syndication.feed.atom.Entry AtomHandler.postMedia(AtomRequest req, com.sun.syndication.feed.atom.Entry entry)
          Store media data in collection specified by request, create an Atom media-link entry to store metadata for the new media file and return that entry to the caller.
 void AtomHandler.putEntry(AtomRequest req, com.sun.syndication.feed.atom.Entry entry)
          Update entry specified by request and return new entry as represented on the server.
 void AtomHandler.putMedia(AtomRequest req)
          Update the media file part of a media-link entry.
 

Uses of AtomException in org.rometools.propono.atom.server.impl
 

Methods in org.rometools.propono.atom.server.impl that throw AtomException
 void FileBasedAtomHandler.deleteEntry(AtomRequest areq)
          Delete entry specified by pathInfo.
 AtomService FileBasedAtomHandler.getAtomService(AtomRequest areq)
          Return introspection document
 Categories FileBasedAtomHandler.getCategories(AtomRequest areq)
          Returns null because we use in-line categories.
 com.sun.syndication.feed.atom.Feed FileBasedAtomHandler.getCollection(AtomRequest areq)
          Get collection specified by pathinfo.
 com.sun.syndication.feed.atom.Entry FileBasedAtomHandler.getEntry(AtomRequest areq)
          Get entry specified by pathInfo.
 com.sun.syndication.feed.atom.Feed FileBasedCollection.getFeedDocument()
          Get feed document representing collection.
 AtomMediaResource FileBasedAtomHandler.getMediaResource(AtomRequest areq)
           
 com.sun.syndication.feed.atom.Entry FileBasedAtomHandler.postEntry(AtomRequest areq, com.sun.syndication.feed.atom.Entry entry)
          Create a new entry specified by pathInfo and posted entry.
 com.sun.syndication.feed.atom.Entry FileBasedAtomHandler.postMedia(AtomRequest areq, com.sun.syndication.feed.atom.Entry entry)
          Store media data in collection specified by pathInfo, create an Atom media-link entry to store metadata for the new media file and return that entry to the caller.
 void FileBasedAtomHandler.putEntry(AtomRequest areq, com.sun.syndication.feed.atom.Entry entry)
          Update entry specified by pathInfo and posted entry.
 void FileBasedAtomHandler.putMedia(AtomRequest areq)
          Update the media file part of a media-link entry.
 



Copyright © 2007-2013 ROME Project. All Rights Reserved.