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 DynamicDeployer
OpenEJBException
public static void readResourcesXml(Module module)
public void readEjbJar(EjbModule ejbModule, AppModule appModule) throws OpenEJBException
OpenEJBException
public static ApplicationClient readApplicationClient(java.net.URL url) throws OpenEJBException
OpenEJBException
public static EjbJar readEjbJar(java.io.InputStream is) throws OpenEJBException
OpenEJBException
public static Beans readBeans(java.io.InputStream inputStream) throws OpenEJBException
OpenEJBException
public static Webservices readWebservices(java.net.URL url) throws OpenEJBException
OpenEJBException
public static HandlerChains readHandlerChains(java.net.URL url) throws OpenEJBException
OpenEJBException
public static JavaWsdlMapping readJaxrpcMapping(java.net.URL url) throws OpenEJBException
OpenEJBException
public static Connector readConnector(java.net.URL url) throws OpenEJBException
OpenEJBException
public static WebApp readWebApp(java.net.URL url) throws OpenEJBException
OpenEJBException
public static TldTaglib readTldTaglib(java.net.URL url) throws OpenEJBException
OpenEJBException
public static FacesConfig readFacesConfig(java.net.URL url) throws OpenEJBException
OpenEJBException