|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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. |
|
|
UniformInterface.delete(java.lang.Class<T> c)
Invoke the DELETE method with no request entity that returns a response. |
|
|
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. |
|
|
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. |
|
|
UniformInterface.method(java.lang.String method,
java.lang.Class<T> c)
Invoke a HTTP method with no request entity that returns a response. |
|
|
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. |
|
|
UniformInterface.options(java.lang.Class<T> c)
Invoke the OPTIONS method. |
|
void |
UniformInterface.post()
Invoke the POST method with no request entity or response. |
|
|
UniformInterface.post(java.lang.Class<T> c)
Invoke the POST method with no request entity that returns a response. |
|
|
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. |
|
|
UniformInterface.put(java.lang.Class<T> c)
Invoke the PUT method with no request entity that returns a response. |
|
|
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. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||