Interface DataXMLProvider

  • All Superinterfaces:
    DataProviderBase

    public interface DataXMLProvider
    extends DataProviderBase
    Deprecated.
    use DataProvider
    Interface to provide Data XML given a URL. The implementations should return the xml data given the options
    • Method Detail

      • getDataXMLForDataRef

        java.io.InputStream getDataXMLForDataRef​(DataXMLOptions options)
                                          throws FormsException
        Deprecated.
        Returns DataXML given the dataxml options object. The implementations can decide which options to use and determine the correct data XML to be returned.
        Parameters:
        options - options for helping the implementations for returning the data xml
        Returns:
        dataXML given a set of options
        Throws:
        FormsException