Interface PartBlob

All Superinterfaces:
Blob
All Known Implementing Classes:
PartDataHandlerBlob

public interface PartBlob extends Blob
A Blob that enables access to the Part whose content it represents.
  • Method Summary

    Modifier and Type
    Method
    Description
    The the MIME part from which this blob was created.

    Methods inherited from interface org.apache.axiom.blob.Blob

    getInputStream, getSize, writeTo
  • Method Details

    • getPart

      Part getPart()
      The the MIME part from which this blob was created.
      Returns:
      the MIME part