|
jPOS 1.6.1 API Documentation | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jpos.iso.ISOBasePackager
org.jpos.iso.packager.EuroSubFieldPackager
public class EuroSubFieldPackager
EuroPay SubField packager
ISOPackager,
ISOBasePackager,
This packager is used by EuroPackager to package subfields
such as field 48.| Constructor Summary | |
|---|---|
EuroSubFieldPackager()
Default constructor |
|
| Method Summary | |
|---|---|
byte[] |
pack(ISOComponent c)
|
int |
unpack(ISOComponent m,
byte[] b)
|
| Methods inherited from class org.jpos.iso.ISOBasePackager |
|---|
createISOMsg, getFieldDescription, getFieldPackager, getHeaderLength, getLogger, getRealm, setFieldPackager, setFieldPackager, setHeaderLength, setLogger, unpack |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public EuroSubFieldPackager()
| Method Detail |
|---|
public byte[] pack(ISOComponent c)
throws ISOException
pack in interface ISOPackagerpack in class ISOBasePackagerc - the Component to pack
ISOException
public int unpack(ISOComponent m,
byte[] b)
throws ISOException
unpack in interface ISOPackagerunpack in class ISOBasePackagerm - the Container of this messageb - ISO message image
ISOException
|
jPOS.org | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||