public class ReadDescriptors extends java.lang.Object implements DynamicDeployer
| Modifier and Type | Class and Description |
|---|---|
static interface |
ReadDescriptors.Source |
static class |
ReadDescriptors.StringSource |
static class |
ReadDescriptors.UrlSource |
| Modifier and Type | Field and Description |
|---|---|
static TldTaglib |
SKIP_TAGLIB |
| Constructor and Description |
|---|
ReadDescriptors() |
| Modifier and Type | Method and Description |
|---|---|
static Resources |
check(Resources resources) |
static void |
checkDuplicatedByBeansXml(Beans beans,
Beans complete) |
AppModule |
deploy(AppModule appModule) |
static ApplicationClient |
readApplicationClient(java.net.URL url) |
static Beans |
readBeans(java.io.InputStream inputStream) |
static Connector |
readConnector(java.net.URL url) |
void |
readEjbJar(EjbModule ejbModule,
AppModule appModule) |
static EjbJar |
readEjbJar(java.io.InputStream is) |
static FacesConfig |
readFacesConfig(java.net.URL url) |
static HandlerChains |
readHandlerChains(java.net.URL url) |
static JavaWsdlMapping |
readJaxrpcMapping(java.net.URL url) |
static void |
readResourcesXml(Module module) |
static TldTaglib |
readTldTaglib(java.net.URL url) |
static WebApp |
readWebApp(java.net.URL url) |
static Webservices |
readWebservices(java.net.URL url) |
public static final TldTaglib SKIP_TAGLIB
public AppModule deploy(AppModule appModule) throws OpenEJBException
deploy in interface DynamicDeployerOpenEJBExceptionpublic static void readResourcesXml(Module module)
public void readEjbJar(EjbModule ejbModule, AppModule appModule) throws OpenEJBException
OpenEJBExceptionpublic static ApplicationClient readApplicationClient(java.net.URL url) throws OpenEJBException
OpenEJBExceptionpublic static EjbJar readEjbJar(java.io.InputStream is) throws OpenEJBException
OpenEJBExceptionpublic static Beans readBeans(java.io.InputStream inputStream) throws OpenEJBException
OpenEJBExceptionpublic static Webservices readWebservices(java.net.URL url) throws OpenEJBException
OpenEJBExceptionpublic static HandlerChains readHandlerChains(java.net.URL url) throws OpenEJBException
OpenEJBExceptionpublic static JavaWsdlMapping readJaxrpcMapping(java.net.URL url) throws OpenEJBException
OpenEJBExceptionpublic static Connector readConnector(java.net.URL url) throws OpenEJBException
OpenEJBExceptionpublic static WebApp readWebApp(java.net.URL url) throws OpenEJBException
OpenEJBExceptionpublic static TldTaglib readTldTaglib(java.net.URL url) throws OpenEJBException
OpenEJBExceptionpublic static FacesConfig readFacesConfig(java.net.URL url) throws OpenEJBException
OpenEJBException