Package jifx.connection.connector.iso

Examples of jifx.connection.connector.iso.ConnectorISO_Test$TryConnectThread


import jifx.message.iso8583.ISOPackager;

public class Test {

  public static void main(String[] args) {
    ConnectorISO_Test cisot = new ConnectorISO_Test("test", "127.0.0.1", 10000);
    IMessage message = new ISOPackager().unpack(ISOMessageFactory.getISOPOSRequest("100"));
    cisot.messageProcessTC(message);
  }
View Full Code Here

TOP

Related Classes of jifx.connection.connector.iso.ConnectorISO_Test$TryConnectThread

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.