Uses of Interface
org.jboss.invocation.InterceptorFactory
-
Packages that use InterceptorFactory Package Description org.jboss.invocation -
-
Uses of InterceptorFactory in org.jboss.invocation
Classes in org.jboss.invocation that implement InterceptorFactory Modifier and Type Class Description classImmediateInterceptorFactoryAn interceptor factory which returns the same instance, always.classMethodInterceptorFactoryAn interceptor factory for interceptor objects which call a specific method via reflection.classMethodInvokingInterceptorFactoryA factory for method invoking interceptors.Fields in org.jboss.invocation declared as InterceptorFactory Modifier and Type Field Description static InterceptorFactory[]InterceptorFactory. EMPTY_ARRAYAn empty interceptor factory array.Methods in org.jboss.invocation that return InterceptorFactory Modifier and Type Method Description static InterceptorFactoryInterceptors. getChainedInterceptorFactory(Collection<InterceptorFactory> instances)Get a chained interceptor which passes the invocation through the given interceptors.static InterceptorFactoryInterceptors. getChainedInterceptorFactory(InterceptorFactory... instances)Get a chained interceptor factory which builds a chained interceptor using the given factories.static InterceptorFactoryAccessCheckingInterceptor. getFactory()Get the singleton factory instance.static InterceptorFactoryDoAsInterceptor. getFactory()Get a factory which returns the singleton instance.static InterceptorFactorySecurityIdentityInterceptor. getFactory()Get a factory which returns the singleton instance.static InterceptorFactoryInterceptors. getInitialInterceptorFactory()Get the interceptor factory for the initial interceptor.static InterceptorFactoryInterceptors. getInvokingInterceptorFactory()Get a factory which returns the invoking interceptor.static InterceptorFactoryInterceptors. getTerminalInterceptorFactory()Get a factory which returns the terminal interceptor.Methods in org.jboss.invocation with parameters of type InterceptorFactory Modifier and Type Method Description static InterceptorFactoryInterceptors. getChainedInterceptorFactory(InterceptorFactory... instances)Get a chained interceptor factory which builds a chained interceptor using the given factories.Method parameters in org.jboss.invocation with type arguments of type InterceptorFactory Modifier and Type Method Description static InterceptorFactoryInterceptors. getChainedInterceptorFactory(Collection<InterceptorFactory> instances)Get a chained interceptor which passes the invocation through the given interceptors.
-