<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<jbi:jbi xmlns:jbi="http://java.sun.com/xml/ns/jbi"
	xmlns:cdk5="http://petals.ow2.org/components/extensions/version-5"
	xmlns:petals-se-camel="http://petals.ow2.org/components/petals-se-camel/jbi/version-1.0"
	xmlns:jaxb.bss.ocb.orange.com="http://jaxb.bss.ocb.orange.com/" 
	xmlns:sample="http://com.orange.ocb.bss.sample" version="1.0">
	<jbi:services binding-component="false">
		<jbi:consumes interface-name="jaxb.bss.ocb.orange.com:ShellService"
			service-name="jaxb.bss.ocb.orange.com:ShellService">		
			<cdk5:operation>jaxb.bss.ocb.orange.com:execute</cdk5:operation>
			<cdk5:mep>InOnly</cdk5:mep>		
			<petals-se-camel:service-id>executeSatinMassCommands</petals-se-camel:service-id>
		</jbi:consumes>
		<!-- These are found in the jar packaged by Maven and included in the JBI 
			Zip -->
		<petals-se-camel:java-routes>com.orange.ocb.bss.routes.SatinMassCommandsRoute</petals-se-camel:java-routes>	
	</jbi:services>
</jbi:jbi>
