users@jaxb.java.net

unmarshalling a MIME package

From: Mark Hansen <mark_at_javector.com>
Date: Wed, 02 Nov 2005 10:22:51 -0500

If you set the AttachmentUnmarshaller using
Unmarshaller.setAttachmentUnmarshaller, does that mean that you can pass
the Unmarshaller a MIME package - maybe as a stream using
Unmarshaller.unmarshal(java.io.InputStream is) method?

Or do you need to let the JAX-WS implementation do the MIME processing
and delegate the MTOM unmarshalling to JAXB "behind the scenes"?

Thanks,

Mark