Open SiteSearch 4.1.1
Final

ORG.oclc.isoill
Class IllRequestApdu

java.lang.Object
  |
  +--ORG.oclc.isoill.IllRequestApdu

public class IllRequestApdu
extends Object

The IllRequestApdu class takes an ILLRequest object (containing IllPatronInfo and IllTxnInfo) and converts it to an ASN1/BER directory tree.


Field Summary
 DataDir requestDir
          A DataDir object that contains the BER-encoded ILLRequest APDU.
 
Constructor Summary
IllRequestApdu(IllRequest request)
          Constructs an IllRequestApdu using the information in an IllRequest object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

requestDir

public DataDir requestDir
A DataDir object that contains the BER-encoded ILLRequest APDU.
See Also:
DataDir
Constructor Detail

IllRequestApdu

public IllRequestApdu(IllRequest request)
Constructs an IllRequestApdu using the information in an IllRequest object.
Parameters:
request - the object containing all pieces of info

Open SiteSearch 4.1.1
Final