Skip to content

Instantly share code, notes, and snippets.

@rsuniev
Created June 25, 2014 10:36
Show Gist options
  • Save rsuniev/8c6ddd9c65dd7107537e to your computer and use it in GitHub Desktop.
Save rsuniev/8c6ddd9c65dd7107537e to your computer and use it in GitHub Desktop.
<blueprint xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:cm="http://aries.apache.org/blueprint/xmlns/blueprint-cm/v1.1.0"
xmlns:camel="http://camel.apache.org/schema/blueprint"
xmlns="http://www.osgi.org/xmlns/blueprint/v1.0.0"
xsi:schemaLocation="http://www.osgi.org/xmlns/blueprint/v1.0.0 http://www.osgi.org/xmlns/blueprint/v1.0.0/blueprint.xsd">
<camel:camelContext xmlns="http://camel.apache.org/schema/blueprint" id="paginationRouteContext">
</camel:camelContext>
<bean id="paginationProcessor" class="service.pagination.MyProcessor" init-method="init">
<argument ref="paginationRouteContext"/>
</bean>
</blueprint>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment