|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use OMOutputFormat | |
| org.apache.axiom.om | |
| 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 |
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. |
void |
OMDataSource.serialize(java.io.OutputStream output,
OMOutputFormat format)
Serializes element data directly to stream. |
void |
OMDataSource.serialize(java.io.Writer writer,
OMOutputFormat format)
Serializes element data directly to writer. |
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. |
| Uses of OMOutputFormat in org.apache.axiom.om.impl |
| Methods in org.apache.axiom.om.impl with parameters of type OMOutputFormat | |
void |
MTOMXMLStreamWriter.setOutputFormat(OMOutputFormat format)
|
static void |
MIMEOutputUtils.writeSOAPWithAttachmentsMessage(java.io.StringWriter writer,
java.io.OutputStream outputStream,
Attachments attachments,
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 |
| 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. |
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||