com.ovh.ws.api.request
Interface Request<T>


public interface Request<T>


Method Summary
 String getMethodName()
           
 Map<String,Object> getParams()
           
 Type getResponseType()
           
 T send()
           
 void send(AsyncCallback<T> callback)
           
 URI toUri()
           
 

Method Detail

toUri

URI toUri()

getMethodName

String getMethodName()

getParams

Map<String,Object> getParams()

getResponseType

Type getResponseType()

send

T send()
       throws OvhWsException
Throws:
OvhWsException

send

void send(AsyncCallback<T> callback)


Copyright © 2012 OVH. All Rights Reserved.