|
||||||||||
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.impl.dom | |
org.apache.axiom.om.impl.llom | |
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 |
OMElement.serialize(OutputStream output,
OMOutputFormat format)
Serializes the node with caching. |
void |
OMNode.serialize(OutputStream output,
OMOutputFormat format)
Deprecated. This method is not meaningful on a node in general, but only on an OMElement . |
void |
OMContainer.serialize(OutputStream output,
OMOutputFormat format)
Serializes the node with caching. |
void |
OMDataSource.serialize(OutputStream output,
OMOutputFormat format)
Serializes element data directly to stream. |
void |
OMDataSourceExt.serialize(OutputStream output,
OMOutputFormat format)
Serializes element data directly to stream. |
void |
OMElement.serialize(Writer writer,
OMOutputFormat format)
Serializes the node with caching. |
void |
OMNode.serialize(Writer writer,
OMOutputFormat format)
Deprecated. This method is not meaningful on a node in general, but only on an OMElement . |
void |
OMContainer.serialize(Writer writer,
OMOutputFormat format)
Serializes the node with caching. |
void |
OMDataSource.serialize(Writer writer,
OMOutputFormat format)
Serializes element data directly to writer. |
void |
OMDataSourceExt.serialize(Writer writer,
OMOutputFormat format)
Serializes element data directly to writer. |
void |
OMElement.serializeAndConsume(OutputStream output,
OMOutputFormat format)
Serializes the node without caching. |
void |
OMNode.serializeAndConsume(OutputStream output,
OMOutputFormat format)
Deprecated. This method is not meaningful on a node in general, but only on an OMElement . |
void |
OMContainer.serializeAndConsume(OutputStream output,
OMOutputFormat format)
Serializes the node without caching. |
void |
OMElement.serializeAndConsume(Writer writer,
OMOutputFormat format)
Serializes the node without caching. |
void |
OMNode.serializeAndConsume(Writer writer,
OMOutputFormat format)
Deprecated. This method is not meaningful on a node in general, but only on an OMElement . |
void |
OMContainer.serializeAndConsume(Writer writer,
OMOutputFormat format)
Serializes 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 |
OMDataSourceExtBase.serialize(OutputStream output,
OMOutputFormat format)
|
void |
ParserInputStreamDataSource.serialize(OutputStream output,
OMOutputFormat format)
|
void |
InputStreamDataSource.serialize(OutputStream output,
OMOutputFormat format)
|
void |
WrappedTextNodeOMDataSourceFromDataSource.serialize(OutputStream out,
OMOutputFormat format)
|
void |
OMDataSourceExtBase.serialize(Writer writer,
OMOutputFormat format)
|
void |
CharArrayDataSource.serialize(Writer writer,
OMOutputFormat format)
|
void |
WrappedTextNodeOMDataSourceFromReader.serialize(Writer writer,
OMOutputFormat format)
|
void |
WrappedTextNodeOMDataSourceFromDataSource.serialize(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(OutputStream outStream,
byte[] xmlData,
LinkedList binaryNodeList,
String boundary,
String contentId,
String charSetEncoding,
String SOAPContentType,
OMOutputFormat omOutputFormat)
Deprecated. Use OMMultipartWriter instead. |
static MimeBodyPart |
MIMEOutputUtils.createMimeBodyPart(String contentID,
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(DataHandler rootDataHandler,
String contentType,
OutputStream outputStream,
Map attachments,
OMOutputFormat format)
Deprecated. Use OMMultipartWriter instead. |
static void |
MIMEOutputUtils.writeDataHandlerWithAttachmentsMessage(DataHandler rootDataHandler,
String contentType,
OutputStream outputStream,
Map attachments,
OMOutputFormat format,
Collection ids)
Deprecated. Use OMMultipartWriter instead. |
static void |
MIMEOutputUtils.writeMM7Message(StringWriter writer,
OutputStream outputStream,
Attachments attachments,
OMOutputFormat format,
String innerPartCID,
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(StringWriter writer,
OutputStream outputStream,
Attachments attachments,
OMOutputFormat format)
Deprecated. Use OMMultipartWriter instead. |
Constructors in org.apache.axiom.om.impl with parameters of type OMOutputFormat | |
---|---|
MTOMXMLStreamWriter(OutputStream outStream,
OMOutputFormat format)
Creates a new MTOMXMLStreamWriter with specified encoding. |
|
OMMultipartWriter(OutputStream out,
OMOutputFormat format)
|
Uses of OMOutputFormat in org.apache.axiom.om.impl.dom |
---|
Methods in org.apache.axiom.om.impl.dom with parameters of type OMOutputFormat | |
---|---|
void |
NodeImpl.serialize(OutputStream output,
OMOutputFormat format)
|
void |
DocumentImpl.serialize(OutputStream output,
OMOutputFormat format)
|
void |
NodeImpl.serialize(Writer writer2,
OMOutputFormat format)
|
void |
NodeImpl.serializeAndConsume(OutputStream output,
OMOutputFormat format)
|
void |
DocumentImpl.serializeAndConsume(OutputStream output,
OMOutputFormat format)
|
void |
NodeImpl.serializeAndConsume(Writer writer2,
OMOutputFormat format)
|
Uses of OMOutputFormat in org.apache.axiom.om.impl.llom |
---|
Methods in org.apache.axiom.om.impl.llom with parameters of type OMOutputFormat | |
---|---|
void |
OMSerializableImpl.serialize(OutputStream output,
OMOutputFormat format)
|
void |
OMSourcedElementImpl.serialize(OutputStream output,
OMOutputFormat format)
|
void |
OMSerializableImpl.serialize(Writer writer2,
OMOutputFormat format)
|
void |
OMSourcedElementImpl.serialize(Writer writer,
OMOutputFormat format)
|
void |
OMSerializableImpl.serializeAndConsume(OutputStream output,
OMOutputFormat format)
|
void |
OMSourcedElementImpl.serializeAndConsume(OutputStream output,
OMOutputFormat format)
|
void |
OMSerializableImpl.serializeAndConsume(Writer writer2,
OMOutputFormat format)
|
void |
OMSourcedElementImpl.serializeAndConsume(Writer writer,
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 |