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
Exceptionpublic static JAXBContext createContext(Class[] classes, Map<String,Object> properties) throws Exception
Exceptionpublic static JAXBContext createContext(String contextPath, ClassLoader classLoader, Map<String,Object> properties) throws Exception
ExceptionCopyright © 2008–2023 Apache Software Foundation. All rights reserved.