Java ACI Objects
In the Java Client NG IDOL SDK, the main ACI API functionality is provided by the following objects:
-
AciServerDetails
allows you to set the connection details of an ACI server including encryption settings. -
AciService
andAciParameter
objects allow you to construct sets of action parameters and send them to a configured ACI server. -
DocumentProcessor
andBinaryResponseProcessor
allow you to process the response from any ACI action into an easy to use, standards compliant, format. -
Processor<T>
andAbstractStAXProcessor<T>
allow you to write you own custom ACI response parsers for maximum flexibility.