Package org.apache.axiom.ext.stax
Interface BlobProvider
public interface BlobProvider
Interface used for deferred loading of binary content.
-
Method Summary
-
Method Details
-
getBlob
Get theBlob
object for the binary content.- Returns:
- the binary content
- Throws:
IOException
- if an error occurs while loading theBlob
-