Sun Adapter for TCP/IP HL7

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

All Known Implementing Classes:
CustomEnvelopedMsgSample01, CustomEnvelopedMsgSample02

public interface EnvelopedMsgReceiver

This class represents an enveloped message receiver 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
 EnvelopedMsg receiveEnvelopedMsg(TCPIPEXTClientApplication app)
          Receives an EnvelopedMsg.
 

Field Detail

version

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

receiveEnvelopedMsg

EnvelopedMsg receiveEnvelopedMsg(TCPIPEXTClientApplication app)
                                 throws TCPIPApplicationException,
                                        java.io.IOException
Receives an EnvelopedMsg.

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

Sun Adapter for TCP/IP HL7