public interface FormSubmitActionService
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getServiceName()
Returns the name of the service.
|
java.util.Map<java.lang.String,java.lang.Object> |
submit(FormSubmitInfo formSubmitInfo)
Form Submission handler.
|
java.lang.String getServiceName()
java.util.Map<java.lang.String,java.lang.Object> submit(FormSubmitInfo formSubmitInfo)
FormSubmitInfo
object
which contains the required information needed to submit the form like data, mimeType of data etcformSubmitInfo
- FormSubmitInfo
objectCopyright © 2010 - 2020 Adobe. All Rights Reserved