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

Packages that use MultipartWriterFactory
org.apache.axiom.mime.impl.axiom Default MIME message processing API implementation. 
org.apache.axiom.om Contains core interfaces of the Axiom API. 
 

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

Classes in org.apache.axiom.mime.impl.axiom that implement MultipartWriterFactory
 class AxiomMultipartWriterFactory
          Factory for Axiom's own MultipartWriter implementation.
 

Fields in org.apache.axiom.mime.impl.axiom declared as MultipartWriterFactory
static MultipartWriterFactory AxiomMultipartWriterFactory.INSTANCE
           
 

Uses of MultipartWriterFactory in org.apache.axiom.om
 

Methods in org.apache.axiom.om that return MultipartWriterFactory
 MultipartWriterFactory OMOutputFormat.getMultipartWriterFactory()
          Get the currently configured multipart writer factory.
 

Methods in org.apache.axiom.om with parameters of type MultipartWriterFactory
 void OMOutputFormat.setMultipartWriterFactory(MultipartWriterFactory multipartWriterFactory)
          Set the multipart writer factory.
 



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