Framework for creating server-side APP implementations.

To create your own Atom protocol implementation you must implement the {@link com.sun.syndication.propono.atom.server.AtomHandler} interface and create a concrete sub-class of {@link com.sun.syndication.propono.atom.server.AtomHandlerFactory} which is capable of instantiating it given a {@link javax.servlet.http.HttpServletRequest}.