Uses of Interface
org.apache.axiom.mime.PartBlob
Packages that use PartBlob
Package
Description
Contains interfaces for MIME message processing.
-
Uses of PartBlob in org.apache.axiom.mime
Methods in org.apache.axiom.mime that return PartBlobModifier and TypeMethodDescriptionPartBlobFactory.createBlob
(Part part) Create aPartBlob
for the given MIME part.Part.getPartBlob()
Get thePartBlob
instance created by the configuredPartBlobFactory
. -
Uses of PartBlob in org.apache.axiom.mime.activation
Classes in org.apache.axiom.mime.activation that implement PartBlobModifier and TypeClassDescriptionfinal class
PartBlob
implementation that wraps aPartDataHandler
.Methods in org.apache.axiom.mime.activation that return PartBlob -
Uses of PartBlob in org.apache.axiom.om.impl
Methods in org.apache.axiom.om.impl with parameters of type PartBlob