public final class ContextFactory extends Object
Modifier and Type | Method and Description |
---|---|
static JAXBContext |
createContext(Class[] classes,
Map<String,Object> properties) |
static JAXBContext |
createContext(String contextPath,
ClassLoader classLoader,
Map<String,Object> properties) |
static JAXBContext |
newContext(Class[] classes,
Map<String,Object> properties) |
public static JAXBContext newContext(Class[] classes, Map<String,Object> properties) throws Exception
Exception
public static JAXBContext createContext(Class[] classes, Map<String,Object> properties) throws Exception
Exception
public static JAXBContext createContext(String contextPath, ClassLoader classLoader, Map<String,Object> properties) throws Exception
Exception
Copyright © 2008–2022 Apache Software Foundation. All rights reserved.