public final class Unmarshal<T> extends Object implements PrivilegedExceptionAction<JAXBElement<T>>
| Modifier and Type | Method and Description |
|---|---|
static <T> Unmarshal<T> |
action(Unmarshaller unmarshaller,
XMLEventReader xmlEventReader,
Class<T> clazz) |
JAXBElement<T> |
run() |
public static <T> Unmarshal<T> action(Unmarshaller unmarshaller, XMLEventReader xmlEventReader, Class<T> clazz)
public JAXBElement<T> run() throws JAXBException
run in interface PrivilegedExceptionAction<JAXBElement<T>>JAXBExceptionCopyright © 2018 JBoss by Red Hat. All rights reserved.