Package org.apache.webbeans.proxy
-
Interface Summary Interface Description InterceptorHandler An InterceptorHandler can be used to dynamically invoke methods on an internally stored target instance.OwbDecoratorProxy Interface for all OpenWebBeans abstract Decorator subclasses.OwbInterceptorProxy Marker Interface for all OpenWebBeans Interceptor+Decorator Proxies.OwbNormalScopeProxy Interface for all OpenWebBeansNormalScopeProxies. -
Class Summary Class Description AbstractProxyFactory Base class for all OWB Proxy factoriesInterceptorDecoratorProxyFactory 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 aProvider.SubclassProxyFactory This factory creates subclasses for abstract classes.Unsafe