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
|
version
static final java.lang.String version
- See Also:
- Constant Field Values
sendEnvelopedMsg
void sendEnvelopedMsg(EnvelopedMsg msg,
TCPIPEXTClientApplication app)
throws TCPIPApplicationException,
java.io.IOException
- Sends an EnvelopedMsg.
- Parameters:
msg
- EnvelopedMsg instanceapp
- TCPIPEXTClientApplication
- Throws:
TCPIPApplicationException
- on error
java.io.IOException
- on i/o error