Package com.sun.syndication.propono.atom.server

Framework for creating server-side APP implementations.

See:
          Description

Interface Summary
AtomHandler Interface for handling single Atom protocol requests.
AtomRequest Represents HTTP request to be processed by AtomHandler.
 

Class Summary
AtomHandlerFactory Defines a factory that enables the AtomServlet to obtain an AtomHandler that handles an Atom request.
AtomMediaResource Represents a media link entry.
AtomRequestImpl Default request implementation.
AtomServlet Atom Servlet implements Atom protocol by calling an AtomHandler implementation.
 

Exception Summary
AtomException Exception thrown by AtomHandler and extended by other Propono Atom exception classes.
AtomNotAuthorizedException Exception to be thrown by AtomHandler implementations in the case that a user is not authorized to access a resource.
AtomNotFoundException Exception thrown by AtomHandler in that case a resource is not found.
 

Error Summary
FactoryConfigurationError Thrown when a problem with configuration with the AtomHandlerFactory exists.
 

Package com.sun.syndication.propono.atom.server Description

Framework for creating server-side APP implementations.

To create your own Atom protocol implementation you must implement the AtomHandler interface and create a concrete sub-class of AtomHandlerFactory which is capable of instantiating it given a HttpServletRequest.