Uses of Class
com.caucho.ejb.cfg.InterceptorBinding

Packages that use InterceptorBinding
com.caucho.ejb.cfg   
 

Uses of InterceptorBinding in com.caucho.ejb.cfg
 

Methods in com.caucho.ejb.cfg that return types with arguments of type InterceptorBinding
 java.util.ArrayList<InterceptorBinding> EjbConfig.getInterceptorBinding(java.lang.String ejbName, boolean isExcludeDefault)
          Returns the interceptor bindings for a given ejb name.
 

Methods in com.caucho.ejb.cfg with parameters of type InterceptorBinding
 void AssemblyDescriptor.addInterceptorBinding(InterceptorBinding interceptorBinding)
           
 void EjbConfig.addInterceptorBinding(InterceptorBinding interceptorBinding)
          Binds an interceptor to an ejb.