A C D E F G H I J L M N P R S T V W

C

ChannelServer - Class in j8583.example
This example uses java.nio instead of java.io to read and write the messages to the clients.
ChannelServer(SocketChannel, byte[]) - Constructor for class j8583.example.ChannelServer
 
Client - Class in j8583.example
Implements a very simple TCP client application that connects to a server and sends some requests, displaying the response codes and confirmations.
Client(Socket) - Constructor for class j8583.example.Client
 
clone() - Method in class com.solab.iso8583.IsoValue
Returns a copy of the receiver that references the same value object.
com.solab.iso8583 - package com.solab.iso8583
This package contains the main framework classes.
com.solab.iso8583.impl - package com.solab.iso8583.impl
 
com.solab.iso8583.parse - package com.solab.iso8583.parse
This package contains the classes used for parsing the XML configuration files to set up a MessageFactory, and also for storing the parse information for each field depending on the type of message.
ConfigParser - Class in com.solab.iso8583.parse
This class is used to parse a XML configuration file and configure a MessageFactory with the values from it.
ConfigParser() - Constructor for class com.solab.iso8583.parse.ConfigParser
 
configureFromClasspathConfig(MessageFactory, String) - Static method in class com.solab.iso8583.parse.ConfigParser
Configures a MessageFactory using the configuration file at the path specified (will be searched within the classpath using the MessageFactory's ClassLoader).
configureFromDefault(MessageFactory) - Static method in class com.solab.iso8583.parse.ConfigParser
Configures a MessageFactory using the default configuration file j8583.xml.
createDefault() - Static method in class com.solab.iso8583.parse.ConfigParser
Creates a message factory configured from the default file, which is j8583.xml located in the root of the classpath.
createFromClasspathConfig(String) - Static method in class com.solab.iso8583.parse.ConfigParser
Creates a message factory from the specified path inside the classpath.
createFromUrl(URL) - Static method in class com.solab.iso8583.parse.ConfigParser
Creates a message factory from the file located at the specified URL.
createResponse(IsoMessage) - Method in class com.solab.iso8583.MessageFactory
Creates a message to respond to a request.
CustomField<T> - Interface in com.solab.iso8583
Defines the behavior for a custom field value encoder/decoder

A C D E F G H I J L M N P R S T V W