Skip to content

Instantly share code, notes, and snippets.

@honghuac
Created July 12, 2016 08:42
Show Gist options
  • Save honghuac/b821a661dc58509f67e5eaa28cf4d862 to your computer and use it in GitHub Desktop.
Save honghuac/b821a661dc58509f67e5eaa28cf4d862 to your computer and use it in GitHub Desktop.
<!-- Defined the real JAXRS back end service -->
<jaxrs:server id="restService"
address="http://localhost:${CXFTestSupport.port2}/CxfRsRouterTest/rest"
staticSubresourceResolution="true">
<jaxrs:serviceBeans>
<ref bean="customerService"/>
</jaxrs:serviceBeans>
</jaxrs:server>
<bean id="customerService" class="org.apache.camel.component.cxf.jaxrs.testbean.CustomerService" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment