Uses of Class
org.apache.axiom.om.OMOutputFormat

Packages that use OMOutputFormat
org.apache.axiom.om   
org.apache.axiom.om.ds   
org.apache.axiom.om.impl   
 

Uses of OMOutputFormat in org.apache.axiom.om
 

Methods in org.apache.axiom.om with parameters of type OMOutputFormat
 void OMDataSource.serialize(java.io.OutputStream output, OMOutputFormat format)
          Serializes element data directly to stream.
 void OMDataSourceExt.serialize(java.io.OutputStream output, OMOutputFormat format)
          Serializes element data directly to stream.
 void OMDocument.serialize(java.io.OutputStream output, OMOutputFormat format)
          Builds the OM node/tree and then serializes the document.
 void OMNode.serialize(java.io.OutputStream output, OMOutputFormat format)
          Serializes the node with caching.
 void OMDataSource.serialize(java.io.Writer writer, OMOutputFormat format)
          Serializes element data directly to writer.
 void OMDataSourceExt.serialize(java.io.Writer writer, OMOutputFormat format)
          Serializes element data directly to writer.
 void OMNode.serialize(java.io.Writer writer, OMOutputFormat format)
          Serializes the node with caching.
 void OMDocument.serializeAndConsume(java.io.OutputStream output, OMOutputFormat format)
          Serializes the OMDocument.
 void OMNode.serializeAndConsume(java.io.OutputStream output, OMOutputFormat format)
          Serializes the node without caching.
 void OMNode.serializeAndConsume(java.io.Writer writer, OMOutputFormat format)
          Serializes the node without caching.
 

Uses of OMOutputFormat in org.apache.axiom.om.ds
 

Methods in org.apache.axiom.om.ds with parameters of type OMOutputFormat
 void InputStreamDataSource.serialize(java.io.OutputStream output, OMOutputFormat format)
           
 void OMDataSourceExtBase.serialize(java.io.OutputStream output, OMOutputFormat format)
           
 void CharArrayDataSource.serialize(java.io.Writer writer, OMOutputFormat format)
           
 void OMDataSourceExtBase.serialize(java.io.Writer writer, OMOutputFormat format)
           
 

Uses of OMOutputFormat in org.apache.axiom.om.impl
 

Fields in org.apache.axiom.om.impl declared as OMOutputFormat
private  OMOutputFormat MTOMXMLStreamWriter.format
           
 

Methods in org.apache.axiom.om.impl with parameters of type OMOutputFormat
 void MTOMXMLStreamWriter.setOutputFormat(OMOutputFormat format)
           
static void MIMEOutputUtils.writeMM7Message(java.io.StringWriter writer, java.io.OutputStream outputStream, Attachments attachments, OMOutputFormat format, java.lang.String innerPartCID, java.lang.String innerBoundary)
          Pack all the attachments in to a multipart/related MIME part and attachs it as the second MIME Part of MIME message
static void MIMEOutputUtils.writeSOAPWithAttachmentsMessage(java.io.StringWriter writer, java.io.OutputStream outputStream, Attachments attachments, OMOutputFormat format)
           
 

Constructors in org.apache.axiom.om.impl with parameters of type OMOutputFormat
MTOMXMLStreamWriter(java.io.OutputStream outStream, OMOutputFormat format)
          Creates a new MTOMXMLStreamWriter with specified encoding.