Integration Server 10.15 | Added, Removed, Deprecated, or Changed Java APIs | Release 9.12
 
Release 9.12
Added APIs
*com.wm.data.obsolete.XmlData Contains the 9.10 version of the com.wm.data.XmlData class. The com.wm.data.XmlData has been revised and simplified in 9.12.
*com.wm.data.obsolete.XmlDataCursor Contains the 9.10 version of the com.wm.data.XmlDataCursor class. The com.wm.data.XmlDataCursor has been revised and simplified in 9.12.
Changed APIs
*com.wm.data.XmlData Revised to present a more consistent programming interface in which there are clearer distinctions between the underlying IData implementation of XmlData and the logical XmlData model as viewed by a typical application. Additionally, the API formalizes aspects of the IData implementation of XmlData to reduce the knowledge of the underlying Xm;Data implementation that is required to use the methods in the class.
For a detailed list of changes to this class, see the webMethods Integration Server Java API Reference.
Note: If you have any existing Java classes that use this class, you must modify your Java classes to either use new APIs introduced in com.wm.data.XmlData or change the Java imports in to reference the 9.10 version of the class which is now contained in com.wm.data.obsolete.XmlData.
*com.wm.data.XmlDataCursor Revised to present a more consistent programming interface in which there are clearer distinctions between the underlying IData implementation of XmlData and the logical XmlData model as viewed by a typical application. Additionally, the API formalizes aspects of the IData implementation of XmlData to reduce the knowledge of the underlying XmlData implementation that is required to use the methods in the class.
For a detailed list of changes to this class, see the webMethods Integration Server Java API Reference.
Note: If you have any existing Java classes that use this class, you must modify your Java classes to either use new APIs introduced in com.wm.data.XmlDataCursor or change the Java imports in to reference the 9.10 version of the class which is now contained in com.wm.data.obsolete.XmlDataCursor.