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

Packages that use OMOutputFormat
org.apache.axis2.om   
org.apache.axis2.om.impl   
org.apache.axis2.om.impl.dom   
org.apache.axis2.om.impl.llom   
org.apache.axis2.transport.http   
 

Uses of OMOutputFormat in org.apache.axis2.om
 

Methods in org.apache.axis2.om with parameters of type OMOutputFormat
 void OMNode.serialize(OutputStream output, OMOutputFormat format)
          Serializes the node with caching.
 void OMNode.serialize(Writer writer, OMOutputFormat format)
          Serializes the node with caching.
 void OMNode.serializeAndConsume(OutputStream output, OMOutputFormat format)
          Serializes the node without caching.
 void OMNode.serializeAndConsume(Writer writer, OMOutputFormat format)
          Serializes the node without caching.
 void OMDocument.serializeAndConsume(OutputStream output, OMOutputFormat format)
          Serializes the OMDocument.
 void OMDocument.serialize(OutputStream output, OMOutputFormat format)
          Builds the OM node/tree and then serializes the document.
 

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

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

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

Uses of OMOutputFormat in org.apache.axis2.om.impl.dom
 

Methods in org.apache.axis2.om.impl.dom with parameters of type OMOutputFormat
 void NodeImpl.serialize(OutputStream output, OMOutputFormat format)
           
 void NodeImpl.serialize(Writer writer, OMOutputFormat format)
           
 void NodeImpl.serializeAndConsume(OutputStream output, OMOutputFormat format)
           
 void NodeImpl.serializeAndConsume(Writer writer, OMOutputFormat format)
           
 void DocumentImpl.serializeAndConsume(OutputStream output, OMOutputFormat format)
           
 void DocumentImpl.serialize(OutputStream output, OMOutputFormat format)
           
 

Uses of OMOutputFormat in org.apache.axis2.om.impl.llom
 

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

Uses of OMOutputFormat in org.apache.axis2.transport.http
 

Fields in org.apache.axis2.transport.http declared as OMOutputFormat
protected  OMOutputFormat AbstractHTTPSender.format
           
 

Methods in org.apache.axis2.transport.http with parameters of type OMOutputFormat
 void CommonsHTTPTransportSender.writeMessageWithCommons(MessageContext msgContext, EndpointReference toURL, OMElement dataout, OMOutputFormat format)
           
 void AbstractHTTPSender.setFormat(OMOutputFormat format)