|
JAX-RS Core API 2.3.6.Final-redhat-1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use WebApplicationException | |
---|---|
javax.ws.rs.core | Low-level interfaces and annotations used to create RESTful service resources. |
javax.ws.rs.ext | APIs that provide extensions to the types supported by the JAX-RS API. |
Uses of WebApplicationException in javax.ws.rs.core |
---|
Methods in javax.ws.rs.core that throw WebApplicationException | |
---|---|
void |
StreamingOutput.write(OutputStream output)
Called to write the message body. |
Uses of WebApplicationException in javax.ws.rs.ext |
---|
Methods in javax.ws.rs.ext that throw WebApplicationException | |
---|---|
T |
MessageBodyReader.readFrom(Class<T> type,
Type genericType,
Annotation[] annotations,
MediaType mediaType,
MultivaluedMap<String,String> httpHeaders,
InputStream entityStream)
Read a type from the InputStream . |
void |
MessageBodyWriter.writeTo(T t,
Class<?> type,
Type genericType,
Annotation[] annotations,
MediaType mediaType,
MultivaluedMap<String,Object> httpHeaders,
OutputStream entityStream)
Write a type to an HTTP response. |
|
JAX-RS Core API 2.3.6.Final-redhat-1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |