RE: jaxws:endpoint versus interface versus service

2007-10-06 Thread Willem2
, 2007 9:48 AM To: cxf-user@incubator.apache.org Subject: Re: jaxws:endpoint versus interface versus service You can set the JaxWsServerFactoryBean ServiceClass attribute with the annotated interface. Willem. bmargulies wrote: I've got all my nice annotations on the interface

Re: jaxws:endpoint versus interface versus service

2007-10-05 Thread Willem2
You can set the JaxWsServerFactoryBean ServiceClass attribute with the annotated interface. Willem. bmargulies wrote: I've got all my nice annotations on the interface, not on the impl. Could some kind soul clue me in on how to tell the spring config to look at them there -- View

RE: jaxws:endpoint versus interface versus service

2007-10-05 Thread Benson Margulies
Is that 'serviceClass' in the jaxws:endpoint element? If so, I'll add it to the Wiki doc. -Original Message- From: Willem2 [mailto:[EMAIL PROTECTED] Sent: Friday, October 05, 2007 9:48 AM To: cxf-user@incubator.apache.org Subject: Re: jaxws:endpoint versus interface versus service