| Package | Description | 
|---|---|
| org.xins.client | XINS client framework. | 
| org.xins.common.http | HTTP-related utility classes. | 
| Modifier and Type | Method and Description | 
|---|---|
| HTTPMethod | XINSCallConfig. getHTTPMethod()Returns the HTTP method associated with this configuration. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | XINSCallConfig. setHTTPMethod(HTTPMethod method)Sets the HTTP method associated with this configuration. | 
| Constructor and Description | 
|---|
| XINSCallRequest(String functionName,
               Map<String,String> parameters,
               boolean failOverAllowed,
               HTTPMethod method)Constructs a new  XINSCallRequestfor the specified function
 and parameters, possibly allowing fail-over, optionally specifying the
 HTTP method to use. | 
| Modifier and Type | Field and Description | 
|---|---|
| static HTTPMethod | HTTPMethod. DELETEThe DELETE method. | 
| static HTTPMethod | HTTPMethod. GETThe GET method. | 
| static HTTPMethod | HTTPMethod. HEADThe HEAD method. | 
| static HTTPMethod | HTTPMethod. OPTIONSThe OPTIONS method. | 
| static HTTPMethod | HTTPMethod. POSTThe POST method. | 
| static HTTPMethod | HTTPMethod. PUTThe PUT method. | 
| static HTTPMethod | HTTPMethod. TRACEThe TRACE method. | 
| Modifier and Type | Method and Description | 
|---|---|
| HTTPMethod | HTTPCallRequest. getMethod()Returns the HTTP method associated with this call request. | 
| HTTPMethod | HTTPCallConfig. getMethod()Returns the HTTP method associated with this configuration. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | HTTPCallConfig. setMethod(HTTPMethod method)Sets the HTTP method associated with this configuration. | 
| Constructor and Description | 
|---|
| HTTPCallRequest(HTTPMethod method)Constructs a new  HTTPCallRequestwith the specified HTTP
 method. | 
| HTTPCallRequest(HTTPMethod method,
               Map<String,String> parameters)Constructs a new  HTTPCallRequestwith the specified HTTP
 method and parameters. | 
| HTTPCallRequest(HTTPMethod method,
               Map<String,String> parameters,
               boolean failOverAllowed,
               HTTPStatusCodeVerifier statusCodeVerifier)Constructs a new  HTTPCallRequestwith the specified HTTP
 method, parameters and status code verifier, optionally allowing
 unconditional fail-over. | 
See http://www.xins.org/.