Create an adapter that enables an
Unmarshaller to perform XOP/MTOM processing on an
XMLStreamReader that exposes the
DataHandlerReader extension. This method
should be used in the following way:
- Create the
Unmarshaller.
- Call this method with the
XMLStreamReader to be unmarshalled.
- Configure the
Unmarshaller with the AttachmentUnmarshaller returned by
UnmarshallerAdapter.getAttachmentUnmarshaller().
- Call
Unmarshaller.unmarshal(XMLStreamReader) or
Unmarshaller.unmarshal(XMLStreamReader, Class), passing the XMLStreamReader
returned by UnmarshallerAdapter.getReader() as parameter.