RESTEasy JAX-RS Implementation 2.3.6.Final-redhat-1

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
 Object createInterceptor()
           
 int getOrder()
           
 String getPrecedence()
           
 

Method Detail

createInterceptor

Object createInterceptor()

getPrecedence

String getPrecedence()

getOrder

int getOrder()

RESTEasy JAX-RS Implementation 2.3.6.Final-redhat-1

Copyright © 2013 JBoss by Red Hat. All Rights Reserved.