Class InterceptorUtils
java.lang.Object
org.jboss.wsf.stack.cxf.client.configuration.InterceptorUtils
Utils methods for adding/removing CXF interceptors
- Since:
- 10-Oct-2014
- Author:
- alessio.soldano@jboss.com
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidaddInterceptors(InterceptorProvider interceptorProvider, Map<String, String> properties) static voidremoveInterceptors(List<Interceptor<?>> interceptorsList, String interceptors)
-
Constructor Details
-
InterceptorUtils
public InterceptorUtils()
-
-
Method Details
-
addInterceptors
public static void addInterceptors(InterceptorProvider interceptorProvider, Map<String, String> properties) -
removeInterceptors
-