|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.axiom.util.jaxb.UnmarshallerAdapter
public class UnmarshallerAdapter
Adapter that enables an Unmarshaller
to perform XOP/MTOM processing on an
XMLStreamReader
that exposes the DataHandlerReader
extension.
JAXBUtils.getUnmarshallerAdapter(XMLStreamReader)
Method Summary | |
---|---|
javax.xml.bind.attachment.AttachmentUnmarshaller |
getAttachmentUnmarshaller()
Get the AttachmentUnmarshaller to be configured on the Unmarshaller . |
XMLStreamReader |
getReader()
Get the XMLStreamReader to be passed to the Unmarshaller . |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public XMLStreamReader getReader()
XMLStreamReader
to be passed to the Unmarshaller
.
public javax.xml.bind.attachment.AttachmentUnmarshaller getAttachmentUnmarshaller()
AttachmentUnmarshaller
to be configured on the Unmarshaller
.
AttachmentUnmarshaller
instance; this may be null
if the
underlying XMLStreamReader
doesn't expose the DataHandlerReader
extension
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |