public class EjbRef extends Object
ejb-ref element in application.xml file.| Constructor and Description |
|---|
EjbRef(String description,
String name,
String type,
String lookupName) |
| Modifier and Type | Method and Description |
|---|---|
void |
appendEjbRefEntry(org.codehaus.plexus.util.xml.XMLWriter writer)
Appends the XML representation of this env-entry.
|
String |
getDescription() |
String |
getLookupName() |
String |
getName() |
String |
getType() |
void |
setLookupName(String lookupName) |
void |
setName(String name) |
void |
setType(String type) |
public void appendEjbRefEntry(org.codehaus.plexus.util.xml.XMLWriter writer)
writer - the writer to usepublic String getLookupName()
lookupNamepublic void setLookupName(String lookupName)
lookupName - lookupNamepublic String getDescription()
descriptionCopyright © 2002–2015 The Apache Software Foundation. All rights reserved.