final public class Base64Data extends Pcdata(Code)
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.
See Also:XmlVisitor.text(CharSequence) See Also:XMLSerializer.text(PcdataString) author: Kohsuke Kawaguchi
Method Summary
public char
charAt(int index) Encode this binary data in the base64 encoding
and returns the character at the specified position.