Uses of Class
javax.ws.rs.client.ClientException

Packages that use ClientException
javax.ws.rs.client The JAX-RS client API 
org.glassfish.jersey.client Jersey client-side classes. 
org.glassfish.jersey.client.spi   
 

Uses of ClientException in javax.ws.rs.client
 

Methods in javax.ws.rs.client with parameters of type ClientException
 void InvocationCallback.failed(ClientException error)
          Called when the invocation has failed for any reason.
 

Methods in javax.ws.rs.client that throw ClientException
 Response SyncInvoker.delete()
          Invoke HTTP DELETE method for the current request synchronously.
<T> T
SyncInvoker.delete(java.lang.Class<T> responseType)
          Invoke HTTP DELETE method for the current request synchronously.
<T> T
SyncInvoker.delete(GenericType<T> responseType)
          Invoke HTTP DELETE method for the current request synchronously.
 Response SyncInvoker.get()
          Invoke HTTP GET method for the current request synchronously.
<T> T
SyncInvoker.get(java.lang.Class<T> responseType)
          Invoke HTTP GET method for the current request synchronously.
<T> T
SyncInvoker.get(GenericType<T> responseType)
          Invoke HTTP GET method for the current request synchronously.
 Response SyncInvoker.head()
          Invoke HTTP HEAD method for the current request synchronously.
 Response Invocation.invoke()
          Synchronously invoke the request and receive a response back.
<T> T
Invocation.invoke(java.lang.Class<T> responseType)
          Synchronously invoke the request and receive a response of the specified type back.
<T> T
Invocation.invoke(GenericType<T> responseType)
          Synchronously invoke the request and receive a response of the specified generic type back.
 Response SyncInvoker.method(java.lang.String name)
          Invoke an arbitrary method for the current request synchronously.
<T> T
SyncInvoker.method(java.lang.String name, java.lang.Class<T> responseType)
          Invoke an arbitrary method for the current request synchronously.
 Response SyncInvoker.method(java.lang.String name, Entity<?> entity)
          Invoke an arbitrary method for the current request synchronously.
<T> T
SyncInvoker.method(java.lang.String name, Entity<?> entity, java.lang.Class<T> responseType)
          Invoke an arbitrary method for the current request synchronously.
<T> T
SyncInvoker.method(java.lang.String name, Entity<?> entity, GenericType<T> responseType)
          Invoke an arbitrary method for the current request synchronously.
<T> T
SyncInvoker.method(java.lang.String name, GenericType<T> responseType)
          Invoke an arbitrary method for the current request synchronously.
 Response SyncInvoker.options()
          Invoke HTTP OPTIONS method for the current request synchronously.
<T> T
SyncInvoker.options(java.lang.Class<T> responseType)
          Invoke HTTP OPTIONS method for the current request synchronously.
<T> T
SyncInvoker.options(GenericType<T> responseType)
          Invoke HTTP OPTIONS method for the current request synchronously.
 Response SyncInvoker.post(Entity<?> entity)
          Invoke HTTP POST method for the current request synchronously.
<T> T
SyncInvoker.post(Entity<?> entity, java.lang.Class<T> responseType)
          Invoke HTTP POST method for the current request synchronously.
<T> T
SyncInvoker.post(Entity<?> entity, GenericType<T> responseType)
          Invoke HTTP POST method for the current request synchronously.
 Response SyncInvoker.put(Entity<?> entity)
          Invoke HTTP PUT method for the current request synchronously.
<T> T
SyncInvoker.put(Entity<?> entity, java.lang.Class<T> responseType)
          Invoke HTTP PUT method for the current request synchronously.
<T> T
SyncInvoker.put(Entity<?> entity, GenericType<T> responseType)
          Invoke HTTP PUT method for the current request synchronously.
 Response SyncInvoker.trace()
          Invoke HTTP TRACE method for the current request synchronously.
<T> T
SyncInvoker.trace(java.lang.Class<T> responseType)
          Invoke HTTP TRACE method for the current request synchronously.
<T> T
SyncInvoker.trace(GenericType<T> responseType)
          Invoke HTTP TRACE method for the current request synchronously.
 

Uses of ClientException in org.glassfish.jersey.client
 

Methods in org.glassfish.jersey.client that throw ClientException
 Response JerseyInvocation.Builder.delete()
           
<T> T
JerseyInvocation.Builder.delete(java.lang.Class<T> responseType)
           
<T> T
JerseyInvocation.Builder.delete(GenericType<T> responseType)
           
 Response JerseyInvocation.Builder.get()
           
<T> T
JerseyInvocation.Builder.get(java.lang.Class<T> responseType)
           
<T> T
JerseyInvocation.Builder.get(GenericType<T> responseType)
           
 Response JerseyInvocation.Builder.head()
           
 Response JerseyInvocation.invoke()
           
<T> T
JerseyInvocation.invoke(java.lang.Class<T> responseType)
           
<T> T
JerseyInvocation.invoke(GenericType<T> responseType)
           
 Response JerseyInvocation.Builder.method(java.lang.String name)
           
<T> T
JerseyInvocation.Builder.method(java.lang.String name, java.lang.Class<T> responseType)
           
 Response JerseyInvocation.Builder.method(java.lang.String name, Entity<?> entity)
           
<T> T
JerseyInvocation.Builder.method(java.lang.String name, Entity<?> entity, java.lang.Class<T> responseType)
           
<T> T
JerseyInvocation.Builder.method(java.lang.String name, Entity<?> entity, GenericType<T> responseType)
           
<T> T
JerseyInvocation.Builder.method(java.lang.String name, GenericType<T> responseType)
           
 Response JerseyInvocation.Builder.options()
           
<T> T
JerseyInvocation.Builder.options(java.lang.Class<T> responseType)
           
<T> T
JerseyInvocation.Builder.options(GenericType<T> responseType)
           
 Response JerseyInvocation.Builder.post(Entity<?> entity)
           
<T> T
JerseyInvocation.Builder.post(Entity<?> entity, java.lang.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, java.lang.Class<T> responseType)
           
<T> T
JerseyInvocation.Builder.put(Entity<?> entity, GenericType<T> responseType)
           
 Response JerseyInvocation.Builder.trace()
           
<T> T
JerseyInvocation.Builder.trace(java.lang.Class<T> responseType)
           
<T> T
JerseyInvocation.Builder.trace(GenericType<T> responseType)
           
 

Uses of ClientException in org.glassfish.jersey.client.spi
 

Methods in org.glassfish.jersey.client.spi that throw ClientException
 ClientResponse Connector.apply(ClientRequest request)
          Synchronously process client request into a response.
 



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