Enables JAXB unmarshalling of a root document containing optimized binary data formats.
This API enables an efficient cooperative processing of optimized
binary data formats between a JAXB 2.0 implementation and MIME-based package
processor (MTOM/XOP and WS-I AP 1.0). JAXB unmarshals the body of a package, delegating the
understanding of the packaging format being used to a MIME-based
package processor that implements this abstract class.
This abstract class identifies if a package requires XOP processing, {@link #isXOPPackage()} and provides retrieval of binary content stored as attachments by content-id.
Identifying the content-id, cid, to pass to getAttachment*(String cid)
|