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)
XML
representation of this env-entry.writer
- the writer to usepublic String getLookupName()
lookupName
public void setLookupName(String lookupName)
lookupName
- lookupName
public String getDescription()
description
Copyright © 2002–2022 The Apache Software Foundation. All rights reserved.