public class WeblogicEjbJarXmlTag extends DescriptorTag
Modifier and Type | Field and Description |
---|---|
static String |
DISPATCH_POLICY
Element name 'dispatch-policy'.
|
static String |
EJB_NAME
Element name 'ejb-name'.
|
static String |
JNDI_NAME
Element name 'jndi-name'.
|
static String |
LOCAL_JNDI_NAME
Element name 'local-jndi-name'.
|
Modifier | Constructor and Description |
---|---|
protected |
WeblogicEjbJarXmlTag(DescriptorType type,
String tagName)
Constructor.
|
protected |
WeblogicEjbJarXmlTag(DescriptorType type,
String tagName,
boolean isMultipleAllowed)
Constructor.
|
create, equals, getDescriptorType, getIdentifier, getImplementationClass, getTagName, getTagNamespace, hashCode, isMultipleAllowed, toString
public static final String EJB_NAME
public static final String LOCAL_JNDI_NAME
public static final String JNDI_NAME
public static final String DISPATCH_POLICY
protected WeblogicEjbJarXmlTag(DescriptorType type, String tagName, boolean isMultipleAllowed)
type
- Descriptor typetagName
- The tag name of the elementisMultipleAllowed
- Whether the element may occur multiple times in the descriptorprotected WeblogicEjbJarXmlTag(DescriptorType type, String tagName)
type
- Descriptor typetagName
- The tag name of the elementCopyright © 2004-2013 Codehaus. All Rights Reserved.