Package org.apache.juneau.bean.atom
@XmlSchema(prefix="atom",xmlNs={@XmlNs(prefix="atom",namespaceURI="http://www.w3.org/2005/Atom/"),@XmlNs(prefix="xml",namespaceURI="http://www.w3.org/XML/1998/namespace")})
package org.apache.juneau.bean.atom
ATOM Data Transfer Objects
This package contains predefined DTOs for working with ATOM feeds and entries. These classes provide a convenient way to serialize and parse ATOM XML content using Juneau's marshalling framework.
-
ClassesClassDescriptionVarious useful static methods for creating ATOM elements.Represents a category or tag associated with a feed or entry.Base class for all Atom elements, providing common attributes.Base class for feed-level and entry-level Atom elements.Represents the content of an Atom entry.Represents an individual entry within an Atom feed or as a standalone Atom document.Represents a top-level Atom feed document.Identifies the software agent used to generate an Atom feed.Represents a small icon image for visual identification of a feed.Represents a permanent, universally unique identifier for a feed or entry.Represents a reference from an entry or feed to a Web resource.Represents a larger logo image for visual identification of a feed.Represents a person, corporation, or similar entity in an Atom document.Represents metadata from the source feed when an entry is copied from one feed to another.Represents human-readable text in an Atom document.