Deprecated API

Deprecated Classes
org.xins.common.text.FastStringBuffer
          since 2.0 use Stringbuffer or String 
org.xins.common.io.FastStringWriter
          since XINS 2.0, use java.io.StringWriter 
 

Deprecated Methods
org.xins.client.UnacceptableMessageException.addInvalidValueForType(String, String)
          since XINS 2.0, use UnacceptableMessageException.addInvalidValueForType(String, String, String). 
org.xins.common.Utils.logIgnoredException(String, String, String, String, Throwable)
          Since XINS 2.0, use Utils.logProgrammingError(Throwable exception) 
org.xins.common.Utils.logProgrammingError(String, String, String, String, String)
          Since XINS 2.0, use Utils.logProgrammingError(String detail) 
org.xins.common.Utils.logProgrammingError(String, String, String, String, String, Throwable)
          Since XINS 2.0, use Utils.logProgrammingError(String detail, Throwable cause) 
org.xins.common.collections.PropertyReaderUtils.serialize(PropertyReader, FastStringBuffer, String)
          since XINS 2.0, use PropertyReaderUtils.toString(PropertyReader, String) 
org.xins.common.text.HexConverter.toHexString(FastStringBuffer, byte)
          since XINS 2.0, use toHexString(byte). 
org.xins.common.text.HexConverter.toHexString(FastStringBuffer, char)
          since XINS 2.0, use toHexString(char). 
org.xins.common.text.HexConverter.toHexString(FastStringBuffer, int)
          since XINS 2.0, use toHexString(int). 
org.xins.common.text.HexConverter.toHexString(FastStringBuffer, long)
          since XINS 2.0, use toHexString(long). 
org.xins.common.text.HexConverter.toHexString(FastStringBuffer, short)
          since XINS 2.0, use toHexString(short). 
 



See http://www.xins.org/.