Uses of Interface
org.apache.james.mime4j.dom.Message

Packages that use Message
org.apache.james.mime4j.dom   
org.apache.james.mime4j.message   
org.apache.james.mime4j.samples.tree   
 

Uses of Message in org.apache.james.mime4j.dom
 

Methods in org.apache.james.mime4j.dom that return Message
 Message MessageBuilder.newMessage()
           
 Message MessageBuilder.newMessage(Message source)
           
 Message MessageBuilder.parseMessage(java.io.InputStream source)
           
 

Methods in org.apache.james.mime4j.dom with parameters of type Message
 Message MessageBuilder.newMessage(Message source)
           
 void MessageWriter.writeMessage(Message message, java.io.OutputStream out)
           
 

Uses of Message in org.apache.james.mime4j.message
 

Classes in org.apache.james.mime4j.message that implement Message
 class AbstractMessage
          Abstract MIME message.
 class MessageImpl
          Default implementation of Message.
 

Methods in org.apache.james.mime4j.message that return Message
 Message DefaultMessageBuilder.copy(Message other)
          Creates a new Message from the specified Message.
 Message DefaultMessageBuilder.newMessage()
           
 Message DefaultMessageBuilder.newMessage(Message source)
           
 Message DefaultMessageBuilder.parseMessage(java.io.InputStream is)
           
 

Methods in org.apache.james.mime4j.message with parameters of type Message
 Message DefaultMessageBuilder.copy(Message other)
          Creates a new Message from the specified Message.
 Message DefaultMessageBuilder.newMessage(Message source)
           
 void AbstractEntity.setMessage(Message message)
          Sets the specified message as body of this entity and the content type to "message/rfc822".
 void DefaultMessageWriter.writeMessage(Message message, java.io.OutputStream out)
          Write the specified Message to the specified OutputStream.
 

Uses of Message in org.apache.james.mime4j.samples.tree
 

Constructors in org.apache.james.mime4j.samples.tree with parameters of type Message
MessageTree(Message message)
          Creates a new MessageTree instance displaying the specified Message.
 



Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.