public class OrionEjbJarXml extends AbstractDescriptor implements VendorEjbDescriptor
orion-ejb-jar.xml to provide convenience methods for easy access and manipulation.| Constructor and Description |
|---|
OrionEjbJarXml(Document document)
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, getDocument, getElements, getImmediateChild, getInsertionPointFor, getNestedElements, getNestedText, getRootElement, getText, replaceElementclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetDocumentpublic OrionEjbJarXml(Document document)
document - The DOM document representing the parsed deployment descriptorpublic String getFileName()
getFileName in interface DescriptorDescriptor.getFileName()public String getJndiName(EjbDef ejb)
getJndiName in interface VendorEjbDescriptorejb - The EjbDef to get the jndi forVendorEjbDescriptor.getJndiName(EjbDef)Copyright © 2004-2013 Codehaus. All Rights Reserved.