Interface JavaEEInterceptorBuilderFactory
-
@Contract public interface JavaEEInterceptorBuilderFactoryA factory for creating an interceptor builder. An interceptor builder abstracts out the resources needed to create a proxy for invoking a target object with interceptors. There is typically one instance of an interceptor builder per target class ,and one interceptor invoker per target class instance.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description JavaEEInterceptorBuildercreateBuilder(InterceptorInfo info)booleanisClientProxy(Object obj)Tests if a given object is a client proxy associated with an interceptor invoker.
-
-
-
Method Detail
-
createBuilder
JavaEEInterceptorBuilder createBuilder(InterceptorInfo info) throws Exception
- Throws:
Exception
-
isClientProxy
boolean isClientProxy(Object obj)
Tests if a given object is a client proxy associated with an interceptor invoker.
-
-