Sun Adapter for TCP/IP HL7

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


public interface AbstractMsgSender

This class represents an abstract message sender 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
 void sendAbstractMsg(AbstractMsg msg, TCPIPEXTClientApplication app)
          Sends an AbstractMsg over tcpip connection.
 

Field Detail

version

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

sendAbstractMsg

void sendAbstractMsg(AbstractMsg msg,
                     TCPIPEXTClientApplication app)
                     throws TCPIPApplicationException,
                            java.io.IOException
Sends an AbstractMsg over tcpip connection.

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

Sun Adapter for TCP/IP HL7