On Monday 11 October 2010 4:24:51 pm jaybytez wrote:
> If I build a SEI (FooService) that has all the JAX-WS service annotations
> on it and a SIB (FooServiceImpl) with no annotations on it, can I register
> them in the jaxws:endpoint as such?
> 
> <jaxws:endpoint
>         id="jaxws.ChannelManagerMessagingService"
>         implementor="com.foo.FooServiceImpl"
>         implementorClass="com.foo.FooService"
>         address="/foo"/>
> 
> I don't want to put any JAX-WS references on the Implementation class.  I
> thought I had this working before.

That SHOULD work with CXF as long as FooServiceImpl implements FooService.   
It's not exactly compliant though.  The JAX-WS spec would require a 
@WebService annotation on the Impl as well that would point to the 
endpointInterface as well as defines the targetnamespace and such.

> 
> Thanks...jay

-- 
Daniel Kulp
[email protected]
http://dankulp.com/blog

Reply via email to