Uses of Interface
com.openexchange.messaging.SimpleContent

Packages that use SimpleContent
com.openexchange.messaging   
 

Uses of SimpleContent in com.openexchange.messaging
 

Subinterfaces of SimpleContent in com.openexchange.messaging
 interface BinaryContent
          BinaryContent - Represents a binary content.
 interface ManagedFileContent
          ManagedFileContent - Represents a binary content.
 

Classes in com.openexchange.messaging that implement SimpleContent
 class ByteArrayContent
          ByteArrayContent
 class ReferenceContent
          A ReferenceContent represents a reference to a large message content that should be requested separately.
 class StringContent
          StringContent - A string content.