Uses of Interface
org.jpos.iso.FactoryChannel

Packages that use FactoryChannel
org.jpos.iso ISO-8583/ANSI X9.2 related classes 
org.jpos.iso.channel ISOChannel implementations 
 

Uses of FactoryChannel in org.jpos.iso
 

Classes in org.jpos.iso that implement FactoryChannel
 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.
 

Uses of FactoryChannel in org.jpos.iso.channel
 

Classes in org.jpos.iso.channel that implement FactoryChannel
 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 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 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
 



Copyright © 1998-2012 jPOS.org. All Rights Reserved.