Class RuntimeDelegateImpl


public class RuntimeDelegateImpl extends AbstractRuntimeDelegate
Default implementation of JAX-RS RuntimeDelegate. The RuntimeDelegate class looks for the implementations registered in META-INF/services. Server injection binder should override this (using META-INF/services) to provide an implementation that supports createEndpoint(jakarta.ws.rs.core.Application, java.lang.Class) method.
Author:
Jakub Podlesak, Marek Potociar, Martin Matula