Class WeblogicEjbJarXmlTag
- java.lang.Object
-
- org.codehaus.cargo.module.DescriptorTag
-
- org.codehaus.cargo.module.ejb.weblogic.WeblogicEjbJarXmlTag
-
public class WeblogicEjbJarXmlTag extends DescriptorTag
Represents the various tags in a weblogic ejb jar deployment descriptor.
-
-
Field Summary
Fields Modifier and Type Field 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'.
-
Constructor Summary
Constructors Modifier Constructor Description protected
WeblogicEjbJarXmlTag(DescriptorType type, String tagName)
Constructor.protected
WeblogicEjbJarXmlTag(DescriptorType type, String tagName, boolean isMultipleAllowed)
Constructor.
-
Method Summary
-
Methods inherited from class org.codehaus.cargo.module.DescriptorTag
create, equals, getDescriptorType, getIdentifier, getImplementationClass, getTagName, getTagNamespace, hashCode, isMultipleAllowed, toString
-
-
-
-
Field Detail
-
EJB_NAME
public static final String EJB_NAME
Element name 'ejb-name'.- See Also:
- Constant Field Values
-
LOCAL_JNDI_NAME
public static final String LOCAL_JNDI_NAME
Element name 'local-jndi-name'.- See Also:
- Constant Field Values
-
JNDI_NAME
public static final String JNDI_NAME
Element name 'jndi-name'.- See Also:
- Constant Field Values
-
DISPATCH_POLICY
public static final String DISPATCH_POLICY
Element name 'dispatch-policy'.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
WeblogicEjbJarXmlTag
protected WeblogicEjbJarXmlTag(DescriptorType type, String tagName, boolean isMultipleAllowed)
Constructor.- Parameters:
type
- Descriptor typetagName
- The tag name of the elementisMultipleAllowed
- Whether the element may occur multiple times in the descriptor
-
WeblogicEjbJarXmlTag
protected WeblogicEjbJarXmlTag(DescriptorType type, String tagName)
Constructor.- Parameters:
type
- Descriptor typetagName
- The tag name of the element
-
-