Uses of Class
org.apache.ws.commons.om.OMOutputFormat

Packages that use OMOutputFormat
org.apache.ws.commons.om   
org.apache.ws.commons.om.impl   
org.apache.ws.commons.om.impl.llom   
 

Uses of OMOutputFormat in org.apache.ws.commons.om
 

Methods in org.apache.ws.commons.om with parameters of type OMOutputFormat
 void OMNode.serialize(java.io.OutputStream output, OMOutputFormat format)
          Serializes the node with caching.
 void OMNode.serialize(java.io.Writer writer, OMOutputFormat format)
          Serializes the node with caching.
 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.
 void OMDocument.serializeAndConsume(java.io.OutputStream output, OMOutputFormat format)
          Serializes the OMDocument.
 void OMDocument.serialize(java.io.OutputStream output, OMOutputFormat format)
          Builds the OM node/tree and then serializes the document.
 

Uses of OMOutputFormat in org.apache.ws.commons.om.impl
 

Methods in org.apache.ws.commons.om.impl with parameters of type OMOutputFormat
 void OMOutputImpl.setOutputFormat(OMOutputFormat format)
           
 

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

Uses of OMOutputFormat in org.apache.ws.commons.om.impl.llom
 

Methods in org.apache.ws.commons.om.impl.llom with parameters of type OMOutputFormat
 void OMDocumentImpl.serializeAndConsume(java.io.OutputStream output, OMOutputFormat format)
          Serializes the document directly to the output stream with caching disabled.
 void OMDocumentImpl.serialize(java.io.OutputStream output, OMOutputFormat format)
          Serializes the document directly to the output stream with caching enabled.
 void OMNodeImpl.serialize(java.io.OutputStream output, OMOutputFormat format)
           
 void OMNodeImpl.serialize(java.io.Writer writer, OMOutputFormat format)
           
 void OMNodeImpl.serializeAndConsume(java.io.OutputStream output, OMOutputFormat format)
           
 void OMNodeImpl.serializeAndConsume(java.io.Writer writer, OMOutputFormat format)