org.xcmis.client.gwt.rest
Class AsyncRequest
java.lang.Object
org.xcmis.client.gwt.rest.AsyncRequest
public class AsyncRequest
- extends Object
Created by The eXo Platform SAS .
- Version:
- $Id: $
|
Field Summary |
protected com.google.gwt.http.client.RequestBuilder |
builder
|
|
Constructor Summary |
protected |
AsyncRequest(com.google.gwt.http.client.RequestBuilder builder)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
builder
protected com.google.gwt.http.client.RequestBuilder builder
AsyncRequest
protected AsyncRequest(com.google.gwt.http.client.RequestBuilder builder)
build
public static final AsyncRequest build(com.google.gwt.http.client.RequestBuilder.Method method,
String url)
header
public final AsyncRequest header(String header,
String value)
user
public final AsyncRequest user(String user)
password
public final AsyncRequest password(String password)
data
public final AsyncRequest data(String requestData)
data
public final AsyncRequest data(Marshallable requestMarshaller)
send
public final void send(AsyncRequestCallback callback)
Copyright © 2010 eXo Platform SAS. All Rights Reserved.