Modifiers | Name | Description |
---|---|---|
enum |
RestRequestInterface.HttpMethod |
Each value in this enumeration represents an officially supported HTTP method ("verb"). |
Modifiers | Name | Description |
---|---|---|
static java.lang.String |
DEFAULT_MEDIATYPE |
|
static java.lang.String |
REST_XML_REQUEST |
|
static java.util.logging.Logger |
log |
Type Params | Return Type | Name and description |
---|---|---|
|
java.lang.String |
getAccept() |
|
RestRepresentation[] |
getRepresentations() |
|
RestRepresentation[] |
getRepresentations(Type type) |
|
RestRepresentation[] |
getRepresentations(Type type, java.lang.String mediaType) |
|
RestResource |
getResource() |
|
java.lang.String[] |
getResponseMediaTypes() |
|
RestMethod |
getRestMethod() |
|
boolean |
hasEndpoint() |
|
void |
release() |
|
void |
setAccept(java.lang.String acceptEncoding) |
|
void |
setPath(java.lang.String fullPath) |
|
void |
setResponse(HttpResponse response, SubmitContext context) |
Methods inherited from class | Name |
---|---|
interface HttpRequestInterface |
getMultiValueDelimiter, getParams, getPath, getResponseContentAsXml, hasRequestBody, isPostQueryString, setMethod, setPostQueryString, updateConfig |
interface java.beans.PropertyChangeListener |
java.beans.PropertyChangeListener#propertyChange(java.beans.PropertyChangeEvent) |