|
||||||||||
| 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.webapp.weblogic.WeblogicXml
public class WeblogicXml
Encapsulates the DOM representation of a weblogic web deployment descriptor
weblogic.xml to provide convenience methods for easy access and manipulation.
| Constructor Summary | |
|---|---|
WeblogicXml(org.w3c.dom.Document document)
Constructor. |
|
| Method Summary | |
|---|---|
void |
addEjbReference(java.lang.String name,
java.lang.String jndiName)
Adds a ejb reference description to the weblogic.xml. |
java.lang.String |
getFileName()
Returns the file name of this descriptor. |
| 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 WeblogicXml(org.w3c.dom.Document document)
document - The DOM document representing the parsed deployment descriptor| Method Detail |
|---|
public final java.lang.String getFileName()
Descriptor
getFileName in interface Descriptor
public final void addEjbReference(java.lang.String name,
java.lang.String jndiName)
addEjbReference in interface VendorWebAppDescriptorname - name of the referencejndiName - jndi name to map
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||