Runtime tools : Channels components : Mobile Channel : Concepts : Implementation mechanism : Server side implementation mechanism
  
Server side implementation mechanism
The mobile channel server side follows the same design as the HTML Channel. It implements MobileRequest, MobileReponse, MobileRequestHandler, MobilePresentationHandler, and MobileRequestServlet.
Following is the static UML picture:
StaticUML picture
See
Interaction between client and server
Go up to
Implementation mechanism