Package com.adobe.forms.common.service
Interface DataXMLProvider
-
- All Superinterfaces:
DataProviderBase
public interface DataXMLProvider extends DataProviderBase
Deprecated.use DataProviderInterface to provide Data XML given a URL. The implementations should return the xml data given the options
-
-
Field Summary
-
Fields inherited from interface com.adobe.forms.common.service.DataProviderBase
DATA_PROVIDER_LABEL, DATA_PROVIDER_NAME, PROTOCOL_CRX, PROTOCOL_FILE, PROTOCOL_HTTP, PROTOCOL_HTTPS
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description java.io.InputStream
getDataXMLForDataRef(DataXMLOptions options)
Deprecated.Returns DataXML given the dataxml options object.-
Methods inherited from interface com.adobe.forms.common.service.DataProviderBase
getServiceDescription, getServiceName
-
-
-
-
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
-
-