|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MimePartProvider | |
---|---|
org.apache.axiom.om | Contains core interfaces of the Axiom API. |
org.apache.axiom.om.impl.builder | |
org.apache.axiom.soap.impl.builder | |
org.apache.axiom.util.stax.xop | Contains classes to encode and decode XOP infosets. |
Uses of MimePartProvider in org.apache.axiom.om |
---|
Methods in org.apache.axiom.om with parameters of type MimePartProvider | |
---|---|
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. |
Uses of MimePartProvider in org.apache.axiom.om.impl.builder |
---|
Classes in org.apache.axiom.om.impl.builder that implement MimePartProvider | |
---|---|
class |
OMAttachmentAccessorMimePartProvider
Adapts an OMAttachmentAccessor instance to the MimePartProvider interface. |
Constructors in org.apache.axiom.om.impl.builder with parameters of type MimePartProvider | |
---|---|
XOPAwareStAXOMBuilder(OMFactory omFactory,
XMLStreamReader reader,
MimePartProvider mimePartProvider)
|
Uses of MimePartProvider in org.apache.axiom.soap.impl.builder |
---|
Constructors in org.apache.axiom.soap.impl.builder with parameters of type MimePartProvider | |
---|---|
MTOMStAXSOAPModelBuilder(SOAPFactory soapFactory,
XMLStreamReader reader,
MimePartProvider mimePartProvider)
|
Uses of MimePartProvider in org.apache.axiom.util.stax.xop |
---|
Classes in org.apache.axiom.util.stax.xop that implement MimePartProvider | |
---|---|
class |
XOPEncodingStreamReader
XMLStreamReader wrapper that encodes XOP. |
class |
XOPEncodingStreamWrapper
Base class for XOPEncodingStreamReader and XOPEncodingStreamWriter . |
class |
XOPEncodingStreamWriter
XMLStreamWriter wrapper that encodes XOP. |
Methods in org.apache.axiom.util.stax.xop that return MimePartProvider | |
---|---|
MimePartProvider |
XOPEncodedStream.getMimePartProvider()
Get the provider object for the additional MIME parts referenced by the main part. |
Constructors in org.apache.axiom.util.stax.xop with parameters of type MimePartProvider | |
---|---|
XOPDecodingStreamReader(XMLStreamReader parent,
MimePartProvider mimePartProvider)
Constructor. |
|
XOPDecodingStreamWriter(XMLStreamWriter parent,
MimePartProvider mimePartProvider)
Constructor. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |