|
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.GenericPackager
org.jpos.iso.packager.GenericSubFieldPackager
public class GenericSubFieldPackager
GenericSubFieldPackager Used to pack composite SubFields from the GenericPackager
This class is basically the same as Base1SubFieldPackager except that it extends
GenericPackager which means that parameters such as emitBitmap, maxvalidField and
bitmapField can be specified in the GenericPackager xml config file.| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.jpos.iso.packager.GenericPackager |
|---|
GenericPackager.GenericContentHandler |
| Constructor Summary | |
|---|---|
GenericSubFieldPackager()
|
|
| Method Summary | |
|---|---|
byte[] |
pack(ISOComponent m)
Pack the subfield into a byte array |
int |
unpack(ISOComponent m,
byte[] b)
|
| Methods inherited from class org.jpos.iso.packager.GenericPackager |
|---|
readFile, readFile, setConfiguration |
| 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 GenericSubFieldPackager()
throws ISOException
ISOException| Method Detail |
|---|
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
public byte[] pack(ISOComponent m)
throws ISOException
pack in interface ISOPackagerpack in class ISOBasePackagerm - the Component to pack
ISOException
|
jPOS.org | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||