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, createVariantListBuilder
public <T> T createEndpoint(javax.ws.rs.core.Application application, Class<T> endpointType) throws IllegalArgumentException, UnsupportedOperationException
createEndpoint
in class javax.ws.rs.ext.RuntimeDelegate
IllegalArgumentException
UnsupportedOperationException
Copyright © 2013 Oracle Corporation. All rights reserved.