Uses of Class
org.restlet.ext.xml.XmlRepresentation

Packages that use XmlRepresentation
org.restlet.ext.atom Support for the Atom syndication and the AtomPub (Atom Publication Protocol) standards in their 1.0 version. 
org.restlet.ext.javamail Integration with JavaMail 1.4 (POP3 and SMTP clients). 
org.restlet.ext.lucene Integration with Apache Lucene 2.9. 
org.restlet.ext.wadl Support the WADL specification. 
org.restlet.ext.xml Support for XML and XSLT representations. 
 

Uses of XmlRepresentation in org.restlet.ext.atom
 

Subclasses of XmlRepresentation in org.restlet.ext.atom
 class Categories
          Collection of Category entries.
 class Entry
          Represents an individual entry, acting as a component for metadata and data associated with the entry.
 class Feed
          Atom Feed Document, acting as a component for metadata and data associated with the feed.
 class Service
          Represents an Atom introspection document.
 

Uses of XmlRepresentation in org.restlet.ext.javamail
 

Subclasses of XmlRepresentation in org.restlet.ext.javamail
 class MessageRepresentation
          XML representation of a JavaMail message.
 class MessagesRepresentation
          XML representation of a list of JavaMail messages.
 

Uses of XmlRepresentation in org.restlet.ext.lucene
 

Subclasses of XmlRepresentation in org.restlet.ext.lucene
 class TikaRepresentation
          Representation that parses another wrapped representation using Lucene Tika metadata extraction engine.
 

Uses of XmlRepresentation in org.restlet.ext.wadl
 

Subclasses of XmlRepresentation in org.restlet.ext.wadl
 class WadlRepresentation
          Root of a WADL description document.
 

Uses of XmlRepresentation in org.restlet.ext.xml
 

Subclasses of XmlRepresentation in org.restlet.ext.xml
 class DomRepresentation
          XML representation based on a DOM document.
 class SaxRepresentation
          XML representation for SAX events processing.
 



Copyright © 2005-2013 Restlet.