com.sun.xml.ws.message.DataHandlerAttachment we have this code:
------
// TODO fix the hack
// So that SAAJ registers DCHs for MIME types
static {
new com.sun.xml.messaging.saaj.soap.AttachmentPartImpl();
}
------
I thought we dont need to expose such a thing for xwss purposes. Anyone
knows why this code was added here?
-vivek.