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
and AciParameter
objects allow you to construct sets of action parameters and send them to a configured ACI server.
DocumentProcessor
and BinaryResponseProcessor
allow you to process the response from any ACI action into an easy to use, standards compliant, format.
Processor<T>
and AbstractStAXProcessor<T>
allow you to write you own custom ACI response parsers for maximum flexibility.
|