Modifier and Type | Class and Description |
---|---|
class |
Request
Same as message
|
class |
Response
Same as message
|
Modifier and Type | Method and Description |
---|---|
Message |
ISO8583II.parseLL00Plain(java.io.InputStream is)
parses the LL00plain format from inputstream (where LL00 is 4 byte (packed/binary length) but only first 2 bytes of length are used
Note: supports fields FH_IDENT, FH_DCP, FF_FOTif they are configured
|
Message |
ISO8583II.parseLLLLPlain(java.io.InputStream is)
parses the LLLLplain format from inputstream
Note: supports fields FH_IDENT, FH_DCP, FF_FOTif they are configured
|
Message |
ISO8583II.parseLLPacked(java.io.InputStream is) |
Message |
ISO8583II.parseLLPlain(java.io.InputStream is)
parses the LLplain format from inputstream (where LL is two byte (packed/binary length)
Note: supports fields FH_IDENT, FH_DCP, FF_FOTif they are configured
|
Message |
ISO8583II.parsePacked(byte[] in)
parses the packed ISO8583 format from buffer
|
Message |
ISO8583II.parsePacked(java.io.InputStream is)
parses the packed ISO8583 format from stream
|
Message |
ISO8583II.parsePlain(byte[] buf)
parses the plain format from byte buffer
Note: supports fields FH_IDENT, FH_DCP, FF_FOT if they are configured |
Message |
ISO8583II.parsePlain(java.io.InputStream is)
parses the plain format from inputstream
Note: supports fields FH_IDENT, FH_DCP, FF_FOT if they are configured |
Message |
ISO8583II.parseStream(java.io.InputStream is)
Parses and detects near any ISO8583 format from InputStream (without custom headers used)
recognizes automatically messages without headers and with length in plain or encoded fromat
Messages with header fields before MTI cannot be parsed with this |
Modifier and Type | Method and Description |
---|---|
byte[] |
ISO8583II.formatEncoded(Message msg)
Formats message in packed and encoded format
|
byte[] |
ISO8583II.formatLL00Plain(Message msg)
Formats the message in plain format with 4 byte packed length whre only 2 bytes are used as length
Note: supports fields FH_IDENT, FH_DCP, FF_FOT if they are configured |
byte[] |
ISO8583II.formatLLLLPlain(Message msg)
Formats the message in plain format with 4 byte length
Note: supports fields FH_IDENT, FH_DCP, FF_FOT if they are configured |
byte[] |
ISO8583II.formatLLPacked(Message msg) |
byte[] |
ISO8583II.formatLLPlain(Message msg)
Formats the message in plain format with two byte length
Note: supports fields FH_IDENT, FH_DCP, FF_FOT if they are configured |
byte[] |
ISO8583II.formatPacked(Message msg)
Method to format message in packed format
|
byte[] |
ISO8583II.formatPlain(Message msg)
Formats the message in plain format
Note: supports fields FH_IDENT, FH_DCP, FF_FOT if they are configured |
void |
ISO8583II.validateFields(Message flds)
validates if the fields Message contains reflect the type and format required
or if there are fields not compatible with required length and type
then throws
an ISOException
|
Constructor and Description |
---|
Message(Message msg)
creates a Message object from an Message that contains ISOFields
|
Request(Message msg) |
Response(Message msg) |
Copyright © 2002-2015 AZS Services Ltd. All Rights Reserved.