|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Part | |
---|---|
org.apache.axiom.attachments.impl |
Uses of Part in org.apache.axiom.attachments.impl |
---|
Classes in org.apache.axiom.attachments.impl that implement Part | |
---|---|
class |
PartOnFile
PartOnFile stores that attachment in a file. |
class |
PartOnMemory
PartOnMemory stores the attachment in memory (in a byte[]) This implementation is used for smaller attachments to enhance performance. |
class |
PartOnMemoryEnhanced
PartOnMemoryEnhanced stores the attachment in memory (in non-contigous byte arrays) This implementation is used for smaller attachments to enhance performance. |
Methods in org.apache.axiom.attachments.impl that return Part | |
---|---|
static Part |
PartFactory.createPart(LifecycleManager manager,
MIMEBodyPartInputStream in,
boolean isSOAPPart,
int thresholdSize,
String attachmentDir,
int messageContentLength)
Creates a part from the input stream. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |