|
Spring Web Services Framework | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.springframework.ws.soap.support.SoapUtils
public abstract class SoapUtils
Contains various utility methods for handling SOAP messages.
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static String escapeAction(String soapAction)
public static String extractActionFromContentType(String contentType)
contentType
- the SOAP 1.2 content type
public static String setActionInContentType(String contentType, String action)
contentType
- the SOAP 1.2 content typeaction
- the action
|
Spring Web Services Framework | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |