public abstract class JaxbOpenejb extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
JaxbOpenejb.NamespaceFilter |
| Modifier and Type | Field and Description |
|---|---|
static ThreadLocal<Set<String>> |
currentPublicId |
| Constructor and Description |
|---|
JaxbOpenejb() |
public static final ThreadLocal<Set<String>> currentPublicId
public static <T> T create(Class<T> type)
public static <T> T create(String type)
public static ServicesJar readServicesJar(String providerPath) throws OpenEJBException
OpenEJBExceptionpublic static ServicesJar parseServicesJar(InputStream in) throws ParserConfigurationException, SAXException, IOException
public static Openejb readConfig(String configFile) throws OpenEJBException
OpenEJBExceptionpublic static Openejb readConfig(InputSource in) throws IOException, SAXException, ParserConfigurationException
public static void writeConfig(String configFile, Openejb openejb) throws OpenEJBException
OpenEJBExceptionpublic 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> JAXBContext getContext(Class<T> type) throws JAXBException
JAXBExceptionpublic static <T> T unmarshal(Class<T> type, InputStream in, boolean filter) throws ParserConfigurationException, SAXException, JAXBException
public static <T> T unmarshal(Class<T> type, InputStream in) throws ParserConfigurationException, SAXException, JAXBException
public static ConnectionManager createConnectionManager()
public static Connector createConnector()
public static Container createContainer()
public static Deployments createDeployments()
public static Service createService()
public static JndiProvider createJndiProvider()
public static Openejb createOpenejb()
public static ProxyFactory createProxyFactory()
public static Resource createResource()
public static SecurityService createSecurityService()
public static ServiceProvider createServiceProvider()
public static ServicesJar createServicesJar()
public static TransactionManager createTransactionManager()
Copyright © 1999–2014 The Apache Software Foundation. All rights reserved.