org.apache.james.mailbox.jpa.mail.model.openjpa
Class JPAMessage
java.lang.Object
org.apache.james.mailbox.store.mail.model.AbstractMessage
org.apache.james.mailbox.jpa.mail.model.openjpa.AbstractJPAMessage
org.apache.james.mailbox.jpa.mail.model.openjpa.JPAMessage
- All Implemented Interfaces:
- Message
@Entity(name="Message")
public class JPAMessage
- extends AbstractJPAMessage
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
JPAMessage
@Deprecated
public JPAMessage()
- Deprecated.
JPAMessage
public JPAMessage(java.io.InputStream content,
long contentOctets,
int bodyStartOctet,
java.util.List<JPAHeader> headers,
PropertyBuilder propertyBuilder)
throws java.io.IOException
- Throws:
java.io.IOException
JPAMessage
public JPAMessage(Message message)
throws java.io.IOException
- Create a copy of the given message
- Parameters:
message -
- Throws:
java.io.IOException
getRawFullContent
protected java.io.InputStream getRawFullContent()
- Specified by:
getRawFullContent in class AbstractMessage
Copyright © 2002-2010 The Apache Software Foundation. All Rights Reserved.