Package com.ibm.as400.data

Provides classes to simplify calling 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.
 

Exception Summary
PcmlException Thrown when an error is encountered using a ProgramCallDocument.
 

Package com.ibm.as400.data Description

Provides classes to simplify calling 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.