Class SoapUtils
java.lang.Object
org.springframework.ws.soap.support.SoapUtils
Contains various utility methods for handling SOAP messages.
- Since:
- 1.5.5
-
Method Summary
Modifier and TypeMethodDescriptionstatic StringescapeAction(String soapAction) Escapes the given SOAP action to be surrounded by quotes.static StringextractActionFromContentType(String contentType) Returns the value of the action parameter in the given SOAP 1.2 content type.static StringsetActionInContentType(String contentType, String action) Replaces or adds the value of the action parameter in the given SOAP 1.2 content type.
-
Method Details
-
escapeAction
-
extractActionFromContentType
-
setActionInContentType
-