This class is not part of the public API.

Class: com.sun.xml.internal.bind.v2.runtime.unmarshaller.Base64Data

  • public final class Base64Data
  • extends Pcdata
Fed to unmarshaller when the 'text' data is actually a virtual image of base64 encoding of the binary data transferred on the wire. Used for the MTOM support. This object is mutable and the owner of this object can reuse it with new data. Also used by the marshaller to write out the binary data that could be possibly attached.
Authors:
@author Kohsuke Kawaguchi
See:
@see com.sun.xml.internal.bind.v2.runtime.unmarshaller.XmlVisitor.text(java.lang.CharSequence)
@see com.sun.xml.internal.bind.v2.runtime.XMLSerializer.text(com.sun.xml.internal.bind.v2.runtime.output.Pcdata, java.lang.String)

Inheritance

Superclass tree: Implements:

Methods

Fields