Uses of Package
org.jpos.iso

Packages that use org.jpos.iso
org.jpos.bsh   
org.jpos.core classes such as CardHolder, CardTransaction, CardAgent, etc. 
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.iso.header   
org.jpos.iso.packager Packager implementations 
org.jpos.iso.validator   
org.jpos.q2   
org.jpos.q2.iso   
org.jpos.security Key management, MAC, PIN encryption related classes. 
org.jpos.security.jceadapter JCE Security Module and its corresponding adapter (built into the JCE Security Module itself) 
org.jpos.tlv   
org.jpos.util utility/helper classes 
 

Classes in org.jpos.iso used by org.jpos.bsh
ISOChannel
          allows the transmision and reception of ISO 8583 Messages
ISOFilter
          An ISOFilter has the oportunity to modify an incoming or outgoing ISOMsg that is about to go thru an ISOChannel.
ISOFilter.VetoException
           
ISOMsg
          implements Composite whithin a Composite pattern
ISORequestListener
          It is possible to ask ISOMUX to forward all unmatched messages received through its associated ISOChannel to be processed by an ISORequestListener.
ISOSource
          Source for an ISORequest (where to send a reply)
RawIncomingFilter
          Receives the header and binary image of an incoming message (suitable for MAC validation)
 

Classes in org.jpos.iso used by org.jpos.core
ISOException
          Signals that an ISO exception of some sort has occurred.
ISOMsg
          implements Composite whithin a Composite pattern
 

Classes in org.jpos.iso used by org.jpos.iso
AsciiHexInterpreter
          Implements Hex Interpreter.
AsciiInterpreter
          Implements ASCII Interpreter.
AsciiPrefixer
          AsciiPrefixer constructs a prefix for ASCII messages.
BaseChannelMBean
           
BCDInterpreter
          Implements BCD Interpreter.
BcdPrefixer
          BcdPrefixer constructs a prefix storing the length in BCD.
BinaryInterpreter
          This interface supports the encoding and decoding of binary data.
BinaryPrefixer
          BinaryPrefixer constructs a prefix storing the length in binary.
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.
Currency
          ISO Currency Conversion package
EbcdicHexInterpreter
          Implements Hex Interpreter.
EbcdicInterpreter
          Implements EBCDIC Interpreter.
EbcdicPrefixer
          EbcdicPrefixer constructs a prefix for EBCDIC messages.
FactoryChannel
          Channels that can use socket factories need to implement this.
FilteredChannel
          Filtered Channel
IF_TBASE
          IF_TBASE base field packager for IF_T* class deal fields terminated by special token
IFA_NUMERIC
          ISOFieldPackager ASCII NUMERIC.
IFB_NUMERIC
          ISOFieldPackager Binary Numeric
Interpreter
          Implementations convert Strings into byte arrays and vice versa.
ISOAmountFieldPackager
           
ISOBinaryFieldPackager
           
ISOBitMapPackager
          IF*_BITMAP classes extends this class instead of ISOFieldPackager so packagers can check if field-1 ISOFieldPackager is an instance of an ISOBitMapPackager and handle differences between ANSI X9.2 and ISO-8583 packaging schemes.
ISOChannel
          allows the transmision and reception of ISO 8583 Messages
ISOClientSocketFactory
          ISOClientSocketFactory is used by BaseChannel and ISOServer in order to provide hooks for SSL implementations.
ISOComponent
          implements a Component within a Composite pattern See Overview for details.
ISOException
          Signals that an ISO exception of some sort has occurred.
ISOField
          implements Leaf for standard fields
ISOFieldPackager
          base class for the various IF*.java Field Packagers Implements "FlyWeight" pattern
ISOFieldValidator
          Validator for ISOField components.
ISOFilledStringFieldPackager
           
ISOFilter
          An ISOFilter has the oportunity to modify an incoming or outgoing ISOMsg that is about to go thru an ISOChannel.
ISOFilter.VetoException
           
ISOHeader
           
ISOMsg
          implements Composite whithin a Composite pattern
ISOPackager
           
ISORequestListener
          It is possible to ask ISOMUX to forward all unmatched messages received through its associated ISOChannel to be processed by an ISORequestListener.
ISOResponseListener
           
ISOServer
          Accept ServerChannel sessions and forwards them to ISORequestListeners
ISOServer.Session
           
ISOServerMBean
           
ISOServerSocketFactory
          ISOServerSocketFactory is used by BaseChannel and ISOServer in order to provide hooks for SSL implementations.
ISOSource
          Source for an ISORequest (where to send a reply)
ISOStringFieldPackager
           
ISOTagBinaryFieldPackager
          Generic class for handling binary fields in Tag-Len-Value format Format TTLL....
ISOTagStringFieldPackager
          Generic class for handling string fields in Tag-Len-Value format Format TTLL....
ISOValidator
          Validates a jPOS ISOComponent.
ISOVError
          Base validation-error class.
ISOVErrorList
          List of errors.
IVA_ALPHANUM
          Validator for ASCII alphanumeric fields.
IVA_ALPHANUMNOZERO
          Validator for no zero-filled fields.
IVA_NUM
          Validator for ASCII numeric fields.
LeftPadder
          Implements the Padder interface for padding strings and byte arrays on the left.
LiteralBinaryInterpreter
          This interpreter does no conversion and leaves the input the same as the output.
LiteralInterpreter
          Implements a Literal Interpreter.
NullPadder
          The NullPadder does not pad.
NullPrefixer
          AsciiPrefixer constructs a prefix for ASCII messages.
Padder
          An interface for padding and unpadding strings and byte arrays.
Prefixer
          This interface is used to encode and decode length prefixes.
RightPadder
          Implements the Padder interface for padding strings and byte arrays on the Right.
RightTPadder
          Implements the Padder interface for padding strings and byte arrays on the Right.
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.
SignedEbcdicNumberInterpreter
          Implements EBCDIC Interpreter for signed numerics.
 

Classes in org.jpos.iso used by org.jpos.iso.channel
BaseChannel
          ISOChannel is an abstract class that provides functionality that allows the transmision and reception of ISO 8583 Messages over a TCP/IP session.
BaseChannelMBean
           
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.
FactoryChannel
          Channels that can use socket factories need to implement this.
FilteredBase
          Filtered Channel Base
FilteredChannel
          Filtered Channel
ISOChannel
          allows the transmision and reception of ISO 8583 Messages
ISOException
          Signals that an ISO exception of some sort has occurred.
ISOFilter.VetoException
           
ISOHeader
           
ISOMsg
          implements Composite whithin a Composite pattern
ISOPackager
           
ISOSource
          Source for an ISORequest (where to send a reply)
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 used by org.jpos.iso.filter
ISOChannel
          allows the transmision and reception of ISO 8583 Messages
ISOException
          Signals that an ISO exception of some sort has occurred.
ISOFilter
          An ISOFilter has the oportunity to modify an incoming or outgoing ISOMsg that is about to go thru an ISOChannel.
ISOFilter.VetoException
           
ISOMsg
          implements Composite whithin a Composite pattern
RawIncomingFilter
          Receives the header and binary image of an incoming message (suitable for MAC validation)
 

Classes in org.jpos.iso used by org.jpos.iso.gui
ISOChannel
          allows the transmision and reception of ISO 8583 Messages
ISOMsg
          implements Composite whithin a Composite pattern
ISORequestListener
          It is possible to ask ISOMUX to forward all unmatched messages received through its associated ISOChannel to be processed by an ISORequestListener.
 

Classes in org.jpos.iso used by org.jpos.iso.header
ISOHeader
           
 

Classes in org.jpos.iso used by org.jpos.iso.packager
ISOBasePackager
          provides base functionality for the actual packagers
ISOBaseValidator
          Base Validator class for jPOS composed ISOComponents (ISOMsg).
ISOBitMapPackager
          IF*_BITMAP classes extends this class instead of ISOFieldPackager so packagers can check if field-1 ISOFieldPackager is an instance of an ISOBitMapPackager and handle differences between ANSI X9.2 and ISO-8583 packaging schemes.
ISOComponent
          implements a Component within a Composite pattern See Overview for details.
ISOException
          Signals that an ISO exception of some sort has occurred.
ISOFieldPackager
          base class for the various IF*.java Field Packagers Implements "FlyWeight" pattern
ISOFieldValidator
          Validator for ISOField components.
ISOMsg
          implements Composite whithin a Composite pattern
ISOMsgFieldPackager
          ISOMsgFieldPackager is a packager able to pack compound ISOMsgs (one message inside another one, and so on...)
ISOPackager
           
ISOValidator
          Validates a jPOS ISOComponent.
Prefixer
          This interface is used to encode and decode length prefixes.
VISA1ResponseFilter
           
 

Classes in org.jpos.iso used by org.jpos.iso.validator
ISOBaseValidator
          Base Validator class for jPOS composed ISOComponents (ISOMsg).
ISOComponent
          implements a Component within a Composite pattern See Overview for details.
ISOException
          Signals that an ISO exception of some sort has occurred.
ISOValidator
          Validates a jPOS ISOComponent.
 

Classes in org.jpos.iso used by org.jpos.q2
ISOException
          Signals that an ISO exception of some sort has occurred.
 

Classes in org.jpos.iso used by org.jpos.q2.iso
Channel
          Channel interface
FilteredChannel
          Filtered Channel
ISOChannel
          allows the transmision and reception of ISO 8583 Messages
ISOException
          Signals that an ISO exception of some sort has occurred.
ISOFilter.VetoException
           
ISOMsg
          implements Composite whithin a Composite pattern
ISORequestListener
          It is possible to ask ISOMUX to forward all unmatched messages received through its associated ISOChannel to be processed by an ISORequestListener.
ISOResponseListener
           
ISOSource
          Source for an ISORequest (where to send a reply)
MUX
          MUX interface
 

Classes in org.jpos.iso used by org.jpos.security
ISOException
          Signals that an ISO exception of some sort has occurred.
 

Classes in org.jpos.iso used by org.jpos.security.jceadapter
ISOException
          Signals that an ISO exception of some sort has occurred.
 

Classes in org.jpos.iso used by org.jpos.tlv
ISOException
          Signals that an ISO exception of some sort has occurred.
 

Classes in org.jpos.iso used by org.jpos.util
ISOException
          Signals that an ISO exception of some sort has occurred.
 



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