public abstract class SoapUtils extends Object
Modifier and Type | Method and Description |
---|---|
static String |
escapeAction(String soapAction)
Escapes the given SOAP action to be surrounded by quotes.
|
static String |
extractActionFromContentType(String contentType)
Returns the value of the action parameter in the given SOAP 1.2 content type.
|
static String |
setActionInContentType(String contentType,
String action)
Replaces or adds the value of the action parameter in the given SOAP 1.2 content type.
|
public static String escapeAction(String soapAction)
public static String extractActionFromContentType(String contentType)
contentType
- the SOAP 1.2 content typeCopyright © 2020 Pivotal Software. All rights reserved.