Uses of Class
org.apache.axiom.mime.MultipartBody
Packages that use MultipartBody
Package
Description
Contains interfaces for MIME message processing.
Contains core interfaces of the Axiom API.
-
Uses of MultipartBody in org.apache.axiom.attachments
Methods in org.apache.axiom.attachments that return MultipartBody -
Uses of MultipartBody in org.apache.axiom.mime
Methods in org.apache.axiom.mime that return MultipartBody -
Uses of MultipartBody in org.apache.axiom.om
Methods in org.apache.axiom.om with parameters of type MultipartBodyModifier and TypeMethodDescriptionOMMetaFactorySPI.createOMBuilder
(StAXParserConfiguration configuration, MultipartBody message) Create an XOP aware object model builder.static OMXMLParserWrapper
OMXMLBuilderFactory.createOMBuilder
(OMFactory omFactory, StAXParserConfiguration configuration, MultipartBody message) Create an XOP aware model builder from the providedMultipartBody
object using a specified object model factory and with a given parser configuration.static OMXMLParserWrapper
OMXMLBuilderFactory.createOMBuilder
(StAXParserConfiguration configuration, MultipartBody message) Create an XOP aware model builder from the providedMultipartBody
object and with a given parser configuration.OMMetaFactorySPI.createSOAPModelBuilder
(MultipartBody message) Create an MTOM aware object model builder.static SOAPModelBuilder
OMXMLBuilderFactory.createSOAPModelBuilder
(MultipartBody message) Create an MTOM aware model builder from the providedMultipartBody
object.static SOAPModelBuilder
OMXMLBuilderFactory.createSOAPModelBuilder
(OMMetaFactory metaFactory, MultipartBody message) Create an MTOM aware model builder from the providedMultipartBody
object using a particular Axiom implementation.