|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.codehaus.cargo.module.AbstractDescriptor
org.codehaus.cargo.module.ejb.websphere.IbmEjbJarBndXmi
Encapsulates the DOM representation of a websphere ejb deployment descriptor
ibm-ejb-jar-bnd.xmi
to provide convenience methods for easy access and manipulation.
Constructor Summary | |
IbmEjbJarBndXmi(org.w3c.dom.Document document)
Constructor. |
Method Summary | |
java.lang.String |
getFileName()
Returns the file name of this descriptor. For example "web.xml", "weblogic.xml", etc. |
java.lang.String |
getJndiName(EjbDef ejb)
Returns the jndi name for an EJB. |
Methods inherited from class org.codehaus.cargo.module.AbstractDescriptor |
addElement, checkElement, createNestedText, getChildText, getDocument, getElements, getImmediateChild, getInsertionPointFor, getNestedElements, getNestedText, getRootElement, getText, replaceElement |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.codehaus.cargo.module.Descriptor |
getDocument |
Constructor Detail |
public IbmEjbJarBndXmi(org.w3c.dom.Document document)
document
- The DOM document representing the parsed deployment descriptorMethod Detail |
public java.lang.String getFileName()
getFileName
in interface Descriptor
Descriptor.getFileName()
public java.lang.String getJndiName(EjbDef ejb)
getJndiName
in interface VendorEjbDescriptor
ejb
- The EjbDef to get the jndi for
VendorEjbDescriptor.getJndiName(EjbDef)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |