Package org.ws4d.java.attachment

This package contains classes enabling Attachment support for the JMEDS framework.

See:
          Description

Interface Summary
Attachment Attachment container.
AttachmentFactory  
IncomingAttachment  
OutgoingAttachment  
 

Class Summary
AbstractAttachment Attachment container.
AttachmentStore This class allows to store the attachments.
AttachmentStub  
DefaultAttachmentFactory  
DefaultAttachmentStore  
 

Exception Summary
AttachmentException  
 

Package org.ws4d.java.attachment Description

This package contains classes enabling Attachment support for the JMEDS framework.

Three types of attachment (based on the type of data storage) are supported:

The attachment's raw data is obtained either as a stream or byte array. It is subsequently either stored in files or remains in memory.