|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use LifecycleManager | |
|---|---|
| org.apache.axiom.attachments | |
| org.apache.axiom.attachments.impl | |
| org.apache.axiom.attachments.lifecycle.impl | |
| Uses of LifecycleManager in org.apache.axiom.attachments |
|---|
| Methods in org.apache.axiom.attachments that return LifecycleManager | |
|---|---|
LifecycleManager |
Attachments.getLifecycleManager()
|
| Methods in org.apache.axiom.attachments with parameters of type LifecycleManager | |
|---|---|
void |
Attachments.setLifecycleManager(LifecycleManager manager)
|
| Constructors in org.apache.axiom.attachments with parameters of type LifecycleManager | |
|---|---|
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. |
|
| Uses of LifecycleManager in org.apache.axiom.attachments.impl |
|---|
| Methods in org.apache.axiom.attachments.impl with parameters of type LifecycleManager | |
|---|---|
static Part |
PartFactory.createPart(LifecycleManager manager,
MIMEBodyPartInputStream in,
boolean isSOAPPart,
int thresholdSize,
java.lang.String attachmentDir,
int messageContentLength)
Creates a part from the input stream. |
| Uses of LifecycleManager in org.apache.axiom.attachments.lifecycle.impl |
|---|
| Classes in org.apache.axiom.attachments.lifecycle.impl that implement LifecycleManager | |
|---|---|
class |
LifecycleManagerImpl
|
| Constructors in org.apache.axiom.attachments.lifecycle.impl with parameters of type LifecycleManager | |
|---|---|
DataHandlerExtImpl(javax.activation.DataHandler dataHandler,
LifecycleManager manager)
|
|
FileAccessor(LifecycleManager manager,
java.io.File file)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||