jPOS 1.6.7 API Documentation

org.jpos.iso
Interface ISOSource

All Known Subinterfaces:
ClientChannel, FilteredChannel, ISOChannel, ServerChannel
All Known Implementing Classes:
AmexChannel, ASCIIChannel, BASE24Channel, BASE24TCPChannel, BaseChannel, BCDChannel, ChannelPool, CSChannel, FilteredBase, FSDChannel, GZIPChannel, HEXChannel, ISOMUX, LogChannel, LoopbackChannel, NACChannel, NCCChannel, PADChannel, PostChannel, RawChannel, RBPChannel, TelnetXMLChannel, VAPChannel, X25Channel, XMLChannel

public interface ISOSource

Source for an ISORequest (where to send a reply)

Version:
$Id: ISOSource.java 2854 2010-01-02 10:34:31Z apr $
Author:
Alejandro P. Revilla
See Also:
ISORequestListener

Method Summary
 boolean isConnected()
           
 void send(ISOMsg m)
          sends (or hands back) an ISOMsg
 

Method Detail

send

void send(ISOMsg m)
          throws java.io.IOException,
                 ISOException,
                 ISOFilter.VetoException
sends (or hands back) an ISOMsg

Parameters:
m - the Message to be sent
Throws:
java.io.IOException
ISOException
ISOFilter.VetoException;
ISOFilter.VetoException

isConnected

boolean isConnected()
Returns:
true if source is connected and usable

jPOS.org