public class RuntimeDelegateImpl extends AbstractRuntimeDelegate
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.| Constructor and Description |
|---|
RuntimeDelegateImpl() |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
createEndpoint(jakarta.ws.rs.core.Application application,
Class<T> endpointType) |
createHeaderDelegate, createLinkBuilder, createResponseBuilder, createUriBuilder, createVariantListBuilderpublic <T> T createEndpoint(jakarta.ws.rs.core.Application application,
Class<T> endpointType)
throws IllegalArgumentException,
UnsupportedOperationException
createEndpoint in class jakarta.ws.rs.ext.RuntimeDelegateIllegalArgumentExceptionUnsupportedOperationExceptionCopyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.