public abstract class InterceptorUtils extends Object
| Modifier and Type | Method and Description |
|---|---|
static void |
copyInterceptorsFromProvider(org.apache.cxf.interceptor.InterceptorProvider source,
org.apache.cxf.interceptor.InterceptorProvider target) |
static <T> T |
findContextualProperty(org.apache.cxf.message.Message message,
String propertyName)
Searches for a property in all available contexts
associated with the given SOAP message.
|
public static void copyInterceptorsFromProvider(org.apache.cxf.interceptor.InterceptorProvider source,
org.apache.cxf.interceptor.InterceptorProvider target)
public static <T> T findContextualProperty(org.apache.cxf.message.Message message,
String propertyName)
T - type of the property.message - CXF message.propertyName - name of the property.null when not found.Copyright © 2016 Open eHealth Foundation. All rights reserved.