| Package | Description |
|---|---|
| org.apache.openejb.jee |
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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-2014 The Apache Software Foundation. All Rights Reserved.