FormDataXMLProvider.java 278 Bytes
/*
 * Decompiled with CFR 0_118.
 */
package com.adobe.forms.common.service;

import com.adobe.forms.common.service.FormsException;

@Deprecated
public interface FormDataXMLProvider {
    @Deprecated
    public String getDataXMLForDataRef(String var1) throws FormsException;
}