Package com.ibm.as400.data
Provides classes to simplify calling IBM i programs (RPG, COBOL, C, etc) from Java.
See: Description
-
Interface Summary Interface Description Descriptor The Descriptor interface defines a mechanism for inspecting a node of an XML based document. -
Class Summary Class Description DAMRI Locale-specific objects for IBM Toolbox for Java.PcmlMessageLog Provides control over logging and tracing activity within this package.ProgramCallDocument XML Document based program call.RecordFormatDocument Supports the use of Record Format Markup Language (RFML) to specify formats and data values for file records and data buffers. -
Exception Summary Exception Description PcmlException Thrown when an error is encountered using a ProgramCallDocument.PcmlSpecificationException Thrown when syntax errors are detected in a PCML source file.XmlException Thrown when an error is encountered processing XML.
Package com.ibm.as400.data Description
Provides classes to simplify calling IBM i programs (RPG, COBOL, C, etc) from Java.
The classes in this package use a technology called the Program Call Markup Language, or PCML. PCML is based on the Extensible Markup Language (XML) and defines the interface that is used when calling a program.