Uses of Interface
org.apache.axiom.mime.Part
Packages that use Part
Package
Description
Contains interfaces for MIME message processing.
-
Uses of Part in org.apache.axiom.mime
Methods in org.apache.axiom.mime that return PartModifier and TypeMethodDescriptionGet the MIME part with the given content ID.PartBlob.getPart()
The the MIME part from which this blob was created.MultipartBody.getRootPart()
Methods in org.apache.axiom.mime that return types with arguments of type PartMethods in org.apache.axiom.mime with parameters of type PartModifier and TypeMethodDescriptionPartBlobFactory.createBlob
(Part part) Create aPartBlob
for the given MIME part.void
MultipartBody.PartCreationListener.partCreated
(Part part) -
Uses of Part in org.apache.axiom.mime.activation
Methods in org.apache.axiom.mime.activation that return PartModifier and TypeMethodDescriptionfinal Part
PartDataHandler.getPart()
Get the MIME part linked to this data handler.PartDataHandlerBlob.getPart()
Methods in org.apache.axiom.mime.activation with parameters of type PartModifier and TypeMethodDescriptionfinal PartBlob
PartDataHandlerBlobFactory.createBlob
(Part part) protected abstract PartDataHandler
PartDataHandlerBlobFactory.createDataHandler
(Part part) Create aPartDataHandler
for the givenPart
.Constructors in org.apache.axiom.mime.activation with parameters of type Part