API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.xml.bind.attachment. AttachmentUnmarshaller View Source
Author(s)
Marc Hadley
Kohsuke Kawaguchi
Joseph Fialli
Since
JAXB 2.0
Version
Serial
Hierarchy
 Object
      AttachmentUnmarshaller
Implements
Subclasses
Description
publicabstract abstract class AttachmentUnmarshaller
  Enables JAXB unmarshalling of a root document containing optimized binary data formats.
Constructors
public AttachmentUnmarshaller ()
Methods
Hide/Show inherited methods
publicabstract byte getAttachmentAsByteArray (String cid)
  Retrieve the attachment identified by content-id, cid, as a byte[]
publicabstract DataHandler getAttachmentAsDataHandler (String cid)
  Lookup MIME content by content-id, cid, and return as a DataHandler.
public boolean isXOPPackage ()
  Read-only property that returns true if JAXB unmarshaller needs to perform XOP processing.
Fields
Hide/Show inherited fields
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar