Interface JavaEEInterceptorBuilderFactory
@Contract
public interface JavaEEInterceptorBuilderFactory
A 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
Modifier and TypeMethodDescriptioncreateBuilder(InterceptorInfo info) booleanisClientProxy(Object obj) Tests if a given object is a client proxy associated with an interceptor invoker.
-
Method Details
-
createBuilder
- Throws:
Exception
-
isClientProxy
Tests if a given object is a client proxy associated with an interceptor invoker.
-