org.apache.axiom.om
Class OMOutputFormat

java.lang.Object
  extended byorg.apache.axiom.om.OMOutputFormat

public class OMOutputFormat
extends java.lang.Object

Formats options for OM Output.


Field Summary
static java.lang.String DEFAULT_CHAR_SET_ENCODING
          Field DEFAULT_CHAR_SET_ENCODING.
 
Constructor Summary
OMOutputFormat()
           
 
Method Summary
 java.lang.String getCharSetEncoding()
          Returns the character set encoding scheme.
 java.lang.String getContentType()
           
 java.lang.String getMimeBoundary()
           
 java.lang.String getNextContentId()
           
 java.lang.String getRootContentId()
           
 java.lang.String getXmlVersion()
           
 boolean isIgnoreXMLDeclaration()
           
 boolean isOptimized()
           
 boolean isSOAP11()
           
 void setCharSetEncoding(java.lang.String charSetEncoding)
           
 void setDoOptimize(boolean b)
           
 void setIgnoreXMLDeclaration(boolean ignoreXMLDeclaration)
           
 void setSOAP11(boolean b)
           
 void setXmlVersion(java.lang.String xmlVersion)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT_CHAR_SET_ENCODING

public static final java.lang.String DEFAULT_CHAR_SET_ENCODING
Field DEFAULT_CHAR_SET_ENCODING. Specifies the default character encoding scheme to be used.

See Also:
Constant Field Values
Constructor Detail

OMOutputFormat

public OMOutputFormat()
Method Detail

isOptimized

public boolean isOptimized()

getContentType

public java.lang.String getContentType()

getMimeBoundary

public java.lang.String getMimeBoundary()

getRootContentId

public java.lang.String getRootContentId()

getNextContentId

public java.lang.String getNextContentId()

getCharSetEncoding

public java.lang.String getCharSetEncoding()
Returns the character set encoding scheme. If the value of the charSetEncoding is not set then the default will be returned.

Returns:
Returns encoding string.

setCharSetEncoding

public void setCharSetEncoding(java.lang.String charSetEncoding)

getXmlVersion

public java.lang.String getXmlVersion()

setXmlVersion

public void setXmlVersion(java.lang.String xmlVersion)

setSOAP11

public void setSOAP11(boolean b)

isSOAP11

public boolean isSOAP11()

isIgnoreXMLDeclaration

public boolean isIgnoreXMLDeclaration()

setIgnoreXMLDeclaration

public void setIgnoreXMLDeclaration(boolean ignoreXMLDeclaration)

setDoOptimize

public void setDoOptimize(boolean b)