Interface PartBlob

All Superinterfaces:
org.apache.axiom.blob.Blob

public interface PartBlob extends org.apache.axiom.blob.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