Package | Description |
---|---|
org.apache.axiom.attachments | |
org.apache.axiom.attachments.impl | |
org.apache.axiom.attachments.lifecycle.impl |
Modifier and Type | Method and Description |
---|---|
LifecycleManager |
Attachments.getLifecycleManager() |
Modifier and Type | Method and Description |
---|---|
void |
Attachments.setLifecycleManager(LifecycleManager manager) |
Constructor and Description |
---|
Attachments(LifecycleManager manager,
InputStream inStream,
String contentTypeString,
boolean fileCacheEnable,
String attachmentRepoDir,
String fileThreshold)
Moves the pointer to the beginning of the first MIME part.
|
Attachments(LifecycleManager manager,
InputStream inStream,
String contentTypeString,
boolean fileCacheEnable,
String attachmentRepoDir,
String fileThreshold,
int contentLength)
Moves the pointer to the beginning of the first MIME part.
|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
LifecycleManagerImpl |
Constructor and Description |
---|
DataHandlerExtImpl(javax.activation.DataHandler dataHandler,
LifecycleManager manager) |
FileAccessor(LifecycleManager manager,
File file) |
Copyright © 2004-2013 The Apache Software Foundation. All Rights Reserved.