Interface FormDataXMLProvider


  • @Deprecated
    public interface FormDataXMLProvider
    Deprecated.
    Interface to provide Data XML given a URI for the data. The service has been deprecated and it is advised to implement the new Interface {DataXMLProvider}
    • Method Detail

      • getDataXMLForDataRef

        @Deprecated
        java.lang.String getDataXMLForDataRef​(java.lang.String dataRef)
                                       throws FormsException
        Deprecated.
        Returns data XML given the URI of the data
        Parameters:
        dataRef - URI of the data that the implementation understands
        Returns:
        data if the service understands the URI null otherwise
        Throws:
        FormsException