public abstract class

BatchCallback

extends JsonBatchCallback<T>
java.lang.Object
   ↳ com.google.api.client.googleapis.batch.json.JsonBatchCallback<T>
     ↳ org.mule.modules.google.api.client.batch.BatchCallback<W, T>

Summary

Fields
private BatchResponse<W> response
Public Constructors
BatchCallback()
Public Methods
BatchResponse<W> getResponse()
void onFailure(GoogleJsonError e, GoogleHeaders responseHeaders)
void onSuccess(T t, GoogleHeaders responseHeaders)
Protected Methods
abstract W typeToWrapper(T object)
[Expand]
Inherited Methods
From class com.google.api.client.googleapis.batch.json.JsonBatchCallback
From class java.lang.Object
From interface com.google.api.client.googleapis.batch.BatchCallback

Fields

private BatchResponse<W> response

Public Constructors

public BatchCallback ()

Public Methods

public BatchResponse<W> getResponse ()

public void onFailure (GoogleJsonError e, GoogleHeaders responseHeaders)

Parameters
e
responseHeaders
Throws
IOException

public void onSuccess (T t, GoogleHeaders responseHeaders)

Parameters
t
responseHeaders

Protected Methods

protected abstract W typeToWrapper (T object)

Parameters
object