Uses of Class
com.solab.iso8583.IsoMessage

Packages that use IsoMessage
com.solab.iso8583 This package contains the main framework classes. 
j8583.example This package contains example code. 
 

Uses of IsoMessage in com.solab.iso8583
 

Methods in com.solab.iso8583 that return IsoMessage
 IsoMessage MessageFactory.createResponse(IsoMessage request)
          Creates a message to respond to a request.
 IsoMessage MessageFactory.getMessageTemplate(int type)
          Returns the template for the specified message type.
 IsoMessage MessageFactory.newMessage(int type)
          Creates a new message of the specified type, with optional trace and date values as well as any other values specified in a message template.
 IsoMessage MessageFactory.parseMessage(byte[] buf, int isoHeaderLength)
          Creates a new message instance from the buffer, which must contain a valid ISO8583 message.
 

Methods in com.solab.iso8583 with parameters of type IsoMessage
 void MessageFactory.addMessageTemplate(IsoMessage templ)
          Adds a message template to the factory.
 IsoMessage MessageFactory.createResponse(IsoMessage request)
          Creates a message to respond to a request.
 

Uses of IsoMessage in j8583.example
 

Methods in j8583.example with parameters of type IsoMessage
static void Example.print(IsoMessage m)