Uses of Class
org.restlet.ext.xml.XmlRepresentation
-
Packages that use XmlRepresentation Package Description 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 @minor-version@ (POP3 and SMTP clients).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 Modifier and Type Class Description classCategoriesCollection ofCategoryentries.classEntryRepresents an individual entry, acting as a component for metadata and data associated with the entry.classFeedAtom Feed Document, acting as a component for metadata and data associated with the feed.classServiceRepresents an Atom introspection document. -
Uses of XmlRepresentation in org.restlet.ext.javamail
Subclasses of XmlRepresentation in org.restlet.ext.javamail Modifier and Type Class Description classMessageRepresentationDeprecated.Will be removed in next major release.classMessagesRepresentationDeprecated.Will be removed in next major release. -
Uses of XmlRepresentation in org.restlet.ext.wadl
Subclasses of XmlRepresentation in org.restlet.ext.wadl Modifier and Type Class Description classWadlRepresentationDeprecated.Will be removed in next major release. -
Uses of XmlRepresentation in org.restlet.ext.xml
Subclasses of XmlRepresentation in org.restlet.ext.xml Modifier and Type Class Description classDomRepresentationXML representation based on a DOM document.classSaxRepresentationXML representation for SAX events processing.
-