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

org.jboss.resteasy.spi.interception
Interface AcceptedByMethod

All Known Implementing Classes:
CacheControlInterceptor, CacheInterceptor, ClientContentEncodingHeaderInterceptor, SecurityInterceptor, ServerContentEncodingHeaderInterceptor

public interface AcceptedByMethod

Implemented interface that can trigger the addition of an interceptor

Version:
$Revision: 1 $
Author:
Bill Burke

Method Summary
 boolean accept(Class declaring, Method method)
           
 

Method Detail

accept

boolean accept(Class declaring,
               Method method)

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

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