public final class Unmarshal<T> extends Object implements PrivilegedExceptionAction<JAXBElement<T>>
Modifier and Type | Method and Description |
---|---|
static <T> Unmarshal<T> |
action(Unmarshaller unmarshaller,
Source source,
Class<T> clazz) |
JAXBElement<T> |
run() |
public static <T> Unmarshal<T> action(Unmarshaller unmarshaller, Source source, Class<T> clazz)
public JAXBElement<T> run() throws JAXBException
run
in interface PrivilegedExceptionAction<JAXBElement<T>>
JAXBException
Copyright © 2007-2014 Red Hat Middleware, LLC. All Rights Reserved