Skip to main content

This CGIT instance is deprecated, and repositories have been moved to Gitlab or Github. See the repository descriptions for specific locations.

summaryrefslogtreecommitdiffstats
blob: 1b6f138473a599e1ebb2a8de8e8668d9408fa907 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
<html>
<head>
<meta name="copyright" content="Copyright (c) Symbian Software Ltd 2007. This page is made available under license. For full details see the LEGAL in the documentation book that contains this page." >
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<meta http-equiv="Content-Style-Type" content="text/css">
<link rel="stylesheet" href="../book.css" charset="ISO-8859-1" type="text/css">
<title>Model</title>
</head>
<body>
<h1>Model</h1>
<p>
Service discovery stores the information in a EMF model as following:
</p>

<p>
<center>
<img src="./images/discovery_model.gif"/>
</center>  
</p>
<p>
The service discovery engine will fill this model using the provided protocol and transport implementations, and can be accessed after using the standard EMF methods. 
</p>
</body>
</html>


Back to the top