|
||||||||||
| 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. |
| 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 |
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)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||