|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ProcessingException | |
|---|---|
| javax.ws.rs.client | The JAX-RS client API |
| org.glassfish.jersey.client | Jersey client-side classes. |
| org.glassfish.jersey.client.spi | |
| org.glassfish.jersey.message.internal | Common Jersey internal messaging classes. |
| org.glassfish.jersey.server | Jersey server-side classes. |
| org.glassfish.jersey.server.internal.inject | Jersey server-side JAX-RS injection support classes. |
| org.glassfish.jersey.server.internal.process | |
| org.glassfish.jersey.server.spi | Jersey server-side service provider contract (SPI) classes. |
| org.glassfish.jersey.server.spi.internal | Jersey server-side internal service provider contract (SPI) classes. |
| Uses of ProcessingException in javax.ws.rs.client |
|---|
| Subclasses of ProcessingException in javax.ws.rs.client | |
|---|---|
class |
ResponseProcessingException
JAX-RS client-side runtime processing exception thrown to indicate that response processing has failed (e.g. |
| Uses of ProcessingException in org.glassfish.jersey.client |
|---|
| Methods in org.glassfish.jersey.client that throw ProcessingException | ||
|---|---|---|
Response |
JerseyInvocation.Builder.delete()
|
|
|
JerseyInvocation.Builder.delete(Class<T> responseType)
|
|
|
JerseyInvocation.Builder.delete(GenericType<T> responseType)
|
|
Response |
JerseyInvocation.Builder.get()
|
|
|
JerseyInvocation.Builder.get(Class<T> responseType)
|
|
|
JerseyInvocation.Builder.get(GenericType<T> responseType)
|
|
Response |
JerseyInvocation.Builder.head()
|
|
Response |
JerseyInvocation.invoke()
|
|
|
JerseyInvocation.invoke(Class<T> responseType)
|
|
|
JerseyInvocation.invoke(GenericType<T> responseType)
|
|
Response |
JerseyInvocation.Builder.method(String name)
|
|
|
JerseyInvocation.Builder.method(String name,
Class<T> responseType)
|
|
Response |
JerseyInvocation.Builder.method(String name,
Entity<?> entity)
|
|
|
JerseyInvocation.Builder.method(String name,
Entity<?> entity,
Class<T> responseType)
|
|
|
JerseyInvocation.Builder.method(String name,
Entity<?> entity,
GenericType<T> responseType)
|
|
|
JerseyInvocation.Builder.method(String name,
GenericType<T> responseType)
|
|
Response |
JerseyInvocation.Builder.options()
|
|
|
JerseyInvocation.Builder.options(Class<T> responseType)
|
|
|
JerseyInvocation.Builder.options(GenericType<T> responseType)
|
|
Response |
JerseyInvocation.Builder.post(Entity<?> entity)
|
|
|
JerseyInvocation.Builder.post(Entity<?> entity,
Class<T> responseType)
|
|
|
JerseyInvocation.Builder.post(Entity<?> entity,
GenericType<T> responseType)
|
|
Response |
JerseyInvocation.Builder.put(Entity<?> entity)
|
|
|
JerseyInvocation.Builder.put(Entity<?> entity,
Class<T> responseType)
|
|
|
JerseyInvocation.Builder.put(Entity<?> entity,
GenericType<T> responseType)
|
|
Response |
JerseyInvocation.Builder.trace()
|
|
|
JerseyInvocation.Builder.trace(Class<T> responseType)
|
|
|
JerseyInvocation.Builder.trace(GenericType<T> responseType)
|
|
| Uses of ProcessingException in org.glassfish.jersey.client.spi |
|---|
| Methods in org.glassfish.jersey.client.spi that throw ProcessingException | |
|---|---|
ClientResponse |
Connector.apply(ClientRequest request)
Synchronously process client request into a response. |
| Uses of ProcessingException in org.glassfish.jersey.message.internal |
|---|
| Subclasses of ProcessingException in org.glassfish.jersey.message.internal | |
|---|---|
class |
HeaderValueException
Processing exception indicating that an attempt to
read a value of a header failed. |
class |
MessageBodyProcessingException
Jersey exception signaling that error occurred during reading or writing message body (entity). |
class |
MessageBodyProviderNotFoundException
Jersey processing exception signaling that no appropriate MessageBodyReader or MessageBodyWriter was found. |
| Methods in org.glassfish.jersey.message.internal that throw ProcessingException | ||
|---|---|---|
boolean |
InboundMessageContext.bufferEntity()
Buffer the entity stream (if not empty). |
|
boolean |
OutboundJaxrsResponse.bufferEntity()
|
|
void |
OutboundJaxrsResponse.close()
|
|
|
OutboundJaxrsResponse.readEntity(Class<T> type)
|
|
|
OutboundJaxrsResponse.readEntity(Class<T> type,
Annotation[] annotations)
|
|
|
OutboundJaxrsResponse.readEntity(GenericType<T> entityType)
|
|
|
OutboundJaxrsResponse.readEntity(GenericType<T> entityType,
Annotation[] annotations)
|
|
| Uses of ProcessingException in org.glassfish.jersey.server |
|---|
| Subclasses of ProcessingException in org.glassfish.jersey.server | |
|---|---|
class |
ContainerException
Exception thrown by the container components in to notify Jersey runtime about any errors. |
| Uses of ProcessingException in org.glassfish.jersey.server.internal.inject |
|---|
| Subclasses of ProcessingException in org.glassfish.jersey.server.internal.inject | |
|---|---|
class |
ExtractorException
A runtime exception that contains a cause, a checked or runtime exception, that may be passed to the cause of a WebApplicationException. |
| Uses of ProcessingException in org.glassfish.jersey.server.internal.process |
|---|
| Subclasses of ProcessingException in org.glassfish.jersey.server.internal.process | |
|---|---|
class |
MappableException
A runtime exception that contains a cause, a checked or runtime exception, that may be mapped to a Response instance. |
| Uses of ProcessingException in org.glassfish.jersey.server.spi |
|---|
| Methods in org.glassfish.jersey.server.spi that throw ProcessingException | ||
|---|---|---|
|
ContainerProvider.createContainer(Class<T> type,
ApplicationHandler appHandler)
Create an container of a given type. |
|
| Uses of ProcessingException in org.glassfish.jersey.server.spi.internal |
|---|
| Methods in org.glassfish.jersey.server.spi.internal that throw ProcessingException | |
|---|---|
Response |
ResourceMethodDispatcher.dispatch(Object resource,
Request request)
Reflectively dispatch a request to the underlying invocable resource method via the configured invocation handler using the provided resource class instance. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||