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
|
version
static final java.lang.String version
- See Also:
- Constant Field Values
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