| Package | Description |
|---|---|
| org.apache.axiom.om |
Contains core interfaces of the Axiom API.
|
| org.apache.axiom.om.impl | |
| org.apache.axiom.om.impl.builder | |
| org.apache.axiom.soap.impl.builder |
| Modifier and Type | Method and Description |
|---|---|
static OMXMLParserWrapper |
OMXMLBuilderFactory.createOMBuilder(OMFactory omFactory,
StAXParserConfiguration configuration,
Attachments attachments)
Create an XOP aware model builder from the provided
Attachments object using a
specified object model factory and with a given parser configuration. |
static OMXMLParserWrapper |
OMXMLBuilderFactory.createOMBuilder(StAXParserConfiguration configuration,
Attachments attachments)
Create an XOP aware model builder from the provided
Attachments object and with a
given parser configuration. |
static SOAPModelBuilder |
OMXMLBuilderFactory.createSOAPModelBuilder(Attachments attachments)
Create an MTOM aware model builder from the provided
Attachments object. |
static SOAPModelBuilder |
OMXMLBuilderFactory.createSOAPModelBuilder(OMMetaFactory metaFactory,
Attachments attachments)
Create an MTOM aware model builder from the provided
Attachments object using a
particular Axiom implementation. |
private static org.xml.sax.InputSource |
OMXMLBuilderFactory.getRootPartInputSource(Attachments attachments,
javax.mail.internet.ContentType contentType) |
| Modifier and Type | Method and Description |
|---|---|
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. |
| Modifier and Type | Field and Description |
|---|---|
(package private) Attachments |
XOPAwareStAXOMBuilder.attachments
Attachments handles deferred parsing of incoming MIME Messages. |
| Modifier and Type | Method and Description |
|---|---|
Attachments |
XOPBuilder.getAttachments() |
Attachments |
XOPAwareStAXOMBuilder.getAttachments() |
| Constructor and Description |
|---|
XOPAwareStAXOMBuilder(java.io.InputStream inStream,
Attachments attachments) |
XOPAwareStAXOMBuilder(OMFactory ombuilderFactory,
javax.xml.stream.XMLStreamReader parser,
Attachments attachments)
Constructor StAXOMBuilder.
|
XOPAwareStAXOMBuilder(OMFactory factory,
javax.xml.stream.XMLStreamReader parser,
OMElement element,
Attachments attachments)
Constructor linked to existing element.
|
XOPAwareStAXOMBuilder(java.lang.String filePath,
Attachments attachments) |
XOPAwareStAXOMBuilder(javax.xml.stream.XMLStreamReader parser,
Attachments attachments)
Constructor StAXXOPAwareOMBuilder.
|
| Modifier and Type | Field and Description |
|---|---|
private Attachments |
MTOMStAXSOAPModelBuilder.attachments
Attachments handles deferred parsing of incoming MIME Messages. |
| Modifier and Type | Method and Description |
|---|---|
Attachments |
MTOMStAXSOAPModelBuilder.getAttachments() |
| Constructor and Description |
|---|
MTOMStAXSOAPModelBuilder(javax.xml.stream.XMLStreamReader reader,
Attachments attachments) |
MTOMStAXSOAPModelBuilder(javax.xml.stream.XMLStreamReader reader,
Attachments attachments,
java.lang.String soapVersion) |
MTOMStAXSOAPModelBuilder(javax.xml.stream.XMLStreamReader parser,
SOAPFactory factory,
Attachments attachments,
java.lang.String soapVersion) |