|
||||||||||
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 | |
---|---|
java.lang.Object |
getEntity()
Get the request entity to send with the request. |
java.lang.String |
getMethod()
Get the http method |
java.net.URI |
getURI()
Get the uri of the request |
void |
setEntity(java.lang.Object entity)
Set the request entity to send with the request. |
void |
setMethod(java.lang.String method)
Set the http method |
void |
setURI(java.net.URI uri)
Set the uri of the request |
Methods inherited from interface org.apache.wink.client.internal.BaseRequestResponse |
---|
getAttribute, getAttributes, getHeaders, setAttribute |
Method Detail |
---|
java.lang.String getMethod()
void setMethod(java.lang.String method)
method
- http method to setjava.lang.Object getEntity()
void setEntity(java.lang.Object entity)
java.net.URI getURI()
void setURI(java.net.URI uri)
uri
- uri to set
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |