Uses of Class
org.apache.openejb.jee.jba.Interceptor
-
Packages that use Interceptor Package Description org.apache.openejb.jee.jba -
-
Uses of Interceptor in org.apache.openejb.jee.jba
Fields in org.apache.openejb.jee.jba with type parameters of type Interceptor Modifier and Type Field Description protected List<Interceptor>Bean. interceptorprotected List<Interceptor>ContainerInterceptors. interceptorprotected List<Interceptor>EndpointInterceptors. interceptorprotected List<Interceptor>Home. interceptorprotected List<Interceptor>ListEntity. interceptorMethods in org.apache.openejb.jee.jba that return Interceptor Modifier and Type Method Description InterceptorObjectFactory. createInterceptor()Create an instance ofInterceptorMethods in org.apache.openejb.jee.jba that return types with arguments of type Interceptor Modifier and Type Method Description List<Interceptor>Bean. getInterceptor()Gets the value of the interceptor property.List<Interceptor>ContainerInterceptors. getInterceptor()Gets the value of the interceptor property.List<Interceptor>EndpointInterceptors. getInterceptor()Gets the value of the interceptor property.List<Interceptor>Home. getInterceptor()Gets the value of the interceptor property.List<Interceptor>ListEntity. getInterceptor()Gets the value of the interceptor property.
-