|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use OMOutputFormat | |
|---|---|
| org.apache.axiom.om | Contains core interfaces of the Axiom API. |
| org.apache.axiom.om.ds | Contains ready to use OMDataSource implementations. |
| org.apache.axiom.om.impl | |
| org.apache.axiom.om.util | |
| Uses of OMOutputFormat in org.apache.axiom.om |
|---|
| Methods in org.apache.axiom.om with parameters of type OMOutputFormat | |
|---|---|
void |
OMNode.serialize(java.io.OutputStream output,
OMOutputFormat format)
Deprecated. This method is not meaningful on a node in general, but only on an OMElement. |
void |
OMElement.serialize(java.io.OutputStream output,
OMOutputFormat format)
Serialize the node with caching enabled. |
void |
OMDataSourceExt.serialize(java.io.OutputStream output,
OMOutputFormat format)
Serializes element data directly to stream. |
void |
OMDataSource.serialize(java.io.OutputStream output,
OMOutputFormat format)
Serializes element data directly to stream. |
void |
OMContainer.serialize(java.io.OutputStream output,
OMOutputFormat format)
Serialize the node with caching enabled. |
void |
OMNode.serialize(java.io.Writer writer,
OMOutputFormat format)
Deprecated. This method is not meaningful on a node in general, but only on an OMElement. |
void |
OMElement.serialize(java.io.Writer writer,
OMOutputFormat format)
Serialize the node with caching enabled. |
void |
OMDataSourceExt.serialize(java.io.Writer writer,
OMOutputFormat format)
Serializes element data directly to writer. |
void |
OMDataSource.serialize(java.io.Writer writer,
OMOutputFormat format)
Serializes element data directly to writer. |
void |
OMContainer.serialize(java.io.Writer writer,
OMOutputFormat format)
Serialize the node with caching enabled. |
void |
OMNode.serializeAndConsume(java.io.OutputStream output,
OMOutputFormat format)
Deprecated. This method is not meaningful on a node in general, but only on an OMElement. |
void |
OMElement.serializeAndConsume(java.io.OutputStream output,
OMOutputFormat format)
Serialize the node without caching. |
void |
OMContainer.serializeAndConsume(java.io.OutputStream output,
OMOutputFormat format)
Serialize the node without caching. |
void |
OMNode.serializeAndConsume(java.io.Writer writer,
OMOutputFormat format)
Deprecated. This method is not meaningful on a node in general, but only on an OMElement. |
void |
OMElement.serializeAndConsume(java.io.Writer writer,
OMOutputFormat format)
Serialize the node without caching. |
void |
OMContainer.serializeAndConsume(java.io.Writer writer,
OMOutputFormat format)
Serialize the node without caching. |
| Constructors in org.apache.axiom.om with parameters of type OMOutputFormat | |
|---|---|
OMOutputFormat(OMOutputFormat format)
Constructs a new instance by copying the configuration from an existing instance. |
|
| Uses of OMOutputFormat in org.apache.axiom.om.ds |
|---|
| Methods in org.apache.axiom.om.ds with parameters of type OMOutputFormat | |
|---|---|
void |
WrappedTextNodeOMDataSourceFromDataSource.serialize(java.io.OutputStream out,
OMOutputFormat format)
|
void |
ParserInputStreamDataSource.serialize(java.io.OutputStream output,
OMOutputFormat format)
|
void |
OMDataSourceExtBase.serialize(java.io.OutputStream output,
OMOutputFormat format)
|
void |
InputStreamDataSource.serialize(java.io.OutputStream output,
OMOutputFormat format)
|
void |
WrappedTextNodeOMDataSourceFromReader.serialize(java.io.Writer writer,
OMOutputFormat format)
|
void |
WrappedTextNodeOMDataSourceFromDataSource.serialize(java.io.Writer writer,
OMOutputFormat format)
|
void |
OMDataSourceExtBase.serialize(java.io.Writer writer,
OMOutputFormat format)
|
void |
CharArrayDataSource.serialize(java.io.Writer writer,
OMOutputFormat format)
|
| Uses of OMOutputFormat in org.apache.axiom.om.impl |
|---|
| Methods in org.apache.axiom.om.impl that return OMOutputFormat | |
|---|---|
OMOutputFormat |
MTOMXMLStreamWriter.getOutputFormat()
Get the output format used by this writer. |
| Methods in org.apache.axiom.om.impl with parameters of type OMOutputFormat | |
|---|---|
static void |
MIMEOutputUtils.complete(java.io.OutputStream outStream,
byte[] xmlData,
java.util.LinkedList binaryNodeList,
java.lang.String boundary,
java.lang.String contentId,
java.lang.String charSetEncoding,
java.lang.String SOAPContentType,
OMOutputFormat omOutputFormat)
Deprecated. Use OMMultipartWriter instead. |
static javax.mail.internet.MimeBodyPart |
MIMEOutputUtils.createMimeBodyPart(java.lang.String contentID,
javax.activation.DataHandler dataHandler,
OMOutputFormat omOutputFormat)
Deprecated. This method is only useful in conjunction with MIMEOutputUtils.writeBodyPart(OutputStream, MimeBodyPart, String), which is deprecated. |
void |
MTOMXMLStreamWriter.setOutputFormat(OMOutputFormat format)
|
static void |
MIMEOutputUtils.writeDataHandlerWithAttachmentsMessage(javax.activation.DataHandler rootDataHandler,
java.lang.String contentType,
java.io.OutputStream outputStream,
java.util.Map attachments,
OMOutputFormat format)
Deprecated. Use OMMultipartWriter instead. |
static void |
MIMEOutputUtils.writeDataHandlerWithAttachmentsMessage(javax.activation.DataHandler rootDataHandler,
java.lang.String contentType,
java.io.OutputStream outputStream,
java.util.Map attachments,
OMOutputFormat format,
java.util.Collection ids)
Deprecated. Use OMMultipartWriter instead. |
static void |
MIMEOutputUtils.writeMM7Message(java.io.StringWriter writer,
java.io.OutputStream outputStream,
Attachments attachments,
OMOutputFormat format,
java.lang.String innerPartCID,
java.lang.String innerBoundary)
Deprecated. Axiom only supports standard SwA messages. However, OMMultipartWriter
provides a flexible way to build MIME packages for non standard formats such as
MM7. |
static void |
MIMEOutputUtils.writeSOAPWithAttachmentsMessage(java.io.StringWriter writer,
java.io.OutputStream outputStream,
Attachments attachments,
OMOutputFormat format)
Deprecated. Use OMMultipartWriter instead. |
| Constructors in org.apache.axiom.om.impl with parameters of type OMOutputFormat | |
|---|---|
MTOMXMLStreamWriter(java.io.OutputStream outStream,
OMOutputFormat format)
|
|
MTOMXMLStreamWriter(java.io.OutputStream outStream,
OMOutputFormat format,
boolean preserveAttachments)
Creates a new MTOMXMLStreamWriter with specified encoding. |
|
OMMultipartWriter(java.io.OutputStream out,
OMOutputFormat format)
|
|
| Uses of OMOutputFormat in org.apache.axiom.om.util |
|---|
| Methods in org.apache.axiom.om.util with parameters of type OMOutputFormat | |
|---|---|
static long |
CommonUtils.logDebug(OMElement om,
org.apache.commons.logging.Log log,
int limit,
OMOutputFormat format)
Writes the om to a log.debug. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||