Uses of Class
com.sun.ws.rest.api.client.UniformInterfaceException

Packages that use UniformInterfaceException
com.sun.ws.rest.api.client   
 

Uses of UniformInterfaceException in com.sun.ws.rest.api.client
 

Methods in com.sun.ws.rest.api.client that throw UniformInterfaceException
 void UniformInterface.delete()
          Invoke the DELETE method with no request entity or response.
<T> T
UniformInterface.delete(java.lang.Class<T> c)
          Invoke the DELETE method with no request entity that returns a response.
<T> T
UniformInterface.delete(java.lang.Class<T> c, java.lang.Object requestEntity)
          Invoke the DELETE method with a request entity that returns a response.
 void UniformInterface.delete(java.lang.Object requestEntity)
          Invoke the DELETE method with a request entity but no response.
<T> T
UniformInterface.get(java.lang.Class<T> c)
          Invoke the GET method.
 void UniformInterface.method(java.lang.String method)
          Invoke a HTTP method with no request entity or response.
<T> T
UniformInterface.method(java.lang.String method, java.lang.Class<T> c)
          Invoke a HTTP method with no request entity that returns a response.
<T> T
UniformInterface.method(java.lang.String method, java.lang.Class<T> c, java.lang.Object requestEntity)
          Invoke a HTTP method with a request entity that returns a response.
 void UniformInterface.method(java.lang.String method, java.lang.Object requestEntity)
          Invoke a HTTP method with a request entity but no response.
<T> T
UniformInterface.options(java.lang.Class<T> c)
          Invoke the OPTIONS method.
 void UniformInterface.post()
          Invoke the POST method with no request entity or response.
<T> T
UniformInterface.post(java.lang.Class<T> c)
          Invoke the POST method with no request entity that returns a response.
<T> T
UniformInterface.post(java.lang.Class<T> c, java.lang.Object requestEntity)
          Invoke the POST method with a request entity that returns a response.
 void UniformInterface.post(java.lang.Object requestEntity)
          Invoke the POST method with a request entity but no response.
 void UniformInterface.put()
          Invoke the PUT method with no request entity or response.
<T> T
UniformInterface.put(java.lang.Class<T> c)
          Invoke the PUT method with no request entity that returns a response.
<T> T
UniformInterface.put(java.lang.Class<T> c, java.lang.Object requestEntity)
          Invoke the PUT method with a request entity that returns a response.
 void UniformInterface.put(java.lang.Object requestEntity)
          Invoke the PUT method with a request entity but no response.