public void serialize(QName name, Attributes attributes,
Object value, SerializationContext context)
throws IOException
{
DataHandler dh = new DataHandler(
new ImageDataSource("source", (Image) value));
super.serialize(name, attributes, dh, context);
} // serialize