Rule Execution Server API

Package ilog.rules.xml.util

Contains a number of utility interfaces that are useful for parameterizing the XML binding mapping.

See:
          Description

Interface Summary
IlrXmlDataTypeMapper Determines how XML types and collection are mapped onto the XOM.
IlrXmlDataTypeMapper.CollectionMapper Determines how the XML collection elements are mapped on XOM fields, and finally on Java fields.
IlrXmlErrorHandler This interface is used during the XML error processing (parsing and binding) to determine whether an error is filtered or not.
IlrXmlErrorManager This interface is useful to declare errors and warning to the data processing.
IlrXmlNsResolver This interface converts an XML namespace into a Java package name.
IlrXmlXomMapper This interface aims at defining the XML-XOM mapping behavior of the XML data driver.
IlrXsdLocationResolver This interface defines the policy to be applied by the XML Schema parser in order to find a schema location.
 

Class Summary
IlrXmlCollectionMapperFactory This class is the default implementation of an XML data type mapper.
IlrXmlCollectionMapperFactory.ArrayListMapper Implements a collection mapper using the java.util.ArrayList class.
IlrXmlCollectionMapperFactory.DynamicArrayMapper Implements a collection mapper using an array of Java Object class.
IlrXmlCollectionMapperFactory.JavaArrayMapper Implements a collection mapper using an array of Java Object class.
IlrXmlCollectionMapperFactory.VectorMapper Implements a collection mapper using the java.util.Vector class.
IlrXmlDefaultDataTypeMapper The default implementation of an XML data type mapper.
IlrXmlDefaultNsResolver This class helps converting an XML namespace into a Java package name.
IlrXmlDefaultXomMapper This class is the default implementation of an XML-XOM mapper.
IlrXmlSynchronizer This class synchronizes all the the public methods of an XML data driver.
IlrXmlXomMapperApi6_0 Selects a XOM API generated from a schema model compliant with the JRules 6.0 API definition.
IlrXsdClassLoaderLocationResolver This class implements the location resolver interface which tries to build an input source representation of a file, knowing its location.
IlrXsdDefaultLocationResolver This class implements the location resolver interface which tries to build an input source representation of a file, knowing its location.
 

Exception Summary
IlrXmlFatalErrorException This exception is raised when the parsing of an XML instance must be stopped during its execution.
 

Package ilog.rules.xml.util Description

Contains a number of utility interfaces that are useful for parameterizing the XML binding mapping.

The main classes of this package are:


Rule Execution Server API

© Copyright IBM Corp. 1987, 2013