|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use FieldParseInfo | |
|---|---|
| com.solab.iso8583 | This package contains the main framework classes. |
| com.solab.iso8583.parse | This package contains the classes used for parsing the XML configuration files to set up a MessageFactory, and also for storing the parse information for each field depending on the type of message. |
| Uses of FieldParseInfo in com.solab.iso8583 |
|---|
| Method parameters in com.solab.iso8583 with type arguments of type FieldParseInfo | |
|---|---|
void |
MessageFactory.setParseMap(int type,
Map<Integer,FieldParseInfo> map)
Sets a map with the fields that are to be expected when parsing a certain type of message. |
| Uses of FieldParseInfo in com.solab.iso8583.parse |
|---|
| Subclasses of FieldParseInfo in com.solab.iso8583.parse | |
|---|---|
class |
AlphaNumericFieldParseInfo
This is the common abstract superclass to parse ALPHA and NUMERIC field types. |
class |
AlphaParseInfo
This is the class used to parse ALPHA fields. |
class |
AmountParseInfo
This class is used to parse AMOUNT fields. |
class |
BinaryParseInfo
This class is used to parse fields of type BINARY. |
class |
Date10ParseInfo
This class is used to parse fields of type DATE10. |
class |
Date4ParseInfo
This class is used to parse fields of type DATE4. |
class |
DateExpParseInfo
This class is used to parse fields of type DATE_EXP. |
class |
LlbinParseInfo
This class is used to parse fields of type LLBIN. |
class |
LllbinParseInfo
This class is used to parse fields of type LLLBIN. |
class |
LllvarParseInfo
This class is used to parse fields of type LLLVAR. |
class |
LlvarParseInfo
This class is used to parse fields of type LLVAR. |
class |
NumericParseInfo
This class is used to parse NUMERIC fields. |
class |
TimeParseInfo
This class is used to parse TIME fields. |
| Methods in com.solab.iso8583.parse that return FieldParseInfo | |
|---|---|
static FieldParseInfo |
FieldParseInfo.getInstance(IsoType t,
int len,
String encoding)
Returns a new FieldParseInfo instance that can parse the specified type. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||