public class JaxbWls extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
JaxbWls.NamespaceFilter |
| Modifier and Type | Field and Description |
|---|---|
static ThreadLocal<Set<String>> |
currentPublicId |
| Constructor and Description |
|---|
JaxbWls() |
public static final ThreadLocal<Set<String>> currentPublicId
public static <T> String marshal(Class<T> type, Object object) throws JAXBException
JAXBExceptionpublic static <T> void marshal(Class<T> type, Object object, OutputStream out) throws JAXBException
JAXBExceptionpublic static <T> Object unmarshal(Class<T> type, InputStream in) throws ParserConfigurationException, SAXException, JAXBException
Copyright © 1999–2014 The Apache Software Foundation. All rights reserved.