Uses of Interface
org.jpos.iso.ISOChannel

Packages that use ISOChannel
org.jpos.bsh   
org.jpos.iso ISO-8583/ANSI X9.2 related classes 
org.jpos.iso.channel ISOChannel implementations 
org.jpos.iso.filter ISOFilter implementations 
org.jpos.iso.gui GUI component 
org.jpos.q2.iso   
 

Uses of ISOChannel in org.jpos.bsh
 

Methods in org.jpos.bsh with parameters of type ISOChannel
 ISOMsg BSHFilter.filter(ISOChannel channel, ISOMsg m, byte[] header, byte[] image, LogEvent evt)
           
 ISOMsg BSHFilter.filter(ISOChannel channel, ISOMsg m, LogEvent evt)
           
 

Uses of ISOChannel in org.jpos.iso
 

Subinterfaces of ISOChannel 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 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 ISOChannel
 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
 

Fields in org.jpos.iso declared as ISOChannel
protected  ISOChannel ISOServer.clientSideChannel
           
 

Methods in org.jpos.iso that return ISOChannel
static ISOChannel BaseChannel.getChannel(String name)
           
 ISOChannel ISOServer.getISOChannel(String name)
           
 ISOChannel ISOServer.getLastConnectedISOChannel()
           
 

Methods in org.jpos.iso with parameters of type ISOChannel
 ISOMsg RawIncomingFilter.filter(ISOChannel channel, ISOMsg m, byte[] header, byte[] image, LogEvent evt)
           
 ISOMsg ISOFilter.filter(ISOChannel channel, ISOMsg m, LogEvent evt)
           
 

Uses of ISOChannel in org.jpos.iso.channel
 

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

Methods in org.jpos.iso.channel that return ISOChannel
 ISOChannel ChannelPool.getCurrent()
           
 

Methods in org.jpos.iso.channel with parameters of type ISOChannel
 void ChannelPool.addChannel(ISOChannel channel)
           
 void ChannelPool.removeChannel(ISOChannel channel)
           
 

Uses of ISOChannel in org.jpos.iso.filter
 

Methods in org.jpos.iso.filter with parameters of type ISOChannel
 ISOMsg DebugFilter.filter(ISOChannel channel, ISOMsg m, byte[] header, byte[] image, LogEvent evt)
           
 ISOMsg MacroFilter.filter(ISOChannel channel, ISOMsg m, LogEvent evt)
           
 ISOMsg DebugFilter.filter(ISOChannel channel, ISOMsg m, LogEvent evt)
           
 ISOMsg ThroughputControlFilter.filter(ISOChannel channel, ISOMsg m, LogEvent evt)
           
 ISOMsg XSLTFilter.filter(ISOChannel channel, ISOMsg m, LogEvent evt)
           
 ISOMsg ChannelInfoFilter.filter(ISOChannel channel, ISOMsg m, LogEvent evt)
           
 ISOMsg MD5Filter.filter(ISOChannel channel, ISOMsg m, LogEvent evt)
           
 ISOMsg StatefulFilter.filter(ISOChannel iSOChannel, ISOMsg m, LogEvent evt)
           
 ISOMsg DelayFilter.filter(ISOChannel channel, ISOMsg m, LogEvent evt)
           
 

Uses of ISOChannel in org.jpos.iso.gui
 

Constructors in org.jpos.iso.gui with parameters of type ISOChannel
ISOChannelPanel(ISOChannel channel, String symbolicName)
           
 

Uses of ISOChannel in org.jpos.q2.iso
 

Methods in org.jpos.q2.iso that return ISOChannel
protected  ISOChannel ChannelAdaptor.initChannel()
           
 ISOChannel ChannelAdaptor.newChannel(org.jdom.Element e, QFactory f)
           
 



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