|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ClientRequest
Entity for out-bound request to RESTful service
| Method Summary | |
|---|---|
java.lang.Object |
getEntity()
|
java.lang.Class<?> |
getEntityType()
|
ProxyConstants.Method |
getMethod()
Get the method used to invoke remote service. |
java.util.Map<java.lang.String,java.lang.String> |
getProperties()
Get properties for the request. |
java.net.URI |
getURI()
Get the URI (absolute or relative) of remote service. |
void |
setEntity(java.lang.Object entity)
|
void |
setEntityType(java.lang.Class<?> entityType)
|
void |
setMethod(ProxyConstants.Method method)
Set the method used to invoke remote service. |
void |
setProperties(java.util.Map<java.lang.String,java.lang.String> properties)
Set properties for the request. |
void |
setURI(java.net.URI uri)
Set the URI of remote service. |
| Method Detail |
|---|
ProxyConstants.Method getMethod()
ProxyConstants.Method constant representing a HTTP method.void setMethod(ProxyConstants.Method method)
java.util.Map<java.lang.String,java.lang.String> getProperties()
Map containing request specific properties.void setProperties(java.util.Map<java.lang.String,java.lang.String> properties)
java.lang.Object getEntity()
void setEntity(java.lang.Object entity)
java.lang.Class<?> getEntityType()
void setEntityType(java.lang.Class<?> entityType)
java.net.URI getURI()
URL of a service.void setURI(java.net.URI uri)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||