Package | Description |
---|---|
javax.xml.bind | |
javax.xml.bind.util |
Modifier and Type | Method and Description |
---|---|
static JAXBContext |
JAXBContext.newInstance(Class... classesToBeBound) |
static JAXBContext |
JAXBContext.newInstance(Class[] classesToBeBound,
Map<String,?> properties) |
static JAXBContext |
JAXBContext.newInstance(String contextPath) |
static JAXBContext |
JAXBContext.newInstance(String contextPath,
ClassLoader classLoader) |
static JAXBContext |
JAXBContext.newInstance(String contextPath,
ClassLoader classLoader,
Map<String,?> properties) |
Constructor and Description |
---|
JAXBResult(JAXBContext context) |
JAXBSource(JAXBContext context,
Object contentObject) |
Copyright © 2013. All rights reserved.