public class UnmarshallerAdapter extends Object
Unmarshaller
to perform XOP/MTOM processing on an
XMLStreamReader
that exposes the DataHandlerReader
extension.Modifier and Type | Method and Description |
---|---|
AttachmentUnmarshaller |
getAttachmentUnmarshaller()
Get the
AttachmentUnmarshaller to be configured on the Unmarshaller . |
XMLStreamReader |
getReader()
Get the
XMLStreamReader to be passed to the Unmarshaller . |
public XMLStreamReader getReader()
XMLStreamReader
to be passed to the Unmarshaller
.public AttachmentUnmarshaller getAttachmentUnmarshaller()
AttachmentUnmarshaller
to be configured on the Unmarshaller
.AttachmentUnmarshaller
instance; this may be null
if the
underlying XMLStreamReader
doesn't expose the DataHandlerReader
extensionCopyright © 2004–2022 The Apache Software Foundation. All rights reserved.