|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.ws.rs.ext.RuntimeDelegate
com.sun.jersey.core.spi.factory.AbstractRuntimeDelegate
public abstract class AbstractRuntimeDelegate
An abstract implementation of RuntimeDelegate that
provides support common to the client and server.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class javax.ws.rs.ext.RuntimeDelegate |
|---|
RuntimeDelegate.HeaderDelegate<T> |
| Field Summary |
|---|
| Fields inherited from class javax.ws.rs.ext.RuntimeDelegate |
|---|
JAXRS_RUNTIME_DELEGATE_PROPERTY |
| Constructor Summary | |
|---|---|
AbstractRuntimeDelegate()
|
|
| Method Summary | ||
|---|---|---|
|
createHeaderDelegate(java.lang.Class<T> type)
Obtain an instance of a HeaderDelegate for the supplied class. |
|
Response.ResponseBuilder |
createResponseBuilder()
Create a new instance of a Response.ResponseBuilder. |
|
UriBuilder |
createUriBuilder()
Create a new instance of a UriBuilder. |
|
Variant.VariantListBuilder |
createVariantListBuilder()
Create a new instance of a Variant.VariantListBuilder. |
|
| Methods inherited from class javax.ws.rs.ext.RuntimeDelegate |
|---|
createEndpoint, getInstance, setInstance |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AbstractRuntimeDelegate()
| Method Detail |
|---|
public Variant.VariantListBuilder createVariantListBuilder()
RuntimeDelegateVariant.VariantListBuilder.
createVariantListBuilder in class RuntimeDelegateVariant.VariantListBuilderpublic Response.ResponseBuilder createResponseBuilder()
RuntimeDelegateResponse.ResponseBuilder.
createResponseBuilder in class RuntimeDelegateResponse.ResponseBuilderpublic UriBuilder createUriBuilder()
RuntimeDelegateUriBuilder.
createUriBuilder in class RuntimeDelegateUriBuilderpublic <T> RuntimeDelegate.HeaderDelegate<T> createHeaderDelegate(java.lang.Class<T> type)
RuntimeDelegateCookie, CacheControl,
EntityTag, NewCookie,
MediaType and java.util.Date.
createHeaderDelegate in class RuntimeDelegatetype - the class of the header
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||