javax.ws.rs.ext
Class RuntimeDelegate
java.lang.Object
javax.ws.rs.ext.RuntimeDelegate
public abstract class RuntimeDelegate
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JAXRS_RUNTIME_DELEGATE_PROPERTY
public static final String JAXRS_RUNTIME_DELEGATE_PROPERTY
- See Also:
- Constant Field Values
RuntimeDelegate
protected RuntimeDelegate()
createEndpoint
public abstract <T> T createEndpoint(Application app,
Class<T> type)
createUriBuilder
public abstract UriBuilder createUriBuilder()
createVariantListBuilder
public abstract Variant.VariantListBuilder createVariantListBuilder()
createHeaderDelegate
public abstract <T> RuntimeDelegate.HeaderDelegate<T> createHeaderDelegate(Class<T> headerType)
createResponseBuilder
public abstract Response.ResponseBuilder createResponseBuilder()
setInstance
public static void setInstance(RuntimeDelegate delegate)
throws SecurityException
- Throws:
SecurityException
getInstance
public static RuntimeDelegate getInstance()
Copyright © 2003-2012 The Apache Software Foundation. All Rights Reserved.