public abstract static class JAXBContext.JAXBContextInput
extends java.lang.Object
Constructor and Description |
---|
JAXBContext.JAXBContextInput(java.util.Map properties, java.lang.ClassLoader classLoader)
Create a new JAXBContextInput with the specified Map of properties and ClassLoader.
|
public JAXBContext.JAXBContextInput(java.util.Map properties, java.lang.ClassLoader classLoader)
properties
- Map of properties.classLoader
- the classLoader to use. If null then Thread.currentThread().getContextClassLoader() will be used.