Sample Code: Service Descriptor
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE component PUBLIC '-//Sun Microsystems, Inc.//Viper Component//EN' 'http://www.sun.com/solaris/management/dtds/viperbean_1_0.dtd'>
<component version="1.0">
<service>
<interface>com.mycompany.myproduct.MyService</interface>
<provider-class>com.mycompany.myproduct.MyServiceImpl</provider-class>
<api-version>1.0</api-version>
<is-singleton>true</is-singleton>
<scope>file</scope>
</service>
<resource-bundle>com.mycompany.myproduct.MyServiceImplResources</resource-bundle>