Package org.restlet.ext.javamail
Class MessageRepresentation
-
- All Implemented Interfaces:
javax.xml.namespace.NamespaceContext
@Deprecated public class MessageRepresentation extends DomRepresentation
Deprecated.Will be removed in next major release.XML representation of a JavaMail message.
-
-
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 MessageRepresentation(javax.mail.Message message)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
-
MessageRepresentation
public MessageRepresentation(javax.mail.Message message) throws java.io.IOException, org.w3c.dom.DOMException, javax.mail.MessagingExceptionDeprecated.Constructor.- Parameters:
message- The JavaMail message to format.- Throws:
java.io.IOExceptionjavax.mail.MessagingExceptionorg.w3c.dom.DOMException
-
-