Uses of Interface
org.jboss.weld.ejb.spi.InterceptorBindings
-
Packages that use InterceptorBindings Package Description org.jboss.weld.ejb.spi org.jboss.weld.ejb.spi.helpers -
-
Uses of InterceptorBindings in org.jboss.weld.ejb.spi
Methods in org.jboss.weld.ejb.spi with parameters of type InterceptorBindings Modifier and Type Method Description voidEjbServices. registerInterceptors(EjbDescriptor<?> ejbDescriptor, InterceptorBindings interceptorBindings)Provides interceptor binding metadata to the container. -
Uses of InterceptorBindings in org.jboss.weld.ejb.spi.helpers
Methods in org.jboss.weld.ejb.spi.helpers with parameters of type InterceptorBindings Modifier and Type Method Description voidForwardingEjbServices. registerInterceptors(EjbDescriptor<?> ejbDescriptor, InterceptorBindings interceptorBindings)
-