org.jboss.deployment
Class J2eeModuleMetaData
java.lang.Object
org.jboss.metadata.MetaData (src)
org.jboss.deployment.J2eeModuleMetaData
- All Implemented Interfaces:
- java.lang.Cloneable, XmlLoadable (src)
- public class J2eeModuleMetaData
- extends MetaData (src)
The metadata for an application/module element
Methods inherited from class org.jboss.metadata.MetaData (src) |
clone, getChildrenByTagName, getElementAttribute, getElementContent, getElementContent, getFirstElementContent, getOptionalChild, getOptionalChild, getOptionalChildBooleanContent, getOptionalChildBooleanContent, getOptionalChildContent, getOptionalChildContent, getUniqueChild, getUniqueChildContent, importEjbJarXml, importJbossXml, jdk13Enabled |
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EJB
public static final int EJB
- See Also:
- Constant Field Values (src)
WEB
public static final int WEB
- See Also:
- Constant Field Values (src)
CLIENT
public static final int CLIENT
- See Also:
- Constant Field Values (src)
CONNECTOR
public static final int CONNECTOR
- See Also:
- Constant Field Values (src)
SERVICE
public static final int SERVICE
- See Also:
- Constant Field Values (src)
HAR
public static final int HAR
- See Also:
- Constant Field Values (src)
J2eeModuleMetaData
public J2eeModuleMetaData()
isEjb
public boolean isEjb()
isWeb
public boolean isWeb()
isJava
public boolean isJava()
isConnector
public boolean isConnector()
getFileName
public java.lang.String getFileName()
getAlternativeDD
public java.lang.String getAlternativeDD()
getWebContext
public java.lang.String getWebContext()
importXml
public void importXml(org.w3c.dom.Element rootElement)
throws DeploymentException (src)
- Description copied from class:
MetaData (src)
- Imports either the jboss or ejb-jar from the given element.
- Specified by:
importXml
in interface XmlLoadable (src)
- Overrides:
importXml
in class MetaData (src)
- Parameters:
rootElement
- The element to import.
- Throws:
DeploymentException (src)
- Unrecognized root tag.
importXml
protected void importXml(org.w3c.dom.Element element,
boolean jbossSpecific)
throws DeploymentException (src)
- Throws:
DeploymentException (src)