Rule Execution Server API

ilog.rules.xml.util
Interface IlrXmlNsResolver

All Known Implementing Classes:
IlrXmlDefaultNsResolver

public interface IlrXmlNsResolver

This interface converts an XML namespace into a Java package name. This package contains the Java components (class, type) translated from a schema. It is usefull when schemas are composed of multiple recursive importations.


Method Summary
 String getPackage(String namespace)
          This method translates a namespace into a Java package name
 

Method Detail

getPackage

String getPackage(String namespace)
This method translates a namespace into a Java package name


Rule Execution Server API

© Copyright IBM Corp. 1987, 2013