Uses of Interface
org.apache.axiom.attachments.lifecycle.LifecycleManager

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
 

Fields in org.apache.axiom.attachments declared as LifecycleManager
private  LifecycleManager Attachments.manager
           
 

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
 

Fields in org.apache.axiom.attachments.impl declared as LifecycleManager
(package private)  LifecycleManager PartOnFile.manager
           
 

Methods in org.apache.axiom.attachments.impl with parameters of type LifecycleManager
static Part PartFactory.createPart(LifecycleManager manager, MIMEBodyPartInputStream in, boolean isSOAPPart, int threshholdSize, java.lang.String attachmentDir, int messageContentLength)
          Creates a part from the input stream.
 

Constructors in org.apache.axiom.attachments.impl with parameters of type LifecycleManager
PartOnFile(LifecycleManager manager, java.util.Hashtable headers, java.io.InputStream is1, java.io.InputStream is2, java.lang.String attachmentDir)
          Create a PartOnFile from the specified InputStream
 

Uses of LifecycleManager in org.apache.axiom.attachments.lifecycle.impl
 

Classes in org.apache.axiom.attachments.lifecycle.impl that implement LifecycleManager
 class LifecycleManagerImpl
           
 

Fields in org.apache.axiom.attachments.lifecycle.impl declared as LifecycleManager
(package private)  LifecycleManager FileAccessor.manager
           
 

Constructors in org.apache.axiom.attachments.lifecycle.impl with parameters of type LifecycleManager
FileAccessor(LifecycleManager manager, java.io.File file)