<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright (c) 2008, 2009 IBM.                                         -->
<!-- All rights reserved. This program and the accompanying materials      -->
<!-- are made available under the terms of the Eclipse Public License v1.0 -->
<!-- which accompanies this distribution, and is available at              -->
<!-- http://www.eclipse.org/legal/epl-v10.html                             -->
<!--                                                                       -->
<!-- Contributors:                                                         -->
<!--     IBM - initial API and implementation                              -->
<!-- WARNING:                                                              -->
<!-- Consult the hardware manufacturer's technical specifications and User -->
<!-- Guide for proper usage of the hardware before you use the Device Kit. -->
<!-- Improper usage may result in damage to the hardware.                  -->
<dkml>
	<connection id="UdpServerConnection"
		 packagebase="org.eclipse.soda.dk"
		 superclass="UdpConnection"
		 executionenvironments="OSGi/Minimum-1.1">
		<description>User Diagram Protocol (UDP) Server</description>
		<provider>Eclipse.org</provider>
		<version>1.2.0</version>
		<vendor>IBM</vendor>
		<incubation>true</incubation>
		
		<!-- Protocol Specification -->
		<spec id="Specification"/>
<!-- custom parameters in order of the constructor -->		
		<customparameter name="localhost" type="String" defaultvalue="0.0.0.0" required="false">
			<description>The local host name or address</description>
			<displayname>Local host</displayname>
		</customparameter>
		<customparameter name="localport" type="int" defaultvalue="0" required="true">
			<description>The local port number on the host</description>
			<displayname>Local port</displayname>
			<minimum>0</minimum>
		</customparameter>
		<customparameter name="readsize" type="int" defaultvalue="-1" required="false">
			<description>The read size value in bytes</description>
			<displayname>Read size</displayname>
			<minimum>-1</minimum>
		</customparameter>
		<customparameter name="writesize" type="int" defaultvalue="-1" required="false">
			<description>The write size value in bytes</description>
			<displayname>Write size</displayname>
			<minimum>-1</minimum>
		</customparameter>
		<bundle/>
		<managedbundle/>
		<managedfactorybundle/>
	</connection>
</dkml>