Uses of Class
org.apache.axiom.attachments.MIMEBodyPartInputStream

Packages that use MIMEBodyPartInputStream
org.apache.axiom.attachments.impl   
 

Uses of MIMEBodyPartInputStream in org.apache.axiom.attachments.impl
 

Methods in org.apache.axiom.attachments.impl with parameters of type MIMEBodyPartInputStream
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.