org.objectweb.easybeans.deployment.xml.parsing
Class EJB3EntityResolver

java.lang.Object
  extended by org.objectweb.easybeans.util.xml.SchemaEntityResolver
      extended by org.objectweb.easybeans.deployment.xml.parsing.EJB3EntityResolver
All Implemented Interfaces:
org.xml.sax.EntityResolver

public class EJB3EntityResolver
extends SchemaEntityResolver

Entity resolver allowing to find schema within the classloader.

Author:
Florent Benoit

Field Summary
static java.lang.String[] ALL_SCHEMAS
          All schemas.
static java.lang.String CLIENT_SCHEMA
          Client Schema.
static java.lang.String EJB2_SCHEMA
          EJB 2.1 Schema.
static java.lang.String EJB3_SCHEMA
          EJB3 Schema.
static java.lang.String J2EE_WEBSERVICES_CLIENT_SCHEMA
          J2EE Web services client Schema.
static java.lang.String J2EE14_SCHEMA
          J2EE 1.4 Schema.
static java.lang.String JAVAEE_WEBSERVICES_CLIENT_SCHEMA
          JAVA EE Web services client Schema.
static java.lang.String JAVAEE5_SCHEMA
          JAVA EE 5 Schema.
static java.lang.String PREFIX
          Schema prefix.
static java.lang.String XML_SCHEMA
          XML schema.
 
Constructor Summary
EJB3EntityResolver()
          Constructor.
 
Method Summary
 
Methods inherited from class org.objectweb.easybeans.util.xml.SchemaEntityResolver
resolveEntity
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PREFIX

public static final java.lang.String PREFIX
Schema prefix.

See Also:
Constant Field Values

CLIENT_SCHEMA

public static final java.lang.String CLIENT_SCHEMA
Client Schema.

See Also:
Constant Field Values

EJB3_SCHEMA

public static final java.lang.String EJB3_SCHEMA
EJB3 Schema.

See Also:
Constant Field Values

EJB2_SCHEMA

public static final java.lang.String EJB2_SCHEMA
EJB 2.1 Schema.

See Also:
Constant Field Values

JAVAEE5_SCHEMA

public static final java.lang.String JAVAEE5_SCHEMA
JAVA EE 5 Schema.

See Also:
Constant Field Values

J2EE14_SCHEMA

public static final java.lang.String J2EE14_SCHEMA
J2EE 1.4 Schema.

See Also:
Constant Field Values

JAVAEE_WEBSERVICES_CLIENT_SCHEMA

public static final java.lang.String JAVAEE_WEBSERVICES_CLIENT_SCHEMA
JAVA EE Web services client Schema.

See Also:
Constant Field Values

J2EE_WEBSERVICES_CLIENT_SCHEMA

public static final java.lang.String J2EE_WEBSERVICES_CLIENT_SCHEMA
J2EE Web services client Schema.

See Also:
Constant Field Values

XML_SCHEMA

public static final java.lang.String XML_SCHEMA
XML schema.

See Also:
Constant Field Values

ALL_SCHEMAS

public static final java.lang.String[] ALL_SCHEMAS
All schemas.

Constructor Detail

EJB3EntityResolver

public EJB3EntityResolver()
Constructor. Finds the XSD with classloader.