Package org.restlet.ext.javamail
Class MessagesRepresentation
-
- All Implemented Interfaces:
javax.xml.namespace.NamespaceContext
@Deprecated public class MessagesRepresentation extends DomRepresentation
Deprecated.Will be removed in next major release.XML representation of a list of JavaMail messages.
-
-
Field Summary
-
Fields inherited from class org.restlet.ext.xml.XmlRepresentation
XML_EXPANDING_ENTITY_REFS, XML_VALIDATING_DTD
-
Fields inherited from class org.restlet.representation.Representation
UNKNOWN_SIZE
-
-
Constructor Summary
Constructors Constructor Description MessagesRepresentation(javax.mail.Message[] messages, com.sun.mail.pop3.POP3Folder inbox)Deprecated.Constructor.
-
Method Summary
-
Methods inherited from class org.restlet.ext.xml.DomRepresentation
createTransformer, getDocument, getDomSource, getInputSource, isIndenting, release, setDocument, setIndenting, write
-
Methods inherited from class org.restlet.ext.xml.XmlRepresentation
getBoolean, getDocumentBuilder, getEntityResolver, getErrorHandler, getNamespaces, getNamespaceURI, getNode, getNodes, getNumber, getPrefix, getPrefixes, getSaxSource, getSaxSource, getSchema, getStreamSource, getText, getTextContent, isCoalescing, isExpandingEntityRefs, isIgnoringComments, isIgnoringExtraWhitespaces, isNamespaceAware, isValidatingDtd, isXIncludeAware, setCoalescing, setEntityResolver, setErrorHandler, setExpandingEntityRefs, setIgnoringComments, setIgnoringExtraWhitespaces, setNamespaceAware, setNamespaces, setSchema, setSchema, setValidatingDtd, setXIncludeAware, validate, validate, validate, validate
-
Methods inherited from class org.restlet.representation.WriterRepresentation
getReader
-
Methods inherited from class org.restlet.representation.CharacterRepresentation
getChannel, getStream, write, write
-
Methods inherited from class org.restlet.representation.Representation
append, exhaust, getAvailableSize, getDigest, getDisposition, getExpirationDate, getRange, getRegistration, getSize, getText, hasKnownSize, isAvailable, isEmpty, isSelectable, isTransient, setAvailable, setDigest, setDisposition, setExpirationDate, setListener, setRange, setSize, setTransient
-
Methods inherited from class org.restlet.representation.RepresentationInfo
getModificationDate, getTag, setModificationDate, setTag
-
Methods inherited from class org.restlet.representation.Variant
createClientInfo, equals, getCharacterSet, getEncodings, getLanguages, getLocationRef, getMediaType, hashCode, includes, isCompatible, setCharacterSet, setEncodings, setLanguages, setLocationRef, setLocationRef, setMediaType, toString
-
-
-
-
Constructor Detail
-
MessagesRepresentation
public MessagesRepresentation(javax.mail.Message[] messages, com.sun.mail.pop3.POP3Folder inbox) throws java.io.IOException, javax.mail.MessagingExceptionDeprecated.Constructor.- Parameters:
messages- The list of JavaMail messages to format.- Throws:
java.io.IOExceptionjavax.mail.MessagingException
-
-