This content has been marked as final.
Show 1 reply
-
1. Re: Right way to create webservice version on CXF
njiang May 28, 2012 10:15 AM (in response to lekkie_lomotayo)You can CXF interceptor to handle the different version of message for you.
Here is the example[1][2] that you can take a look at it.
http://svn.apache.org/repos/asf/cxf/trunk/systests/uncategorized/src/test/java/org/apache/cxf/systest/versioning/
http://svn.apache.org/repos/asf/cxf/trunk/systests/uncategorized/src/test/java/org/apache/cxf/systest/versioning/MediatorInInterceptor.java