|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use GenericType | |
|---|---|
| javax.ws.rs.client | The JAX-RS client API |
| javax.ws.rs.container | TODO javadoc. |
| javax.ws.rs.core | Low-level interfaces and annotations used to create RESTful service resources. |
| Uses of GenericType in javax.ws.rs.client |
|---|
| Methods in javax.ws.rs.client that return GenericType | |
|---|---|
GenericType<?> |
ClientRequestContext.getDeclaredEntityType()
Get the declared generic message entity type information. |
| Methods in javax.ws.rs.client with parameters of type GenericType | ||
|---|---|---|
|
SyncInvoker.delete(GenericType<T> responseType)
Invoke HTTP DELETE method for the current request synchronously. |
|
|
AsyncInvoker.delete(GenericType<T> responseType)
Invoke HTTP DELETE method for the current request asynchronously. |
|
|
SyncInvoker.get(GenericType<T> responseType)
Invoke HTTP GET method for the current request synchronously. |
|
|
AsyncInvoker.get(GenericType<T> responseType)
Invoke HTTP GET method for the current request asynchronously. |
|
|
Invocation.invoke(GenericType<T> responseType)
Synchronously invoke the request and receive a response of the specified generic type back. |
|
|
SyncInvoker.method(java.lang.String name,
Entity<?> entity,
GenericType<T> responseType)
Invoke an arbitrary method for the current request synchronously. |
|
|
AsyncInvoker.method(java.lang.String name,
Entity<?> entity,
GenericType<T> responseType)
Invoke an arbitrary method for the current request asynchronously. |
|
|
SyncInvoker.method(java.lang.String name,
GenericType<T> responseType)
Invoke an arbitrary method for the current request synchronously. |
|
|
AsyncInvoker.method(java.lang.String name,
GenericType<T> responseType)
Invoke an arbitrary method for the current request asynchronously. |
|
|
SyncInvoker.options(GenericType<T> responseType)
Invoke HTTP OPTIONS method for the current request synchronously. |
|
|
AsyncInvoker.options(GenericType<T> responseType)
Invoke HTTP OPTIONS method for the current request asynchronously. |
|
|
SyncInvoker.post(Entity<?> entity,
GenericType<T> responseType)
Invoke HTTP POST method for the current request synchronously. |
|
|
AsyncInvoker.post(Entity<?> entity,
GenericType<T> responseType)
Invoke HTTP POST method for the current request asynchronously. |
|
|
SyncInvoker.put(Entity<?> entity,
GenericType<T> responseType)
Invoke HTTP PUT method for the current request synchronously. |
|
|
AsyncInvoker.put(Entity<?> entity,
GenericType<T> responseType)
Invoke HTTP PUT method for the current request asynchronously. |
|
|
ClientRequestContext.setEntity(GenericType<T> type,
java.lang.annotation.Annotation[] annotations,
MediaType mediaType,
T entity)
Set a new response message entity. |
|
|
Invocation.submit(GenericType<T> responseType)
Submit the request for an asynchronous invocation and receive a future response of the specified generic type back. |
|
|
SyncInvoker.trace(Entity<?> entity,
GenericType<T> responseType)
Invoke HTTP TRACE method for the current request synchronously. |
|
|
AsyncInvoker.trace(Entity<?> entity,
GenericType<T> responseType)
Invoke HTTP TRACE method for the current request asynchronously. |
|
| Uses of GenericType in javax.ws.rs.container |
|---|
| Methods in javax.ws.rs.container that return GenericType | |
|---|---|
GenericType<?> |
ContainerResponseContext.getDeclaredEntityType()
Get the declared generic message entity type information. |
| Methods in javax.ws.rs.container with parameters of type GenericType | ||
|---|---|---|
|
ContainerResponseContext.setEntity(GenericType<T> type,
java.lang.annotation.Annotation[] annotations,
MediaType mediaType,
T entity)
Set a new response message entity. |
|
| Uses of GenericType in javax.ws.rs.core |
|---|
| Methods in javax.ws.rs.core with parameters of type GenericType | ||
|---|---|---|
abstract
|
Response.ResponseBuilder.entity(T entity,
GenericType<? super T> declaredType,
java.lang.annotation.Annotation[] annotations)
Set the response entity in the builder. |
|
abstract
|
Response.readEntity(GenericType<T> entityType)
Read the message entity input stream as an instance of specified Java type using a MessageBodyReader that supports mapping the
message entity stream onto the requested type. |
|
abstract
|
Response.readEntity(GenericType<T> entityType,
java.lang.annotation.Annotation[] annotations)
Read the message entity input stream as an instance of specified Java type using a MessageBodyReader that supports mapping the
message entity stream onto the requested type. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||