org.glassfish.jersey.server.internal
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.
- Author:
- Jakub Podlesak, Marek Potociar (marek.potociar at oracle.com), Martin Matula (martin.matula at oracle.com)
| Nested classes/interfaces inherited from class javax.ws.rs.ext.RuntimeDelegate |
javax.ws.rs.ext.RuntimeDelegate.HeaderDelegate<T> |
| Fields inherited from class javax.ws.rs.ext.RuntimeDelegate |
JAXRS_RUNTIME_DELEGATE_PROPERTY |
| Methods inherited from class javax.ws.rs.ext.RuntimeDelegate |
getInstance, setInstance |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RuntimeDelegateImpl
public RuntimeDelegateImpl()
createEndpoint
public <T> T createEndpoint(javax.ws.rs.core.Application application,
Class<T> endpointType)
throws IllegalArgumentException,
UnsupportedOperationException
- Specified by:
createEndpoint in class javax.ws.rs.ext.RuntimeDelegate
- Throws:
IllegalArgumentException
UnsupportedOperationException
Copyright © 2007-2012 Oracle Corporation. All Rights Reserved. Use is subject to license terms.