Sun Adapter for TCP/IP HL7

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

All Known Implementing Classes:
CustomEnvelopedMsgSample01, CustomEnvelopedMsgSample02

public interface EnvelopedMsgSender

This class represents an enveloped message sender interface. It is used for user extensibility purpose. If user wants to implement his own enveloped-type message, this interface should be implemented.

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

Field Summary
static java.lang.String version
           
 
Method Summary
 void sendEnvelopedMsg(EnvelopedMsg msg, TCPIPEXTClientApplication app)
          Sends an EnvelopedMsg.
 

Field Detail

version

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

sendEnvelopedMsg

void sendEnvelopedMsg(EnvelopedMsg msg,
                      TCPIPEXTClientApplication app)
                      throws TCPIPApplicationException,
                             java.io.IOException
Sends an EnvelopedMsg.

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

Sun Adapter for TCP/IP HL7