jPOS 1.6.1 API Documentation

org.jpos.iso
Interface FactoryChannel

All Known Implementing Classes:
AmexChannel, ASCIIChannel, BASE24Channel, BASE24TCPChannel, BaseChannel, CSChannel, GZIPChannel, HEXChannel, LogChannel, NACChannel, NCCChannel, PADChannel, PostChannel, RawChannel, VAPChannel, X25Channel, XMLChannel

public interface FactoryChannel

Channels that can use socket factories need to implement this.

Version:
$Revision: 2594 $ $Date: 2008-01-22 08:41:31 -0800 (Tue, 22 Jan 2008) $
Author:
Alwyn Schoeman

Method Summary
 void setSocketFactory(ISOClientSocketFactory sfac)
           
 

Method Detail

setSocketFactory

void setSocketFactory(ISOClientSocketFactory sfac)
Parameters:
sfac - a socket factory

jPOS.org