public class IbmWebBndXmi extends AbstractDescriptor implements VendorWebAppDescriptor
ibm-web-bnd.xmi to provide convenience methods for easy access and manipulation.| Constructor and Description |
|---|
IbmWebBndXmi(Document document)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addEjbReference(String name,
String jndiName)
Adds a ejb reference description to the websphere web deployment descriptor.
|
String |
getFileName()
Returns the file name of this descriptor.
|
addElement, checkElement, createNestedText, getChildText, getDocument, getElements, getImmediateChild, getInsertionPointFor, getNestedElements, getNestedText, getRootElement, getText, replaceElementclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetDocumentpublic IbmWebBndXmi(Document document)
document - The DOM document representing the parsed deployment descriptorpublic final String getFileName()
getFileName in interface DescriptorDescriptor.getFileName()public final void addEjbReference(String name, String jndiName)
addEjbReference in interface VendorWebAppDescriptorname - name of the referencejndiName - jndi name to mapCopyright © 2004-2013 Codehaus. All Rights Reserved.