You may come across a scenario where you want to stop listing of the exposed service from given endpoint. This can be achieved by setting the property "org.apache.cxf.endpoint.private" to true as shown in following snippet:
This will stop the listing of the service when url http://server:port/test is typed in the browser.
<jaxrs:server id="serivceId" address="/test">... <jaxrs:properties> <entry key="org.apache.cxf.endpoint.private" value="true"/> </jaxrs:properties></jaxrs:server>This will stop the listing of the service when url http://server:port/test is typed in the browser.
no se ve el codigo capo
ReplyDelete(Google translator) gracias, he actualizado el blog. Espero que esto sea útil ...
ReplyDelete