com.sun.ws.rs.ext
Class RuntimeDelegateImpl

java.lang.Object
  extended by javax.ws.rs.ext.RuntimeDelegate
      extended by org.glassfish.jersey.internal.AbstractRuntimeDelegate
          extended by com.sun.ws.rs.ext.RuntimeDelegateImpl

public class RuntimeDelegateImpl
extends AbstractRuntimeDelegate

Client-side implementation of JAX-RS RuntimeDelegate.

Author:
Jakub Podlesak, Marek Potociar (marek.potociar at oracle.com)

Nested Class Summary
 
Nested classes/interfaces inherited from class javax.ws.rs.ext.RuntimeDelegate
javax.ws.rs.ext.RuntimeDelegate.HeaderDelegate<T>
 
Field Summary
 
Fields inherited from class javax.ws.rs.ext.RuntimeDelegate
JAXRS_RUNTIME_DELEGATE_PROPERTY
 
Constructor Summary
RuntimeDelegateImpl()
           
 
Method Summary
<T> T
createEndpoint(javax.ws.rs.core.Application application, Class<T> endpointType)
           
 
Methods inherited from class org.glassfish.jersey.internal.AbstractRuntimeDelegate
createHeaderDelegate, createResponseBuilder, createUriBuilder, createVariantListBuilder
 
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
 

Constructor Detail

RuntimeDelegateImpl

public RuntimeDelegateImpl()
Method Detail

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.