<jbi:jbi ...>
<jbi:services binding-component="true">
<jbi:consumes interface-name="inscription-cantine:inscriptionCantine">
<cdk:timeout>${municipalite.timeout.clt-services.qf}</cdk:timeout>
<cdk:mep xsi:nil="true" />
<rest:service-base-path>/api</rest:service-base-path>
<rest:mapping>
<rest:operation name="inscription-cantine:new">
<rest:http-method>POST</rest:http-method>
<rest:path-template>/demarches-administratives/demande-cantine</rest:path-template>
...
</rest:operation>
<rest:operation name="inscription-cantine:validate">
<rest:http-method>PUT</rest:http-method>
<rest:path-template>/demarches-administratives/demande-cantine/{numero-demande}</rest:path-template>
...
</rest:operation>
</rest:mapping>
</jbi:consumes>
<jbi:consumes interface-name="flowable-integration:Task">
<cdk:timeout>${municipalite.timeout.clt-services.qf}</cdk:timeout>
<cdk:mep xsi:nil="true" />
<rest:service-base-path>/api</rest:service-base-path>
<rest:mapping>
<rest:operation name="flowable-integration:getTasks">
<rest:http-method>GET</rest:http-method>
<rest:path-template>/demarches-administratives/demande-cantine?statut='En attente'</rest:path-template>
...
</rest:mapping>
</jbi:consumes>
<jbi:consumes interface-name="flowable-integration:ProcessInstances">
<cdk:timeout>${municipalite.timeout.clt-services.qf}</cdk:timeout>
<cdk:mep xsi:nil="true" />
<rest:service-base-path>/api</rest:service-base-path>
<rest:mapping>
<rest:operation name="flowable-integration:getProcessInstances">
<rest:http-method>GET</rest:http-method>
<rest:path-template>/demarches-administratives/demande-cantine?usager-demandeur={usager-demandeur}</rest:path-template>
...
</rest:operation>
</rest:mapping>
</jbi:consumes>
</jbi:services>
</jbi:jbi>