Class SoapSafeString
java.lang.Object
com.collabnet.ce.soap60.webservices.SoapSafeString
Utility for replacing binary control characters within text strings with spaces.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
SoapSafeString
public SoapSafeString()
-
-
Method Details
-
makeSafe
Converts a string to a SOAP safe string by replacing binary control characters with spaces.- Parameters:
s
- String to make safe.- Returns:
- SOAP safe string.
-
makeSafe2
Converts a string to a SOAP safe string by replacing binary control characters with spaces.- Parameters:
s
- String to make safe.- Returns:
- SOAP safe string.
-