Class CxfLoggingSoapActionUtil


  • public final class CxfLoggingSoapActionUtil
    extends java.lang.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
    • Method Summary

      Modifier and Type Method Description
      static java.lang.String extractSoapMethodNameFromHttpHeader​(java.lang.String header)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • CxfLoggingSoapActionUtil

        public CxfLoggingSoapActionUtil()
    • Method Detail

      • extractSoapMethodNameFromHttpHeader

        public static java.lang.String extractSoapMethodNameFromHttpHeader​(java.lang.String header)