Hi,

I am used to declare REST services on the XML file in order to publish ...
something like 

<jaxrs:server id="customerService" address="/">
  <jaxrs:serviceBeans>
    <bean class="org.apache.cxf.jaxrs.systests.CustomerService" />
  </jaxrs:serviceBeans>
</jaxrs:server>

Is there a way to publish them programmatically ... like SOAP Webservices:

Endpoint.publish(URL, serviceBean) 

?

Thxs,



--
View this message in context: 
http://cxf.547215.n5.nabble.com/Programatically-publishing-a-RESTful-service-tp5739401.html
Sent from the cxf-user mailing list archive at Nabble.com.

Reply via email to