com.sun.xml.bind.v2.runtime
public final class MimeTypedTransducer<V> extends FilterTransducer<V>
Combined with Transducer implementations (such as one for Image), this is used to control the marshalling of the BLOB types.
Constructor Summary | |
---|---|
MimeTypedTransducer(Transducer<V> core, MimeType expectedMimeType) |
Method Summary | |
---|---|
CharSequence | print(V o) |
void | writeLeafElement(XMLSerializer w, Name tagName, V o, String fieldName) |
void | writeText(XMLSerializer w, V o, String fieldName) |