Package de.codecentric.cxf.logging
Class CxfLoggingSoapActionUtil
- java.lang.Object
-
- de.codecentric.cxf.logging.CxfLoggingSoapActionUtil
-
public final class CxfLoggingSoapActionUtil extends java.lang.ObjectTries 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 Summary
Constructors Constructor Description CxfLoggingSoapActionUtil()
-
Method Summary
Modifier and Type Method Description static java.lang.StringextractSoapMethodNameFromHttpHeader(java.lang.String header)
-