Uses of Class
org.apache.openejb.jee.JavaeeSchema

Packages that use JavaeeSchema
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
static JavaeeSchema JavaeeSchema.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
static void JaxbJavaee.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.
 



Copyright © 1999–2015 The Apache Software Foundation. All rights reserved.