| Package | Description |
|---|---|
| org.apache.axiom.attachments | |
| org.apache.axiom.attachments.lifecycle.impl | |
| org.apache.axiom.om.util |
| Modifier and Type | Field and Description |
|---|---|
private LifecycleManager |
MIMEMessage.manager |
private LifecycleManager |
PartContentOnFile.manager |
| Modifier and Type | Method and Description |
|---|---|
(package private) LifecycleManager |
AttachmentSet.getLifecycleManager() |
LifecycleManager |
Attachments.getLifecycleManager() |
(package private) LifecycleManager |
MIMEMessage.getLifecycleManager() |
(package private) abstract LifecycleManager |
AttachmentsDelegate.getLifecycleManager() |
| Modifier and Type | Method and Description |
|---|---|
(package private) static PartContent |
PartContentFactory.createPartContent(LifecycleManager manager,
java.io.InputStream in,
boolean isRootPart,
int thresholdSize,
java.lang.String attachmentDir,
int messageContentLength)
Creates a
PartContent object from a given input stream. |
(package private) void |
AttachmentSet.setLifecycleManager(LifecycleManager manager) |
void |
Attachments.setLifecycleManager(LifecycleManager manager) |
(package private) void |
MIMEMessage.setLifecycleManager(LifecycleManager manager) |
(package private) abstract void |
AttachmentsDelegate.setLifecycleManager(LifecycleManager manager) |
| Constructor and Description |
|---|
Attachments(LifecycleManager manager,
java.io.InputStream inStream,
java.lang.String contentTypeString,
boolean fileCacheEnable,
java.lang.String attachmentRepoDir,
java.lang.String fileThreshold)
Moves the pointer to the beginning of the first MIME part.
|
Attachments(LifecycleManager manager,
java.io.InputStream inStream,
java.lang.String contentTypeString,
boolean fileCacheEnable,
java.lang.String attachmentRepoDir,
java.lang.String fileThreshold,
int contentLength)
Moves the pointer to the beginning of the first MIME part.
|
MIMEMessage(LifecycleManager manager,
java.io.InputStream inStream,
java.lang.String contentTypeString,
boolean fileCacheEnable,
java.lang.String attachmentRepoDir,
int fileStorageThreshold,
int contentLength) |
PartContentOnFile(LifecycleManager manager,
java.io.InputStream is1,
java.io.InputStream is2,
java.lang.String attachmentDir)
Constructor.
|
| Modifier and Type | Class and Description |
|---|---|
class |
LifecycleManagerImpl |
| Modifier and Type | Field and Description |
|---|---|
(package private) LifecycleManager |
FileAccessor.manager |
private LifecycleManager |
DataHandlerExtImpl.manager
Deprecated.
|
| Constructor and Description |
|---|
DataHandlerExtImpl(javax.activation.DataHandler dataHandler,
LifecycleManager manager)
Deprecated.
|
FileAccessor(LifecycleManager manager,
java.io.File file) |
| Modifier and Type | Method and Description |
|---|---|
private static LifecycleManager |
TextHelper.getLifecycleManager(OMFactory factory)
Deprecated.
|