com.sun.ejb.containers.interceptors
Class JavaEEInterceptorBuilderFactoryImpl
java.lang.Object
com.sun.ejb.containers.interceptors.JavaEEInterceptorBuilderFactoryImpl
- All Implemented Interfaces:
- JavaEEInterceptorBuilderFactory
@Service
public class JavaEEInterceptorBuilderFactoryImpl
- extends Object
- implements JavaEEInterceptorBuilderFactory
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JavaEEInterceptorBuilderFactoryImpl
public JavaEEInterceptorBuilderFactoryImpl()
createBuilder
public JavaEEInterceptorBuilder createBuilder(InterceptorInfo info)
throws Exception
- Specified by:
createBuilder in interface JavaEEInterceptorBuilderFactory
- Throws:
Exception
isClientProxy
public boolean isClientProxy(Object obj)
- Tests if a given object is a client proxy associated with an interceptor invoker.
- Specified by:
isClientProxy in interface JavaEEInterceptorBuilderFactory
Copyright © 2012 GlassFish Community. All Rights Reserved.