com.noelios.restlet.ext.javamail
Class MessageRepresentation
java.lang.Object
org.restlet.resource.Variant
org.restlet.resource.Representation
org.restlet.resource.StreamRepresentation
org.restlet.resource.OutputRepresentation
org.restlet.resource.XmlRepresentation
org.restlet.resource.DomRepresentation
com.noelios.restlet.ext.javamail.MessageRepresentation
- All Implemented Interfaces:
- NamespaceContext
public class MessageRepresentation
- extends DomRepresentation
XML representation of a JavaMail message.
- Author:
- Jerome Louvel
Methods inherited from class org.restlet.resource.XmlRepresentation |
getBoolean, getDocumentBuilder, getNamespaceURI, getNode, getNodes, getNumber, getPrefix, getPrefixes, getSaxSource, getSaxSource, getStreamSource, getText, isNamespaceAware, putNamespace, setNamespaceAware, validate, validate, validate, validate |
Methods inherited from class org.restlet.resource.Representation |
checkDigest, checkDigest, computeDigest, createEmpty, exhaust, getAvailableSize, getDigest, getDownloadName, getExpirationDate, getModificationDate, getRange, getSize, getTag, getText, isAvailable, isDownloadable, isTransient, setAvailable, setDigest, setDownloadable, setDownloadName, setExpirationDate, setModificationDate, setRange, setSize, setTag, setTransient |
Methods inherited from class org.restlet.resource.Variant |
getCharacterSet, getEncodings, getIdentifier, getLanguages, getMediaType, setCharacterSet, setEncodings, setIdentifier, setIdentifier, setLanguages, setMediaType |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MessageRepresentation
public MessageRepresentation(Message message)
throws IOException,
DOMException,
MessagingException
- Constructor.
- Parameters:
message
- The JavaMail message to format.
- Throws:
IOException
MessagingException
DOMException
Copyright © 2005-2008 Noelios Technologies.