Uses of Class
javax.ws.rs.ProcessingException

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()
           
<T> T
JerseyInvocation.Builder.delete(Class<T> responseType)
           
<T> T
JerseyInvocation.Builder.delete(GenericType<T> responseType)
           
 Response JerseyInvocation.Builder.get()
           
<T> T
JerseyInvocation.Builder.get(Class<T> responseType)
           
<T> T
JerseyInvocation.Builder.get(GenericType<T> responseType)
           
 Response JerseyInvocation.Builder.head()
           
 Response JerseyInvocation.invoke()
           
<T> T
JerseyInvocation.invoke(Class<T> responseType)
           
<T> T
JerseyInvocation.invoke(GenericType<T> responseType)
           
 Response JerseyInvocation.Builder.method(String name)
           
<T> T
JerseyInvocation.Builder.method(String name, Class<T> responseType)
           
 Response JerseyInvocation.Builder.method(String name, Entity<?> entity)
           
<T> T
JerseyInvocation.Builder.method(String name, Entity<?> entity, Class<T> responseType)
           
<T> T
JerseyInvocation.Builder.method(String name, Entity<?> entity, GenericType<T> responseType)
           
<T> T
JerseyInvocation.Builder.method(String name, GenericType<T> responseType)
           
 Response JerseyInvocation.Builder.options()
           
<T> T
JerseyInvocation.Builder.options(Class<T> responseType)
           
<T> T
JerseyInvocation.Builder.options(GenericType<T> responseType)
           
 Response JerseyInvocation.Builder.post(Entity<?> entity)
           
<T> T
JerseyInvocation.Builder.post(Entity<?> entity, Class<T> responseType)
           
<T> T
JerseyInvocation.Builder.post(Entity<?> entity, GenericType<T> responseType)
           
 Response JerseyInvocation.Builder.put(Entity<?> entity)
           
<T> T
JerseyInvocation.Builder.put(Entity<?> entity, Class<T> responseType)
           
<T> T
JerseyInvocation.Builder.put(Entity<?> entity, GenericType<T> responseType)
           
 Response JerseyInvocation.Builder.trace()
           
<T> T
JerseyInvocation.Builder.trace(Class<T> responseType)
           
<T> T
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 OutboundJaxrsResponse.bufferEntity()
           
 boolean InboundMessageContext.bufferEntity()
          Buffer the entity stream (if not empty).
 void OutboundJaxrsResponse.close()
           
<T> T
OutboundJaxrsResponse.readEntity(Class<T> type)
           
<T> T
OutboundJaxrsResponse.readEntity(Class<T> type, Annotation[] annotations)
           
<T> T
OutboundJaxrsResponse.readEntity(GenericType<T> entityType)
           
<T> T
OutboundJaxrsResponse.readEntity(GenericType<T> entityType, Annotation[] annotations)
           
 



Copyright © 2007-2013 Oracle Corporation. All Rights Reserved. Use is subject to license terms.