Integration Server 10.15 | Added, Removed, Deprecated, or Changed Java APIs | Release 10.7
 
Release 10.7
Added APIs
*com.wm.app.b2b.server.cache.config.SearchResult Cache search results.
*com.wm.app.b2b.server.ServerAPI.registerCoderForMultipartServices Registers the services and associated coder with Multipart content handler
*com.wm.app.b2b.server.ServerAPI.removeCoderForMultipartServices Unregisters the coder for the specified services from Multipart content handler.
*com.wm.util.coder.IDataJSONCoder.decodeNullRootAsEmpty Indicates to the IDataJSONCoder whether null scalar value at root in the JSON being parsed should be converted to empty IData or to {"$rootValue":null}.
*com.wm.util.coder.IDataJSONCoder.setDateEncoding Indicates whether java.util.Date instances in the com.wm.data.IData being encoded should become long, timestamps, or Strings in the JSON text returned by encode(OutputStream, IData)
*com.wm.util.coder.IDataJSONCoder.unescapeSpecialChars Indicates to the IDataJSONCoder whether the escape characters will be un-escaped while decoding the JSON string value.
Deprecated APIs
*com.wm.app.b2b.client.cache.config.SearchResult Use com.wm.app.b2b.server.cache.config.SearchResult.