Class UserInterceptorFactory

java.lang.Object
org.jboss.as.ee.component.interceptors.UserInterceptorFactory
All Implemented Interfaces:
org.jboss.invocation.InterceptorFactory

public class UserInterceptorFactory extends Object implements org.jboss.invocation.InterceptorFactory
  • Field Summary

    Fields inherited from interface org.jboss.invocation.InterceptorFactory

    EMPTY_ARRAY
  • Constructor Summary

    Constructors
    Constructor
    Description
    UserInterceptorFactory(org.jboss.invocation.InterceptorFactory aroundInvoke, org.jboss.invocation.InterceptorFactory aroundTimeout)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.jboss.invocation.Interceptor
    create(org.jboss.invocation.InterceptorFactoryContext context)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • UserInterceptorFactory

      public UserInterceptorFactory(org.jboss.invocation.InterceptorFactory aroundInvoke, org.jboss.invocation.InterceptorFactory aroundTimeout)
  • Method Details

    • create

      public org.jboss.invocation.Interceptor create(org.jboss.invocation.InterceptorFactoryContext context)
      Specified by:
      create in interface org.jboss.invocation.InterceptorFactory