create client side java classes from a RESTful service in CXF
I want to create client-side开发者_如何转开发 java from a restful web service, so that I can call the service. Do somebody know if CXF provide such this tools?
Best,
With CXF 2.4.1, CXF does provide a "wadl2java" tool that can be used to create a Java client from a WADL document. If your restful service provides a WADL, that can be used as a starting point.
精彩评论