Class and Description |
---|
org.jpos.iso.IF_ECHAR
Use IFE_CHAR instead
|
org.jpos.iso.SunJSSESocketFactory
use GenericSSLSocketFactory()
|
org.jpos.util.ThreadPool
Used Executor framework
|
org.jpos.iso.packager.VAPSMSPackager
use Base1* stuff instead
|
org.jpos.iso.packager.VAPVIPPackager
use Base1* stuff instead
|
Field and Description |
---|
org.jpos.iso.ISOUtil.ENCODING
use
ISOUtil.CHARSET instead |
Constructor and Description |
---|
org.jpos.tlv.TLVMsg(int, byte[])
In most cases, a message is created to attach it to the list.
It can be done by:
If for some reason this is not possible then a message can be created:
The intention is to not promote the use of TLVMsg outside. Due to
the lack of compatibility of various TLV types at TLVList.append(TLVMsg) |