Package | Description |
---|---|
com.ibm.as400.data |
Provides classes to simplify calling IBM i programs (RPG, COBOL, C, etc) from Java.
|
Modifier and Type | Method | Description |
---|---|---|
Descriptor |
Descriptor.getDescriptor(String qualifiedName) |
Returns the Descriptor for another element contained within the same document.
|
Descriptor |
ProgramCallDocument.getDescriptor() |
Returns a Descriptor for the current PCML document.
|
static Descriptor |
ProgramCallDocument.getDescriptor(String docName) |
Returns a Descriptor for the specified PCML document.
|
static Descriptor |
ProgramCallDocument.getDescriptor(String docName,
InputStream xsdStream) |
Returns a Descriptor for the specified XPCML document.
|
static Descriptor |
ProgramCallDocument.getDescriptor(String docName,
ClassLoader loader) |
Returns a Descriptor for the specified PCML document.
|
static Descriptor |
ProgramCallDocument.getDescriptor(String docName,
ClassLoader loader,
InputStream xsdStream) |
Returns a Descriptor for the specified XPCML document.
|
Descriptor |
RecordFormatDocument.getDescriptor() |
Returns a Descriptor representing the current RFML document.
|
static Descriptor |
RecordFormatDocument.getDescriptor(String documentName) |
Returns a Descriptor for the specified RFML document.
|
static Descriptor |
RecordFormatDocument.getDescriptor(String documentName,
ClassLoader loader) |
Returns a Descriptor representing the specified RFML document.
|
Copyright © 2024. All rights reserved.