org.objectweb.jonas_ejb.deployment.api
Class EjbjarSchemas

java.lang.Object
  extended by org.objectweb.jonas_lib.deployment.api.CommonsSchemas
      extended by org.objectweb.jonas_ejb.deployment.api.EjbjarSchemas
All Implemented Interfaces:
Schemas

public class EjbjarSchemas
extends CommonsSchemas

This class defines the declarations of Schemas for ejb-jar.xml and jonas-ejb-jar.xml

Author:
Philippe Coq

Field Summary
static java.lang.String[] EJBJAR_SCHEMAS
          List of schemas used for ejb-jar.xml
 
Constructor Summary
EjbjarSchemas()
          Build a new object for Schemas handling
 
Method Summary
 
Methods inherited from class org.objectweb.jonas_lib.deployment.api.CommonsSchemas
addSchemas, getHeaderForElement, getlocalSchemas
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

EJBJAR_SCHEMAS

public static final java.lang.String[] EJBJAR_SCHEMAS
List of schemas used for ejb-jar.xml

Constructor Detail

EjbjarSchemas

public EjbjarSchemas()
Build a new object for Schemas handling