Hey All,

I have below jaxrs:server define like below. how to put it as endpoint into
route?
below is the code example, but it doest not work for me

<jaxrs:server  id="rsServerSecure" address="https://0.0.0.0:9089/rest";>
        <jaxrs:serviceBeans>
            <ref component-id="rest"/>
        </jaxrs:serviceBeans>
    </jaxrs:server>
    <bean id="rest" class="com.rest.RESTResource"/>
    <bean id="restprocessor" class="com.rest.camel.RESTResourceProcessor"/>

 <route id="restroute" streamCache="true" >
            <from uri="jaxrs:server:rsServerSecure" />
            <to uri="bean:restprocessor" />
        </route>



--
View this message in context: 
http://camel.465427.n5.nabble.com/how-to-put-jaxrs-server-as-endpoint-in-route-from-tp5755249.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to