|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ClientRequest
Represents a request issued by invoking any one of the invocation methods on
a Resource. An instance of a ClientRequest is created at the
beginning of an invocation and passed to all the client handlers defined on
the client that was used for the invocation.
| Method Summary | |
|---|---|
Object |
getEntity()
Get the request entity to send with the request. |
String |
getMethod()
Get the http method |
URI |
getURI()
Get the uri of the request |
void |
setEntity(Object entity)
Set the request entity to send with the request. |
void |
setMethod(String method)
Set the http method |
void |
setURI(URI uri)
Set the uri of the request |
| Methods inherited from interface org.apache.wink.client.internal.BaseRequestResponse |
|---|
getAttribute, getAttributes, getHeaders, setAttribute |
| Method Detail |
|---|
String getMethod()
void setMethod(String method)
method - http method to setObject getEntity()
void setEntity(Object entity)
URI getURI()
void setURI(URI uri)
uri - uri to set
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||