org.jboss.resteasy.client.core
Class ClientInvokerInterceptorFactory

java.lang.Object
  extended by org.jboss.resteasy.client.core.ClientInvokerInterceptorFactory

public class ClientInvokerInterceptorFactory
extends Object


Constructor Summary
ClientInvokerInterceptorFactory()
           
 
Method Summary
static void applyDefaultInterceptors(ClientInterceptorRepositoryImpl repository, ResteasyProviderFactory providerFactory)
           
static void applyDefaultInterceptors(ClientInterceptorRepositoryImpl repository, ResteasyProviderFactory providerFactory, Class declaring, Method method)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClientInvokerInterceptorFactory

public ClientInvokerInterceptorFactory()
Method Detail

applyDefaultInterceptors

public static void applyDefaultInterceptors(ClientInterceptorRepositoryImpl repository,
                                            ResteasyProviderFactory providerFactory)

applyDefaultInterceptors

public static void applyDefaultInterceptors(ClientInterceptorRepositoryImpl repository,
                                            ResteasyProviderFactory providerFactory,
                                            Class declaring,
                                            Method method)


Copyright © 2012. All Rights Reserved.