java.lang.Objectjavax.xml.bind.attachment.AttachmentUnmarshaller
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, #isXOPPackage() and provides retrieval of binary content stored as attachments by content-id.
getAttachment*(String cid)
ref:swaRef
specified in
Section 4.4 Referencing Attachments from the SOAP Envelope
Marc
- HadleyKohsuke
- KawaguchiJoseph
- FialliJAXB
- 2.0Method from javax.xml.bind.attachment.AttachmentUnmarshaller Summary: |
---|
getAttachmentAsByteArray, getAttachmentAsDataHandler, isXOPPackage |
Methods from java.lang.Object: |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method from javax.xml.bind.attachment.AttachmentUnmarshaller Detail: | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
Retrieve the attachment identified by content-id, | ||||||||||||
Lookup MIME content by content-id, The returned
| ||||||||||||
Read-only property that returns true if JAXB unmarshaller needs to perform XOP processing. This method returns |