org.jboss.resteasy.core.interception
Class InterceptorRegistry

java.lang.Object
  extended by org.jboss.resteasy.core.interception.InterceptorRegistry

public class InterceptorRegistry
extends java.lang.Object

Version:
$Revision: 1 $
Author:
Bill Burke

Constructor Summary
InterceptorRegistry()
           
 
Method Summary
 ResourceMethodInterceptor[] bind(ResourceMethod method)
           
 java.util.List<java.lang.Class> getPerResourceMethodInterceptorClasses()
           
 java.util.List<ResourceMethodInterceptor> getResourceMethodIntercptors()
           
 void registerResourceMethodInterceptor(java.lang.Class clazz)
           
 void registerResourceMethodInterceptor(ResourceMethodInterceptor interceptor)
           
 void registerResourceMethodInterceptors(java.lang.Class[] classes)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InterceptorRegistry

public InterceptorRegistry()
Method Detail

getPerResourceMethodInterceptorClasses

public java.util.List<java.lang.Class> getPerResourceMethodInterceptorClasses()

getResourceMethodIntercptors

public java.util.List<ResourceMethodInterceptor> getResourceMethodIntercptors()

registerResourceMethodInterceptor

public void registerResourceMethodInterceptor(java.lang.Class clazz)

registerResourceMethodInterceptors

public void registerResourceMethodInterceptors(java.lang.Class[] classes)

registerResourceMethodInterceptor

public void registerResourceMethodInterceptor(ResourceMethodInterceptor interceptor)

bind

public ResourceMethodInterceptor[] bind(ResourceMethod method)


Copyright © 2009. All Rights Reserved.