com.openexchange.messaging
Interface MessagingHeader

All Known Subinterfaces:
ContentDisposition, ContentType, DateMessagingHeader, MessagingAddressHeader, ParameterizedMessagingHeader
All Known Implementing Classes:
StringMessageHeader

public interface MessagingHeader

MessagingHeader - A message header.

Since:
Open-Xchange v6.16
Author:
Francisco Laguna, Thorben Betten

Nested Class Summary
static class MessagingHeader.HeaderType
          The header type.
static class MessagingHeader.KnownHeader
          An enumeration of known headers.
 
Method Summary
 MessagingHeader.HeaderType getHeaderType()
          Gets the header type.
 java.lang.String getName()
          Gets the name.
 java.lang.String getValue()
          Gets the value.
 

Method Detail

getHeaderType

MessagingHeader.HeaderType getHeaderType()
Gets the header type.

Returns:
The header type

getName

java.lang.String getName()
Gets the name.

Returns:
The name

getValue

java.lang.String getValue()
Gets the value.

Returns:
The value