Interface | Description |
---|---|
AtomHandler |
Interface for handling single Atom protocol requests.
|
AtomRequest |
Represents HTTP request to be processed by AtomHandler.
|
Class | Description |
---|---|
AtomHandlerFactory |
Defines a factory that enables the
com.rometools.rome.propono.atom.server.AtomServlet to
obtain an com.rometools.rome.propono.atom.server.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
com.rometools.rome.propono.atom.server.AtomHandler implementation. |
Exception | Description |
---|---|
AtomException |
Exception thrown by
com.rometools.rome.propono.atom.server.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 | Description |
---|---|
FactoryConfigurationError |
Thrown when a problem with configuration with the
com.rometools.rome.propono.atom.server.AtomHandlerFactory exists. |
Copyright © 2016. All rights reserved.