org.jboss.resteasy.core.interception
Class InterceptorRegistry.PerMethodInterceptorFactory

java.lang.Object
  extended by org.jboss.resteasy.core.interception.InterceptorRegistry.AbstractInterceptorFactory
      extended by org.jboss.resteasy.core.interception.InterceptorRegistry.PerMethodInterceptorFactory
All Implemented Interfaces:
InterceptorRegistry.InterceptorFactory
Enclosing class:
InterceptorRegistry<T>

protected class InterceptorRegistry.PerMethodInterceptorFactory
extends InterceptorRegistry.AbstractInterceptorFactory


Field Summary
 
Fields inherited from class org.jboss.resteasy.core.interception.InterceptorRegistry.AbstractInterceptorFactory
order, precedence
 
Constructor Summary
InterceptorRegistry.PerMethodInterceptorFactory(java.lang.Class clazz)
           
 
Method Summary
 java.lang.Object createInterceptor()
           
 
Methods inherited from class org.jboss.resteasy.core.interception.InterceptorRegistry.AbstractInterceptorFactory
getOrder, getPrecedence, setPrecedence
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InterceptorRegistry.PerMethodInterceptorFactory

public InterceptorRegistry.PerMethodInterceptorFactory(java.lang.Class clazz)
Method Detail

createInterceptor

public java.lang.Object createInterceptor()


Copyright © 2010. All Rights Reserved.