org.codehaus.cargo.module.ejb.weblogic
Class WeblogicEjbJarXmlTag

java.lang.Object
  extended by org.codehaus.cargo.module.DescriptorTag
      extended by org.codehaus.cargo.module.ejb.weblogic.WeblogicEjbJarXmlTag

public class WeblogicEjbJarXmlTag
extends DescriptorTag

Represents the various tags in a weblogic ejb jar deployment descriptor.

Version:
$Id: WeblogicEjbJarXmlTag.java 1705 2008-09-02 13:14:55Z adriana $

Field Summary
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
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
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

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 type
tagName - The tag name of the element
isMultipleAllowed - Whether the element may occur multiple times in the descriptor

WeblogicEjbJarXmlTag

protected WeblogicEjbJarXmlTag(DescriptorType type,
                               String tagName)
Constructor.

Parameters:
type - Descriptor type
tagName - The tag name of the element


Copyright © 2004-2012 Codehaus. All Rights Reserved.