dev@jax-ws.java.net

SAAJ AttachmentPartImpl reference

From: Vivek Pandey <Vivek.Pandey_at_Sun.COM>
Date: Thu, 28 Sep 2006 09:16:06 -0700

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.