Package org.apache.axiom.om
Interface OMAttachmentAccessor
- All Known Implementing Classes:
Attachments
public interface OMAttachmentAccessor
Interface to look up MIME parts.
-
Method Summary
-
Method Details
-
getBlob
Get the content of the MIME part identified by a given content ID.- Parameters:
contentID
- the raw content ID (without the surrounding angle brackets andcid:
prefix) of the MIME part- Returns:
- the content of the MIME part referred by the content ID or
null
if the MIME part referred by the content ID does not exist
-