Runtime tools : Channels components : Key features : Tasks : Supporting a new channel device
  
Supporting a new channel device
This section describes how to extend UNICOM® Digital Transformation Toolkit (UDTT™) by implementing a new channel. It can also be helpful in understanding the implementation and behavior of the multichannel architecture channels.
The steps for implementing a new channel device are described in detail in the following sections:
1 Creating the channel driver
2 Creating the request handler
3 Creating the presentation handler
4 Adding channel session management
5 Managing channel sessions for any communication protocol
6 Managing channel sessions for HTTP devices
See
Creating the channel driver
Creating the request handler
Creating the presentation handler
Go up to
Tasks