Integration Server 10.15 | Added, Removed, Deprecated, or Changed Java APIs | Release 10.1
 
Release 10.1
Added APIs
*com.softwareag.is.interceptor.HttpInterceptorException Exception that can be thrown from an HttpInterceptorIFC implementation of the preProcess() method to interrupt normal processing of the HTTP request.
*com.softwareag.is.interceptor.HttpInterceptorIFC Defines a set of contracts that any inbound HTTP interceptor must implement.
*com.wm.xmldata.XmlData Class for creating, getting, and setting XmlData content.
*com.wm.xmldata.XmlDataAnyTag Class for creating keys that are used as XmlData *any element wildcards.
*com.wm.xmldata.XmlDataAttributeTag Class for creating XmlDataTags for use as attribute names.
*com.wm.xmldata.XmlDataConstants Class implements static methods that server as shortcuts for various XmlData method names. By using a static import of this class, a program can significantly reduce the syntax clutter resulting from long class names and long method names.
*com.wm.xmldata.XmlDataContentTag Class that is a common superclass for the XmlDataTags that may appear in content models.
*com.wm.xmldata.XmlDataCopy Class that implements a structured copying utility for XmlData infosets.
*com.wm.xmldata.XmlDataCursor Class for navigating and manipulating the XMLData element content.
*com.wm.xmldata.XmlDataElementTag Class for creating keys that are used as XmlData element names
*com.wm.xmldata.XmlDataException Class that serves as the base class for all exceptions thrown by the XMLData feature.
*com.wm.xmldata.XmlDataGroupTag Class for constructing an XmlData key for group models.
*com.wm.xmldata.XmlDataIteratorTag Class that provides a standard implementation for creating XmlData iterator-tags.
*com.wm.xmldata.XmlDataMap Class that provides the direct manipulation of fields in an XmlData object without the use of cursors.
*com.wm.xmldata.XmlDataPath Class to facilitate the encoding or decoding of an XmlData path as a String literal.
*com.wm.xmldata.XmlDataSubstitutionTag Class for creating specialized element tags that are the heads of substitution groups.
*com.wm.xmldata.XmlDataTreeCursor Class that provides additional capabilities beyond those of the XmlDataCursor. In particular, repeating values can be presented as if flattened so that nextItem() and previousItem() position to individual items rather than arrays of items.
*com.wm.xmldata.XmlDataTypeTag Class for creating an XmlDataTypeTag and returning the value of an XMLDataTypeTag.
*com.wm.xmldata.XmlNamespaceMap Class that maintains a mapping between prefixes and namespace URIs.
*com.wm.xmldata.xmldocumenttype.SchemaConverterException Class for throwing a SchemaConverterException.
*com.wm.xmldata.xmldocumenttype.XmlDataSchemaConverter Class that converts the scripted form of an XmlData document type specification to actual XmlData Document Type namespace nodes.
*com.wm.xmldata.xmldocumenttype.XmlDataWorkspace Class that provides a 'local' workspace in which XmlData document types and fields can be created on an ad hoc basis. This class also allows read-only access to the XmlData document types in the Integration Server namespace.
Removed APIs
*com.wm.data.XmlData Use com.wm.xmldata.XmlData.
*com.wm.data.XmlDataAnyTag Use com.wm.xmldata.XmlDataAnyTag.
*com.wm.data.XmlDataAttributeTag Use com.wm.xmldata.XmlDataAttributeTag.
*com.wm.data.XmlDataContentTag Use com.wm.xmldata.XmlDataContentTag.
*com.wm.data.XmlDataCursor Use com.wm.xmldata.XmlDataCursor.
*com.wm.data.XmlDataElementTag Use com.wm.xmldata.XmlDataElementTag.
*com.wm.data.XmlDataException Use com.wm.xmldata.XmlDataException.
*com.wm.data.XmlDataGroupTag Use com.wm.xmldata.XmlDataGroupTag.
*com.wm.data.XmlDataSubstitutionTag Use com.wm.xmldata.XmlDataSubstitutionTag.
*com.wm.data.obsolete.XmlData Use com.wm.xmldata.XmlData.
*com.wm.data.obsolete.XmlDataCursor Use com.wm.xmldata.XmlDataCursor.