AZS

Uses of Class
com.a2zss.ISO8583.Message

Uses of Message in com.a2zss.ISO8583
 

Subclasses of Message in com.a2zss.ISO8583
 class Request
          Same as message
 class Response
          Same as message
 

Methods in com.a2zss.ISO8583 that return Message
 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.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
 

Methods in com.a2zss.ISO8583 with parameters of type Message
 byte[] ISO8583II.formatEncoded(Message msg)
          Formats message in packed and encoded format
 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.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
 

Constructors in com.a2zss.ISO8583 with parameters of type Message
Message(Message msg)
          creates a Message object from an Message that contains ISOFields
Request(Message msg)
           
Response(Message msg)
           
 


AZS

Copyright © 2002-2010 AZS Services Ltd. All Rights Reserved.