org.apache.james.mailbox
Interface MessageResult.Header

All Superinterfaces:
Content
Enclosing interface:
MessageResult

public static interface MessageResult.Header
extends Content

A header.


Method Summary
 java.lang.String getName()
          Gets the name of this header.
 java.lang.String getValue()
          Gets the (unparsed) value of this header.
 
Methods inherited from interface org.apache.james.mailbox.Content
size, writeTo
 

Method Detail

getName

java.lang.String getName()
                         throws MailboxException
Gets the name of this header.

Returns:
name of this header
Throws:
javax.mail.MessagingException
MailboxException

getValue

java.lang.String getValue()
                          throws MailboxException
Gets the (unparsed) value of this header.

Returns:
value of this header
Throws:
javax.mail.MessagingException
MailboxException


Copyright © 2002-2010 The Apache Software Foundation. All Rights Reserved.