public class UnmarshallerHandlerImpl extends StaxContentHandler implements UnmarshallerHandler, StaxContentHandler.StaxParser
StaxContentHandler.StaxParser
Constructor and Description |
---|
UnmarshallerHandlerImpl(ExtendedUnmarshaller extendedUnmarshaller) |
Modifier and Type | Method and Description |
---|---|
Object |
getResult() |
Class<?> |
getType() |
void |
parse(XMLEventReader reader) |
void |
setType(Class<?> type) |
characters, destroy, endDocument, endElement, endPrefixMapping, getStaxParser, getTimeout, ignorableWhitespace, processingInstruction, setDocumentLocator, setStaxParser, setTimeout, skippedEntity, startDocument, startElement, startPrefixMapping
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
characters, endDocument, endElement, endPrefixMapping, ignorableWhitespace, processingInstruction, setDocumentLocator, skippedEntity, startDocument, startElement, startPrefixMapping
public UnmarshallerHandlerImpl(ExtendedUnmarshaller extendedUnmarshaller)
public Class<?> getType()
public void setType(Class<?> type)
public Object getResult() throws JAXBException, IllegalStateException
getResult
in interface UnmarshallerHandler
JAXBException
IllegalStateException
public void parse(XMLEventReader reader)
parse
in interface StaxContentHandler.StaxParser
Copyright © 2007–2019. All rights reserved.