|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use OMOutputFormat | |
---|---|
org.apache.axiom.om | |
org.apache.axiom.om.ds | |
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 |
OMDocument.serialize(OutputStream output,
OMOutputFormat format)
Builds the OM node/tree and then serializes the document. |
void |
OMNode.serialize(OutputStream output,
OMOutputFormat format)
Serializes the node with caching. |
void |
OMDataSourceExt.serialize(OutputStream output,
OMOutputFormat format)
Serializes element data directly to stream. |
void |
OMDataSource.serialize(OutputStream output,
OMOutputFormat format)
Serializes element data directly to stream. |
void |
OMNode.serialize(Writer writer,
OMOutputFormat format)
Serializes the node with caching. |
void |
OMDataSourceExt.serialize(Writer writer,
OMOutputFormat format)
Serializes element data directly to writer. |
void |
OMDataSource.serialize(Writer writer,
OMOutputFormat format)
Serializes element data directly to writer. |
void |
OMDocument.serializeAndConsume(OutputStream output,
OMOutputFormat format)
Serializes the OMDocument. |
void |
OMNode.serializeAndConsume(OutputStream output,
OMOutputFormat format)
Serializes the node without caching. |
void |
OMNode.serializeAndConsume(Writer writer,
OMOutputFormat format)
Serializes the node without caching. |
Uses of OMOutputFormat in org.apache.axiom.om.ds |
---|
Methods in org.apache.axiom.om.ds with parameters of type OMOutputFormat | |
---|---|
void |
InputStreamDataSource.serialize(OutputStream output,
OMOutputFormat format)
|
void |
OMDataSourceExtBase.serialize(OutputStream output,
OMOutputFormat format)
|
void |
CharArrayDataSource.serialize(Writer writer,
OMOutputFormat format)
|
void |
OMDataSourceExtBase.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)
Invoked by MTOMXMLStreamWriter to write the SOAP Part and the attachements. |
static javax.mail.internet.MimeBodyPart |
MIMEOutputUtils.createMimeBodyPart(String contentID,
javax.activation.DataHandler dataHandler,
OMOutputFormat omOutputFormat)
|
void |
MTOMXMLStreamWriter.setOutputFormat(OMOutputFormat format)
|
static void |
MIMEOutputUtils.writeDataHandlerWithAttachmentsMessage(javax.activation.DataHandler rootDataHandler,
String contentType,
OutputStream outputStream,
Map attachments,
OMOutputFormat format)
|
static void |
MIMEOutputUtils.writeMM7Message(StringWriter writer,
OutputStream outputStream,
Attachments attachments,
OMOutputFormat format,
String innerPartCID,
String innerBoundary)
Pack all the attachments in to a multipart/related MIME part and attachs it as the second MIME Part of MIME message |
static void |
MIMEOutputUtils.writeSOAPWithAttachmentsMessage(StringWriter writer,
OutputStream outputStream,
Attachments attachments,
OMOutputFormat format)
|
Constructors in org.apache.axiom.om.impl with parameters of type OMOutputFormat | |
---|---|
MTOMXMLStreamWriter(OutputStream outStream,
OMOutputFormat format)
Creates a new MTOMXMLStreamWriter with specified encoding. |
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 |
OMNodeImpl.serialize(OutputStream output,
OMOutputFormat format)
|
void |
OMDocumentImpl.serialize(OutputStream output,
OMOutputFormat format)
Serializes the document directly to the output stream with caching enabled. |
void |
OMSourcedElementImpl.serialize(OutputStream output,
OMOutputFormat format)
|
void |
OMNodeImpl.serialize(Writer writer2,
OMOutputFormat format)
|
void |
OMSourcedElementImpl.serialize(Writer writer,
OMOutputFormat format)
|
void |
OMNodeImpl.serializeAndConsume(OutputStream output,
OMOutputFormat format)
|
void |
OMDocumentImpl.serializeAndConsume(OutputStream output,
OMOutputFormat format)
Serializes the document directly to the output stream with caching disabled. |
void |
OMSourcedElementImpl.serializeAndConsume(OutputStream output,
OMOutputFormat format)
|
void |
OMNodeImpl.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 |