String id = AttachmentUtil.createContentID(getSchemaType().getNamespaceURI());
Attachment att = createAttachment(object, id);
attachments.addPart(att);
String contentType = getContentType(object, context);
if (contentType != null)
{
MessageWriter mt = writer.getAttributeWriter(XML_MIME_TYPE);