serviceClass is your main entry java interface. serviceBean is the bean that implements your java interface (serviceClass)
----- Original Message ---- From: Barrie Treloar <[email protected]> To: [email protected] Sent: Tue, January 12, 2010 11:23:25 PM Subject: Re: Expose pojo via webservice dynamically without annotations (maybe with Spring/AOP)? On Wed, Jan 13, 2010 at 5:16 PM, Coder One <[email protected]> wrote: > Check out CXF simple front-end. Depending on how your services interfaces > look like, the WSDL generated by the simple front-end could be highly > interoperable between different platforms. I think I overlooked this for two reasons: 1) Is says front-end - which I read as client side, when in fact it means the front-end of the server side exposed service (since simple:client refers to the client side) 2) I can't tell what serviceBean and serviceClass are meant to be, the examples don't illuminate my understanding. Having grepped simple:service across the cxf sample projects, I can see from java_first_pojo that the interface is the serviceClass and the implementation is the serviceBean - both of which dont need annotations. I'll give it a go and then probably want to provide a patch to update the documentation :P Cheers.
