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

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

protected class InterceptorRegistry.SingletonInterceptorFactory
extends InterceptorRegistry.AbstractInterceptorFactory


Field Summary
 
Fields inherited from class org.jboss.resteasy.core.interception.InterceptorRegistry.AbstractInterceptorFactory
order, precedence
 
Constructor Summary
InterceptorRegistry.SingletonInterceptorFactory(Object target)
           
 
Method Summary
 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.SingletonInterceptorFactory

public InterceptorRegistry.SingletonInterceptorFactory(Object target)
Method Detail

createInterceptor

public Object createInterceptor()


Copyright © 2012. All Rights Reserved.