@Deprecated public interface RestRequestBuilder extends Serializable
| Modifier and Type | Method and Description |
|---|---|
void |
checkRequestArgs(Object... args)
Deprecated.
Checks that args used to create the request are fine.
|
RestRequest |
create(Object... args)
Deprecated.
Create the request given the
args. |
Map<String,File> |
getAttachments(Object... args)
Deprecated.
Computes the map of attachments associated to this request
|
Map<String,String> |
getHeaders(Object... args)
Deprecated.
Computes the headers associated to this request
|
String |
getName()
Deprecated.
|
String[] |
getParameters(Object... args)
Deprecated.
Computes the parameters associated to this requet.
|
String[] |
getPath(Object... args)
Deprecated.
Computes the path associated to this request.
|
String getName()
void checkRequestArgs(Object... args)
create(Object...).args - the args of the requestRestRequest create(Object... args)
args.args - args to create the requestString[] getParameters(Object... args)
args - the args of the requestString[] getPath(Object... args)
args - the args of the requestMap<String,File> getAttachments(Object... args)
args - the args of the requestCopyright © 2009-2012 CodeLutin. All Rights Reserved.