public class OrionEjbJarXml extends AbstractDescriptor implements VendorEjbDescriptor
orion-ejb-jar.xml
to provide convenience methods for easy access and manipulation.Constructor and Description |
---|
OrionEjbJarXml(org.jdom.Element document,
DescriptorType type)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
String |
getFileName()
Returns the file name of this descriptor.
|
String |
getJndiName(EjbDef ejb)
Returns the jndi name for an EJB.
|
addElement, checkElement, createNestedText, getChildText, getChildText, getDescriptorType, getDocument, getElements, getElements, getImmediateChild, getInsertionPointFor, getNestedElements, getNestedText, getTagByIdentifier, getTagByIdentifier, getTags, getTags, getText
addContent, addContent, addContent, addContent, clone, cloneContent, detachRootElement, equals, getBaseURI, getContent, getContent, getContent, getContentSize, getDescendants, getDescendants, getDocType, getParent, getProperty, getRootElement, hashCode, hasRootElement, indexOf, removeContent, removeContent, removeContent, removeContent, setBaseURI, setContent, setContent, setContent, setContent, setDocType, setProperty, setRootElement, toString
finalize, getClass, notify, notifyAll, wait, wait, wait
addElement, getDescriptorType, getDocument, getRootElement, getTagByIdentifier, getTags
public OrionEjbJarXml(org.jdom.Element document, DescriptorType type)
document
- The DOM document representing the parsed deployment descriptortype
- the type of the descriptorpublic String getFileName()
getFileName
in interface Descriptor
Descriptor.getFileName()
public String getJndiName(EjbDef ejb)
getJndiName
in interface VendorEjbDescriptor
ejb
- The EjbDef to get the jndi forVendorEjbDescriptor.getJndiName(EjbDef)
Copyright © 2004-2013 Codehaus. All Rights Reserved.