|
Page Created :
CXF20DOC :
REST with JAX-WS Provider and Dispatch
REST with JAX-WS Provider and Dispatch has been created by Dan Diephouse (Dec 04, 2006). Content:CXF also supports building REST style Web Services using the JAX-WS Provider/Dispatch and XML binding. A sample can be found from samples\restful. The REST server provides following services: A RESTful customer service is provided on URL http://localhost:9000/customerservice/customers A HTTP GET request to URL http://localhost:9000/customerservice/customers <Customers> <Customer href="" class="code-quote">"http://localhost/customerservice/customer?id=1234"> <id>1234</id> </Customer> <Customer href="" class="code-quote">"http://localhost/customerservice/customer?id=1235"> <id>1235</id> </Customer> <Customer href="" class="code-quote">"http://localhost/customerservice/customer?id=1236"> <id>1236</id> </Customer> </Customers>
|
Unsubscribe or edit your notifications preferences
