I attempted to replace the WadlGenerator with one of my own by adding it as a provider to my JAXRS server in spring. The server didn't see the new WadlGenerator unless it extending the WadlGenerator that comes with CXF. However extending the WadlGenerator in CXF is difficult because it declares a private interface SchemaWriter, but then has a protected method that returns the private interface. It could be extended but it wasn't very elegant.
Tim NOTICE: This email message is for the sole use of the intended recipient(s) and may contain confidential and privileged information. Any unauthorized review, use, disclosure or distribution is prohibited. If you are not the intended recipient, please contact the sender by reply email and destroy all copies of the original message.
