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