| Package | Description |
|---|---|
| org.apache.webbeans.corespi.se | |
| org.apache.webbeans.exception | |
| org.apache.webbeans.util | |
| org.apache.webbeans.xml |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultJndiService.bind(String name,
Object object) |
<T> T |
DefaultJndiService.getObject(String name,
Class<? extends T> expectedClass) |
void |
DefaultJndiService.unbind(String name) |
| Modifier and Type | Class and Description |
|---|---|
class |
WebBeansCreationException
Exception that is thrown by the web beans container at the deployment time.
|
| Modifier and Type | Method and Description |
|---|---|
static <T> T |
JNDIUtil.lookup(String name,
Class<? extends T> expectedClass) |
| Modifier and Type | Method and Description |
|---|---|
protected Element |
DefaultBeanArchiveService.getBeansRootElement(InputStream xmlStream)
Gets the root element of the parsed document.
|
Copyright © 2008–2020 The Apache Software Foundation. All rights reserved.