Class RuntimeDelegateImpl

java.lang.Object
javax.ws.rs.ext.RuntimeDelegate
org.glassfish.jersey.internal.AbstractRuntimeDelegate
org.glassfish.jersey.server.internal.RuntimeDelegateImpl

public class RuntimeDelegateImpl extends AbstractRuntimeDelegate
Server-side implementation of JAX-RS RuntimeDelegate. This overrides the default implementation of RuntimeDelegate from jersey-common which does not implement createEndpoint(javax.ws.rs.core.Application, java.lang.Class) method.