Created
June 25, 2014 10:36
-
-
Save rsuniev/8c6ddd9c65dd7107537e to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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