public abstract class XmlControlChannel extends StreamedControlChannel
The actual processing method processXmlMessage
has to be implemented by subclasses.
| Constructor and Description |
|---|
XmlControlChannel(int a_channelId,
Multiplexer a_multiplexer,
IServiceContainer a_serviceContainer,
boolean bEncrypted) |
| Modifier and Type | Method and Description |
|---|---|
int |
sendXmlMessage(org.w3c.dom.Document docMsg)
This method allows sending an
XML Document
containing control information over a
StreamedControlChannel. |
sendByteMessageisSending, processReceivedPacket, sendRawMessagecreateEmptyMixPacket, deleteChannel, isClosed, multiplexerClosed, sendPacketpublic XmlControlChannel(int a_channelId,
Multiplexer a_multiplexer,
IServiceContainer a_serviceContainer,
boolean bEncrypted)
public int sendXmlMessage(org.w3c.dom.Document docMsg)
XML Document
containing control information over a
StreamedControlChannel.docMsg - Copyright © 2023. All rights reserved.