|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IsoMessage | |
|---|---|
| com.solab.iso8583 | This package contains the main framework classes. |
| 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. |
void |
IsoMessage.copyFieldsFrom(IsoMessage src,
int... idx)
Copies the specified fields from the other message into the recipient. |
IsoMessage |
MessageFactory.createResponse(IsoMessage request)
Creates a message to respond to a request. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||