com.sun.ejb.containers.interceptors
Class JavaEEInterceptorBuilderFactoryImpl

java.lang.Object
  extended by com.sun.ejb.containers.interceptors.JavaEEInterceptorBuilderFactoryImpl
All Implemented Interfaces:
JavaEEInterceptorBuilderFactory

@Service
public class JavaEEInterceptorBuilderFactoryImpl
extends Object
implements JavaEEInterceptorBuilderFactory


Constructor Summary
JavaEEInterceptorBuilderFactoryImpl()
           
 
Method Summary
 JavaEEInterceptorBuilder createBuilder(InterceptorInfo info)
           
 boolean isClientProxy(Object obj)
          Tests if a given object is a client proxy associated with an interceptor invoker.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JavaEEInterceptorBuilderFactoryImpl

public JavaEEInterceptorBuilderFactoryImpl()
Method Detail

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.