Class CxfLoggingSoapActionUtil


  • public final class CxfLoggingSoapActionUtil
    extends Object
    Tries to extract methodname from SOAP webservice based on the SOAPAction HTTP-Header. Only works with SOAP 1.1, cause in 1.2 this Header is gone.
    Author:
    Jonas Hecht
    • Constructor Detail

      • CxfLoggingSoapActionUtil

        public CxfLoggingSoapActionUtil()
    • Method Detail

      • extractSoapMethodNameFromHttpHeader

        public static String extractSoapMethodNameFromHttpHeader​(String header)