public interface RestRequestInterface extends HttpRequestInterfaceWithPropertyHolder, java.beans.PropertyChangeListener
Modifiers | Name | Description |
---|---|---|
enum |
RestRequestInterface.HttpMethod |
Each value in this enumeration represents an officially supported HTTP method ("verb"). |
Type Params | Return Type | Name and description |
---|---|---|
|
public java.lang.String |
getAccept() |
|
public RestRepresentation[] |
getRepresentations() |
|
public RestRepresentation[] |
getRepresentations(Type type) |
|
public RestRepresentation[] |
getRepresentations(Type type, java.lang.String mediaType) |
|
public RestResource |
getResource() |
|
public java.lang.String[] |
getResponseMediaTypes() |
|
public RestMethod |
getRestMethod() |
|
public boolean |
hasEndpoint() |
|
public void |
release() |
|
public void |
setAccept(java.lang.String acceptEncoding) |
|
public void |
setPath(java.lang.String fullPath) |
|
public void |
setResponse(HttpResponse response, SubmitContext context) |
Methods inherited from class | Name |
---|---|
interface java.beans.PropertyChangeListener |
java.beans.PropertyChangeListener#propertyChange(java.beans.PropertyChangeEvent) |