com.openexchange.messaging
Interface SimpleContent<D>

All Superinterfaces:
MessagingContent
All Known Subinterfaces:
BinaryContent, ManagedFileContent
All Known Implementing Classes:
ByteArrayContent, ReferenceContent, StringContent

public interface SimpleContent<D>
extends MessagingContent

SimpleContent - Simple content

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

Method Summary
 D getData()
          Gets the data.
 

Method Detail

getData

D getData()
          throws MessagingException
Gets the data.

Returns:
The data
Throws:
MessagingException - If data cannot be returned