JBoss.orgCommunity Documentation

Chapter 3. Design Overview

3.1. Example Components
3.2. Registrar and Datasource Operations

The SIP JDBC Registrar Example is JAIN SLEE 1.1 Application which handles incoming SIP REGISTER requests. Depending on message content, it performs registrar routines and respond to UAC with proper message.

Example consist of following components:

Root SBB of service is SIP Registrar SBB, which receives messages as first. Relation between SBB s look as follows:

To better understand source code, it is required that you are familiar atleast with general design of examples service. Below you can find a diagram which depicts general call flow in example: