| Package | Description |
|---|---|
| org.jboss.metadata.ejb.parser.jboss.ejb3 | |
| org.jboss.metadata.ejb.parser.spec | |
| org.jboss.metadata.ejb.spec |
| Constructor and Description |
|---|
JBossEnterpriseBeansMetaDataParser(EjbJarVersion ejbJarVersion) |
| Modifier and Type | Method and Description |
|---|---|
static EjbJarVersion |
EjbJarNamespaceMapping.getEjbJarVersion(String namespace) |
protected static EjbJarVersion |
AbstractEjbJarMetaDataParser.readVersionAttribute(XMLStreamReader reader)
Reads the "version" attribute of ejb-jar element and returns the corresponding
EjbJarVersion. |
| Modifier and Type | Method and Description |
|---|---|
static EnterpriseBeansMetaData |
EnterpriseBeansMetaDataParser.parse(XMLStreamReader reader,
EjbJarVersion ejbJarVersion,
PropertyReplacer propertyReplacer)
Deprecated.
use AbstractMetaDataParser setup
|
| Constructor and Description |
|---|
EnterpriseBeansMetaDataParser(EjbJarVersion ejbJarVersion) |
| Modifier and Type | Method and Description |
|---|---|
EjbJarVersion |
EnterpriseBeanMetaData.getEjbJarVersion()
A shortcut for getEjbJarMetaData().getEjbJarVersion()
|
EjbJarVersion |
EjbJarMetaData.getEjbJarVersion() |
EjbJarVersion |
AbstractEnterpriseBeanMetaData.getEjbJarVersion() |
static EjbJarVersion |
EjbJarVersion.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EjbJarVersion[] |
EjbJarVersion.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
EjbJarMetaData.isVersionGreaterThan(EjbJarVersion version)
Returns true if the version represented by this
EjbJarMetaData is greater than the passed version |
boolean |
EjbJarMetaData.isVersionGreaterThanOrEqual(EjbJarVersion version)
Returns true if the version represented by this
EjbJarMetaData is greater than or equal to
the passed version |
| Constructor and Description |
|---|
EjbJarMetaData(EjbJarVersion ejbJarVersion)
Create a new EjbJarMetaData.
|
Copyright © 2019 JBoss by Red Hat. All rights reserved.