Package | Description |
---|---|
org.apache.axiom.attachments.impl |
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
static Part |
PartFactory.createPart(LifecycleManager manager,
MIMEBodyPartInputStream in,
boolean isSOAPPart,
int thresholdSize,
String attachmentDir,
int messageContentLength)
Creates a part from the input stream.
|
Copyright © 2004-2013 The Apache Software Foundation. All Rights Reserved.