| Package | Description |
|---|---|
| org.apache.webbeans.config | |
| org.apache.webbeans.intercept | |
| org.apache.webbeans.portable | |
| org.apache.webbeans.proxy |
| Class and Description |
|---|
| InterceptorDecoratorProxyFactory
Generate a dynamic subclass which has exactly 1 delegation point instance
which get's set in the Constructor of the proxy.
|
| NormalScopeProxyFactory
This factory creates proxies which delegate the
method invocations 1:1 to an instance which gets
resolved via a
Provider. |
| SubclassProxyFactory
This factory creates subclasses for abstract classes.
|
| Class and Description |
|---|
| InterceptorHandler
An InterceptorHandler can be used to dynamically invoke methods on
an internally stored target instance.
|
| Class and Description |
|---|
| InterceptorDecoratorProxyFactory
Generate a dynamic subclass which has exactly 1 delegation point instance
which get's set in the Constructor of the proxy.
|
| Class and Description |
|---|
| AbstractProxyFactory
Base class for all OWB Proxy factories
|
| InterceptorHandler
An InterceptorHandler can be used to dynamically invoke methods on
an internally stored target instance.
|
| OwbInterceptorProxy
Marker Interface for all OpenWebBeans Interceptor+Decorator Proxies.
|
| OwbNormalScopeProxy
Interface for all OpenWebBeans
NormalScope Proxies. |
| Unsafe |
Copyright © 2008–2020 The Apache Software Foundation. All rights reserved.