Package org.jboss.resteasy.client.core
Class ClientInvokerInterceptorFactory
- java.lang.Object
-
- org.jboss.resteasy.client.core.ClientInvokerInterceptorFactory
-
public class ClientInvokerInterceptorFactory extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ClientInvokerInterceptorFactory()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
applyDefaultInterceptors(ClientInterceptorRepositoryImpl repository, ResteasyProviderFactory providerFactory)
static void
applyDefaultInterceptors(ClientInterceptorRepositoryImpl repository, ResteasyProviderFactory providerFactory, java.lang.Class declaring, java.lang.reflect.Method method)
-
-
-
Method Detail
-
applyDefaultInterceptors
public static void applyDefaultInterceptors(ClientInterceptorRepositoryImpl repository, ResteasyProviderFactory providerFactory)
-
applyDefaultInterceptors
public static void applyDefaultInterceptors(ClientInterceptorRepositoryImpl repository, ResteasyProviderFactory providerFactory, java.lang.Class declaring, java.lang.reflect.Method method)
-
-