Uses of Class
org.apache.openejb.jee.JavaeeSchema
-
Packages that use JavaeeSchema Package Description org.apache.openejb.jee Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. -
-
Uses of JavaeeSchema in org.apache.openejb.jee
Methods in org.apache.openejb.jee that return JavaeeSchema Modifier and Type Method Description static JavaeeSchemaJavaeeSchema. valueOf(String name)Returns the enum constant of this type with the specified name.static JavaeeSchema[]JavaeeSchema. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.openejb.jee with parameters of type JavaeeSchema Modifier and Type Method Description static voidJaxbJavaee. validateJavaee(JavaeeSchema type, InputStream in)validate the inputStream, which should be a Java EE standard deployment descriptor against its schema type Note, this method will use the new Java EE 6 schema to validate the old descriptors after changing their namespace and version.
-