<?xml version="1.0" encoding="UTF-8"?>
   <mule xmlns="http://www.mulesource.org/schema/mule/core/2.2"
         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
         xmlns:jersey="http://www.mulesource.org/schema/mule/jersey/2.2"
         xmlns:vm="http://www.mulesource.org/schema/mule/vm/2.2"
         xsi:schemaLocation="http://www.springframework.org/schema/bean
         http://www.springframework.org/schema/beans/spring-beans-2.5.xsd
         http://www.mulesource.org/schema/mule/core/2.2 
         http://www.mulesource.org/schema/mule/core/2.2/mule.xsd
         http://www.mulesource.org/schema/mule/jersey/2.2
         http://www.mulesource.org/schema/mule/jersey/2.2/mule-jersey.xsd
         http://www.mulesource.org/schema/mule/vm/2.2
         http://www.mulesource.org/schema/mule/vm/2.2/mule-vm.xsd">

      <model name="CategoriesResource">
           <service name="categoriesResource">
           <inbound>
                <inbound-endpoint address="jersey:http://localhost:8991/" synchronous="true"/>
           </inbound>
           <component class="com.rgoarchitects.sample.Categories"/>
           </service>
     </model>
  </mule>
