On 2010-12-20 19.59, Niclas Hedhman wrote:
I have one Mixin that ONLY has Activatable methods. There are more
than one usecase, but the 'current' one;

The JaxWsService sitting in a library

@Mixins( JaxWsService.JaxWsMixin.class )
public interface JaxWsService extends Activatable, ServiceComposite
{

     public static abstract class JaxWsMixin
         implements JaxWsService
     {

which sets up the CXF TypeCreator and the Endpoint for the service.

and for 'simple' services (I have one with a single method), it just
extends JaxWsService and an abstract mixin for that method. Instead of
creating one more interface, ending up with 2 interface and one
implementation class for a single method ;-)

Could you make it an imported service instead? If it's that simplistic?

/Rickard

_______________________________________________
qi4j-dev mailing list
[email protected]
http://lists.ops4j.org/mailman/listinfo/qi4j-dev

Reply via email to