Package org.apache.maven.plugins.ear
Class EjbRef
java.lang.Object
org.apache.maven.plugins.ear.EjbRef
Representation of
ejb-ref
element in application.xml
file.- Since:
- 2.10
- Author:
- Karl Heinz Marbaise
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
appendEjbRefEntry
(org.codehaus.plexus.util.xml.XMLWriter writer) Appends theXML
representation of this env-entry.getName()
getType()
void
setLookupName
(String lookupName) void
void
-
Constructor Details
-
EjbRef
- Parameters:
description
- The ejb-ref description.name
- The ejb-ref-name.type
- The ejb-ref-typelookupName
- The lookupname.
-
-
Method Details
-
appendEjbRefEntry
public void appendEjbRefEntry(org.codehaus.plexus.util.xml.XMLWriter writer) Appends theXML
representation of this env-entry.- Parameters:
writer
- the writer to use
-
getName
- Returns:
name
-
setName
- Parameters:
name
-name
-
getType
- Returns:
type
-
setType
- Parameters:
type
-type
-
getLookupName
- Returns:
lookupName
-
setLookupName
- Parameters:
lookupName
-lookupName
-
getDescription
- Returns:
description
-