Package org.apache.axiom.mime
Interface PartBlobFactory
- All Known Implementing Classes:
PartDataHandlerBlobFactory
public interface PartBlobFactory
Factory for the
PartBlob
instances returned by Part.getBlob()
. This may be used to
create PartBlob
instances that wrap some other type of objects representing the content of
MIME parts.-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final PartBlobFactory
Default factory that createsPartBlob
instances that lazily access the underlying content. -
Method Summary
Modifier and TypeMethodDescriptioncreateBlob
(Part part) Create aPartBlob
for the given MIME part.