com.cloudcontrolled.api.client.util
Class HttpMethodUtil

java.lang.Object
  extended by com.cloudcontrolled.api.client.util.HttpMethodUtil

public class HttpMethodUtil
extends Object

HttpMethodUtil class.

Author:
Denis Neuling (denisneuling@gmail.com)

Constructor Summary
HttpMethodUtil()
           
 
Method Summary
static
<T> HttpMethod
retrieveMethod(Request<T> request)
           retrieveMethod.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HttpMethodUtil

public HttpMethodUtil()
Method Detail

retrieveMethod

public static <T> HttpMethod retrieveMethod(Request<T> request)

retrieveMethod.

Type Parameters:
T - a T object.
Parameters:
request - a Request object.
Returns:
a HttpMethod object.


Copyright © 2012. All Rights Reserved.