Sun Adapter for TCP/IP HL7

com.stc.connector.tcpip.ext.msg
Interface AbstractMsgReceiver


public interface AbstractMsgReceiver

This class represents an abstract message receiver interface. It is used for user extensibility purpose.

Version:
cvs revision: $Revision: 1.3 $ Last Modified: $Date: 2005/09/03 06:34:02 $
Author:
Harry Liu

Field Summary
static java.lang.String version
           
 
Method Summary
 AbstractMsg receiveAbstractMsg(TCPIPEXTClientApplication app)
          Receives an AbstractMsg over tcpip connection.
 

Field Detail

version

static final java.lang.String version
See Also:
Constant Field Values
Method Detail

receiveAbstractMsg

AbstractMsg receiveAbstractMsg(TCPIPEXTClientApplication app)
                               throws TCPIPApplicationException,
                                      java.io.IOException
Receives an AbstractMsg over tcpip connection.

Parameters:
app - TCPIPEXTClientApplication
Returns:
AbstractMsg instance
Throws:
TCPIPApplicationException - on error
java.io.IOException - on i/o error

Sun Adapter for TCP/IP HL7