It is indeed possible:

https://github.com/jaxxy-rs/jaxxy/blob/master/test/src/main/java/org/jaxxy/test/JaxrsTestCase.java

This should give you enough inspiration for what you're trying to do.
On Wed, Nov 21, 2018 at 8:39 AM Vassilis Virvilis
<v.virvi...@biovista.com> wrote:
>
> Hi,
>
> I am not using Spring
>
> I am interested in manually configuring individual serviceClasses (i.e. for 
> adding Providers per serviceClass).
>
> This is possible with spring but looks impossible without spring.
>
> Is there a way to do it?
>
> I tried to access the Endpoints/ServiceClasses after they have been loaded as 
> specified in web.xml but failed.
>
> Do I need to launch my own JaxRsFactoryBean?
>
> Vassilis
>

Reply via email to