com.sun.enterprise.container.common.spi
Interface JavaEEInterceptorBuilder


public interface JavaEEInterceptorBuilder

Provides an abstraction for invoking javax.interceptor callbacks and around invoke methods on a target instance.


Method Summary
 void addRuntimeInterceptor(Object interceptor)
           
 InterceptorInvoker createInvoker(Object targetInstance)
           
 

Method Detail

createInvoker

InterceptorInvoker createInvoker(Object targetInstance)
                                 throws Exception
Throws:
Exception

addRuntimeInterceptor

void addRuntimeInterceptor(Object interceptor)


Copyright © 2012 GlassFish Community. All Rights Reserved.