public class RuntimeDelegateImpl extends AbstractRuntimeDelegate
RuntimeDelegate that will be instantiated if all look up mechanisms
fail to find an instance.
A hardcoded reference to this class name occurs in the RuntimeDelegate
class present in the JAX-RS api jar.
| Constructor and Description |
|---|
RuntimeDelegateImpl() |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
createEndpoint(javax.ws.rs.core.Application application,
Class<T> endpointType) |
createHeaderDelegate, 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 © 2014 Oracle Corporation. All rights reserved.