|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ISOSource | |
|---|---|
| org.jpos.bsh | |
| org.jpos.iso | ISO-8583/ANSI X9.2 related classes |
| org.jpos.iso.channel | ISOChannel implementations |
| org.jpos.q2.iso | |
| Uses of ISOSource in org.jpos.bsh |
|---|
| Methods in org.jpos.bsh with parameters of type ISOSource | |
|---|---|
boolean |
BSHRequestListener.process(ISOSource source,
ISOMsg m)
|
| Uses of ISOSource in org.jpos.iso |
|---|
| Subinterfaces of ISOSource in org.jpos.iso | |
|---|---|
interface |
ClientChannel
Tag this channel as a client one (from a Socket point of view) Please note that ISOChannel implementations may choose to implement ClientChannel as well as ServerChannel, being a client does not mean it can not be a server too. |
interface |
FilteredChannel
Filtered Channel |
interface |
ISOChannel
allows the transmision and reception of ISO 8583 Messages |
interface |
ServerChannel
Tag this channel as a server one (from a Socket point of view) Please note that ISOChannel implementations may choose to implement ClientChannel as well as ServerChannel, being a client does not mean it can not be a server too. |
| Classes in org.jpos.iso that implement ISOSource | |
|---|---|
class |
BaseChannel
ISOChannel is an abstract class that provides functionality that allows the transmision and reception of ISO 8583 Messages over a TCP/IP session. |
class |
FilteredBase
Filtered Channel Base |
| Methods in org.jpos.iso that return ISOSource | |
|---|---|
ISOSource |
ISOMsg.getSource()
|
| Methods in org.jpos.iso with parameters of type ISOSource | |
|---|---|
boolean |
ISORequestListener.process(ISOSource source,
ISOMsg m)
|
boolean |
Connector.process(ISOSource source,
ISOMsg m)
|
void |
ISOMsg.setSource(ISOSource source)
Let this ISOMsg object hold a weak reference to an ISOSource (usually used to carry a reference to the incoming ISOChannel) |
| Uses of ISOSource in org.jpos.iso.channel |
|---|
| Classes in org.jpos.iso.channel that implement ISOSource | |
|---|---|
class |
AmexChannel
ISOChannel implementation - American Express |
class |
ASCIIChannel
ISOChannel implementation suitable for OASIS Ltd © hosts (four ASCII characters header indicating message length) |
class |
BASE24Channel
Implements an ISOChannel capable to exchange messages with ACI's BASE24[tm] over an X.25 link. |
class |
BASE24TCPChannel
Implements an ISOChannel able to exchange messages with ACI's BASE24 over a TCP link, modified from BASE24ISOChannel by Victor A. |
class |
BCDChannel
Talks with TCP based NCCs Sends [LEN][TPDU][ISOMSG] (len=2 bytes HEX) |
class |
ChannelPool
|
class |
CSChannel
ISOChannel implementation - CS standard Channel We at CS, have used the so called ISOChannels for a long time. |
class |
FSDChannel
|
class |
GZIPChannel
ISOChannel implementation. |
class |
HEXChannel
Sends a four ASCII hex characters indicating message length (up to 0xffff) |
class |
LogChannel
Extracts <isomsg> blocks from standard jPOS log |
class |
LoopbackChannel
|
class |
NACChannel
Talks with TCP based NACs Sends [LEN][TPDU][ISOMSG] (len=2 bytes network byte order) |
class |
NCCChannel
Talks with TCP based NCCs Sends [LEN][TPDU][ISOMSG] (len=2 bytes BCD) |
class |
PADChannel
Implements an ISOChannel suitable to be used to connect to an X.25 PAD. |
class |
PostChannel
ISOChannel implementation - Postilion Channel Send packet len (2 bytes network byte order MSB/LSB) followed by raw data. |
class |
RawChannel
ISOChannel implementation - RAW Channel Send packet len (4 bytes network byte order) followed by raw data. |
class |
RBPChannel
Implements Record Boundary Preservation protocol |
class |
TelnetXMLChannel
Implements an ISOChannel able to exchange jPOS generated (or compliant) XML based ISO-8583 messages through a Telnet session the telnet commands are simply ignored. |
class |
VAPChannel
ISOChannel implementation - VISA's VAP framing |
class |
X25Channel
Implements an ISOChannel suitable to be used to connect to an X.25 PAD. |
class |
XMLChannel
Implements an ISOChannel able to exchange jPOS generated (or compliant) XML based ISO-8583 messages |
| Uses of ISOSource in org.jpos.q2.iso |
|---|
| Classes in org.jpos.q2.iso that implement ISOSource | |
|---|---|
class |
QMUX
|
| Methods in org.jpos.q2.iso with parameters of type ISOSource | |
|---|---|
boolean |
QServer.process(ISOSource source,
ISOMsg m)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||