org.jboss.resteasy.core.interception
Interface InterceptorRegistry.InterceptorFactory

All Known Implementing Classes:
InterceptorRegistry.AbstractInterceptorFactory, InterceptorRegistry.PerMethodInterceptorFactory, InterceptorRegistry.SingletonInterceptorFactory
Enclosing class:
InterceptorRegistry<T>

protected static interface InterceptorRegistry.InterceptorFactory


Method Summary
 java.lang.Object createInterceptor()
           
 int getOrder()
           
 java.lang.String getPrecedence()
           
 

Method Detail

createInterceptor

java.lang.Object createInterceptor()

getPrecedence

java.lang.String getPrecedence()

getOrder

int getOrder()


Copyright © 2010. All Rights Reserved.