Class InterceptorUtils


  • public abstract class InterceptorUtils
    extends Object
    Helper methods for handling user-defined custom interceptors.
    Author:
    Dmytro Rud
    • Method Detail

      • findContextualProperty

        public static <T> T findContextualProperty​(Message message,
                                                   String propertyName)
        Searches for a property in all available contexts associated with the given SOAP message.
        Type Parameters:
        T - type of the property.
        Parameters:
        message - CXF message.
        propertyName - name of the property.
        Returns:
        property value, or null when not found.