Uses of Interface
org.apache.axiom.ext.stax.BlobProvider
Packages that use BlobProvider
Package
Description
Defines Axiom specific extensions to the StAX API.
Contains core interfaces of the Axiom API.
Contains StAX utility classes not depending on the Axiom API.
-
Uses of BlobProvider in org.apache.axiom.ext.stax
Methods in org.apache.axiom.ext.stax that return BlobProviderModifier and TypeMethodDescriptionBlobReader.getBlobProvider()
Get aBlobProvider
instance for deferred loading of the binary content for the current event.Methods in org.apache.axiom.ext.stax with parameters of type BlobProviderModifier and TypeMethodDescriptionvoid
BlobWriter.writeBlob
(BlobProvider blobProvider, String contentID, boolean optimize) Write binary content to the stream. -
Uses of BlobProvider in org.apache.axiom.om
Methods in org.apache.axiom.om with parameters of type BlobProviderModifier and TypeMethodDescriptionOMFactory.createOMText
(String contentID, BlobProvider blobProvider, boolean optimize) Create a binaryOMText
node supporting deferred loading of the content. -
Uses of BlobProvider in org.apache.axiom.util.stax
Methods in org.apache.axiom.util.stax with parameters of type BlobProviderModifier and TypeMethodDescriptionstatic void
XMLStreamWriterUtils.writeBlob
(XMLStreamWriter writer, BlobProvider blobProvider, String contentID, boolean optimize) Write binary content to the stream.