Package | Description |
---|---|
org.apache.axiom.om |
Contains core interfaces of the Axiom API.
|
org.apache.axiom.om.impl.builder | |
org.apache.axiom.om.impl.common.factory | |
org.apache.axiom.soap.impl.builder | |
org.apache.axiom.util.stax.xop |
Contains classes to encode and decode XOP infosets.
|
Modifier and Type | Method and Description |
---|---|
OMXMLParserWrapper |
OMMetaFactory.createOMBuilder(StAXParserConfiguration configuration,
OMFactory omFactory,
InputSource rootPart,
MimePartProvider mimePartProvider)
Create an XOP aware object model builder.
|
SOAPModelBuilder |
OMMetaFactory.createSOAPModelBuilder(StAXParserConfiguration configuration,
SOAPFactory soapFactory,
InputSource rootPart,
MimePartProvider mimePartProvider)
Create an MTOM aware object model builder.
|
Modifier and Type | Class and Description |
---|---|
class |
OMAttachmentAccessorMimePartProvider
Adapts an
OMAttachmentAccessor instance to the MimePartProvider interface. |
Constructor and Description |
---|
XOPAwareStAXOMBuilder(OMFactory omFactory,
XMLStreamReader reader,
MimePartProvider mimePartProvider) |
Modifier and Type | Method and Description |
---|---|
OMXMLParserWrapper |
AbstractOMMetaFactory.createOMBuilder(StAXParserConfiguration configuration,
OMFactory omFactory,
InputSource rootPart,
MimePartProvider mimePartProvider) |
SOAPModelBuilder |
AbstractOMMetaFactory.createSOAPModelBuilder(StAXParserConfiguration configuration,
SOAPFactory soapFactory,
InputSource rootPart,
MimePartProvider mimePartProvider) |
Constructor and Description |
---|
MTOMStAXSOAPModelBuilder(SOAPFactory soapFactory,
XMLStreamReader reader,
MimePartProvider mimePartProvider) |
Modifier and Type | Class and Description |
---|---|
class |
XOPEncodingStreamReader
XMLStreamReader wrapper that encodes XOP. |
class |
XOPEncodingStreamWrapper
Base class for
XOPEncodingStreamReader and XOPEncodingStreamWriter . |
class |
XOPEncodingStreamWriter
XMLStreamWriter wrapper that encodes XOP. |
Modifier and Type | Method and Description |
---|---|
MimePartProvider |
XOPEncodedStream.getMimePartProvider()
Get the provider object for the additional MIME parts referenced by the
main part.
|
Constructor and Description |
---|
XOPDecodingStreamReader(XMLStreamReader parent,
MimePartProvider mimePartProvider)
Constructor.
|
XOPDecodingStreamWriter(XMLStreamWriter parent,
MimePartProvider mimePartProvider)
Constructor.
|
Copyright © 2004–2022 The Apache Software Foundation. All rights reserved.