com.sun.enterprise.container.common.spi
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.
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.
Copyright © 2012 GlassFish Community. All Rights Reserved.