| Package | Description |
|---|---|
| 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.impl.dom | |
| org.apache.axiom.om.impl.llom | |
| org.apache.axiom.om.util | |
| org.apache.axiom.ts.om.sourcedelement | |
| org.apache.axiom.ts.soap.envelope |
| Modifier and Type | Method and Description |
|---|---|
void |
OMElement.serialize(java.io.OutputStream output,
OMOutputFormat format)
Serialize the node with caching enabled.
|
void |
OMContainer.serialize(java.io.OutputStream output,
OMOutputFormat format)
Serialize the node with caching enabled.
|
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 |
OMDataSource.serialize(java.io.OutputStream output,
OMOutputFormat format)
Serializes element data directly to stream.
|
void |
OMElement.serialize(java.io.Writer writer,
OMOutputFormat format)
Serialize the node with caching enabled.
|
void |
OMContainer.serialize(java.io.Writer writer,
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 |
OMDataSource.serialize(java.io.Writer writer,
OMOutputFormat format)
Serializes element data directly to writer.
|
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.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.Writer writer,
OMOutputFormat format)
Serialize the node without caching.
|
void |
OMContainer.serializeAndConsume(java.io.Writer writer,
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. |
| Constructor and Description |
|---|
OMOutputFormat(OMOutputFormat format)
Constructs a new instance by copying the configuration from an existing instance.
|
| Modifier and Type | Method and Description |
|---|---|
void |
InputStreamDataSource.serialize(java.io.OutputStream output,
OMOutputFormat format) |
void |
OMDataSourceExtBase.serialize(java.io.OutputStream output,
OMOutputFormat format)
Deprecated.
|
void |
ParserInputStreamDataSource.serialize(java.io.OutputStream output,
OMOutputFormat format) |
void |
AbstractOMDataSource.serialize(java.io.OutputStream out,
OMOutputFormat format) |
void |
OMDataSourceExtBase.serialize(java.io.Writer writer,
OMOutputFormat format)
Deprecated.
|
void |
CharArrayDataSource.serialize(java.io.Writer writer,
OMOutputFormat format) |
void |
AbstractOMDataSource.serialize(java.io.Writer writer,
OMOutputFormat format) |
| Modifier and Type | Field and Description |
|---|---|
private OMOutputFormat |
OptimizationPolicyImpl.format |
private OMOutputFormat |
MTOMXMLStreamWriter.format |
private OMOutputFormat |
OMMultipartWriter.format |
| Modifier and Type | Method and Description |
|---|---|
OMOutputFormat |
MTOMXMLStreamWriter.getOutputFormat()
Get the output format used by this writer.
|
| Modifier and Type | Method and Description |
|---|---|
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. |
| Constructor and Description |
|---|
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) |
OptimizationPolicyImpl(OMOutputFormat format) |
| Modifier and Type | Method and Description |
|---|---|
void |
DocumentImpl.serialize(java.io.OutputStream output,
OMOutputFormat format) |
void |
NodeImpl.serialize(java.io.OutputStream output,
OMOutputFormat format) |
void |
NodeImpl.serialize(java.io.Writer writer2,
OMOutputFormat format) |
void |
DocumentImpl.serializeAndConsume(java.io.OutputStream output,
OMOutputFormat format) |
void |
NodeImpl.serializeAndConsume(java.io.OutputStream output,
OMOutputFormat format) |
void |
NodeImpl.serializeAndConsume(java.io.Writer writer2,
OMOutputFormat format) |
| Modifier and Type | Method and Description |
|---|---|
void |
OMSerializableImpl.serialize(java.io.OutputStream output,
OMOutputFormat format) |
void |
OMSourcedElementImpl.serialize(java.io.OutputStream output,
OMOutputFormat format) |
void |
OMSerializableImpl.serialize(java.io.Writer writer2,
OMOutputFormat format) |
void |
OMSourcedElementImpl.serialize(java.io.Writer writer,
OMOutputFormat format) |
void |
OMSerializableImpl.serializeAndConsume(java.io.OutputStream output,
OMOutputFormat format) |
void |
OMSourcedElementImpl.serializeAndConsume(java.io.OutputStream output,
OMOutputFormat format) |
void |
OMSerializableImpl.serializeAndConsume(java.io.Writer writer2,
OMOutputFormat format) |
void |
OMSourcedElementImpl.serializeAndConsume(java.io.Writer writer,
OMOutputFormat format) |
| Modifier and Type | Method and Description |
|---|---|
static long |
CommonUtils.logDebug(OMElement om,
org.apache.commons.logging.Log log,
int limit,
OMOutputFormat format)
Writes the om to a log.debug.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TestDataSource.serialize(java.io.OutputStream output,
OMOutputFormat format) |
void |
TestDataSource.serialize(java.io.Writer writer,
OMOutputFormat format) |
| Modifier and Type | Method and Description |
|---|---|
void |
TestSerializeAndConsumeWithOMSEInBody.DummySource.serialize(java.io.OutputStream output,
OMOutputFormat format) |
void |
TestSerializeAndConsumeWithOMSEInBody.DummySource.serialize(java.io.Writer writer,
OMOutputFormat format) |