Hi CXFServlet is documented here :
http://cwiki.apache.org/CXF20DOC/servlet-transport.html http://fusesource.com/docs/framework/2.2/deploy_guide/CXFServletDeployAdapter.html I haven't found where CXFServlet properties are documented though - I'll check the wiki again and will document them as needed. I think those properties is what really represents the CXFServlet 'API'. However, I agree that for users who might want to extend CXFServlet having appropriate javaDocs would really help - will fix it. > XMLSource - that is my fault. Will do shortly...Some XMLSource description is here : http://cxf.apache.org/docs/jax-rs.html#JAX-RS-XMLcentricclients http://cxf.apache.org/docs/jax-rs.html#JAX-RS-XPathandXSLT thanks, Sergey KARR, DAVID (ATTCINW) wrote: > >> -----Original Message----- >> From: Daniel Kulp [mailto:[email protected]] >> Sent: Wednesday, August 19, 2009 2:11 PM >> To: [email protected] >> Cc: KARR, DAVID (ATTCINW) >> Subject: Re: Javadoc missing for some classes? >> >> On Wed August 19 2009 5:01:08 pm KARR, DAVID (ATTCINW) wrote: >> > I'm going through the JAX-RS portion of the doc, and occasionally >> going >> > to the Javadoc to look at some classes that are mentioned, and there >> are >> > quite a few that I don't see in the javadoc, like "CXFServlet" and >> > "XMLSource", for instance. Are they somewhere else? >> >> Probably check the online javadocs: >> >> http://cxf.apache.org/javadoc/latest/ >> >> which includes EVERYTHING as it's much more targeted at us CXF >> developers. > > That looks good. Why would those two classes not be in the javadoc? > They're classes that users would directly reference. > > > -- View this message in context: http://www.nabble.com/Javadoc-missing-for-some-classes--tp25051895p25060020.html Sent from the cxf-user mailing list archive at Nabble.com.
