Package com.ibm.as400.data

Provides classes to simplify calling iSeries or AS/400 programs from Java.

See:
          Description

Interface Summary
Descriptor The Descriptor interface defines a mechanism for inspecting a node of an XML based document.
 

Class Summary
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
PcmlException Thrown when an error is encountered using a ProgramCallDocument.
XmlException Thrown when an error is encountered processing XML.
 

Package com.ibm.as400.data Description

Provides classes to simplify calling iSeries or AS/400 programs from Java.

The classes in the 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.