Uses of Interface
org.apache.axiom.mime.MultipartWriter

Packages that use MultipartWriter
org.apache.axiom.mime Contains interfaces for MIME message processing. 
org.apache.axiom.mime.impl.axiom Default MIME message processing API implementation. 
 

Uses of MultipartWriter in org.apache.axiom.mime
 

Methods in org.apache.axiom.mime that return MultipartWriter
 MultipartWriter MultipartWriterFactory.createMultipartWriter(java.io.OutputStream out, java.lang.String boundary)
          Create a new MultipartWriter instance that writes a MIME multipart package to a given output stream.
 

Uses of MultipartWriter in org.apache.axiom.mime.impl.axiom
 

Methods in org.apache.axiom.mime.impl.axiom that return MultipartWriter
 MultipartWriter AxiomMultipartWriterFactory.createMultipartWriter(java.io.OutputStream out, java.lang.String boundary)
           
 



Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.