Class SoapSafeString
- java.lang.Object
-
- com.collabnet.ce.soap60.webservices.SoapSafeString
-
public class SoapSafeString extends Object
Utility for replacing binary control characters within text strings with spaces.
-
-
Constructor Summary
Constructors Constructor Description SoapSafeString()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static StringmakeSafe(String s)Converts a string to a SOAP safe string by replacing binary control characters with spaces.static StringmakeSafe2(String s)Converts a string to a SOAP safe string by replacing binary control characters with spaces.
-