org.mule.modules.google.api.client.batch
Class VoidBatchCallback
java.lang.Object
com.google.api.client.googleapis.batch.json.JsonBatchCallback<Void>
org.mule.modules.google.api.client.batch.VoidBatchCallback
- All Implemented Interfaces:
- com.google.api.client.googleapis.batch.BatchCallback<Void,com.google.api.client.googleapis.json.GoogleJsonErrorContainer>
public class VoidBatchCallback
- extends com.google.api.client.googleapis.batch.json.JsonBatchCallback<Void>
- Author:
- mariano.gonzalez@mulesoft.com
|
Method Summary |
void |
onFailure(com.google.api.client.googleapis.json.GoogleJsonError e,
com.google.api.client.googleapis.GoogleHeaders responseHeaders)
|
void |
onSuccess(Void t,
com.google.api.client.googleapis.GoogleHeaders responseHeaders)
|
| Methods inherited from class com.google.api.client.googleapis.batch.json.JsonBatchCallback |
onFailure |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
VoidBatchCallback
public VoidBatchCallback()
onFailure
public void onFailure(com.google.api.client.googleapis.json.GoogleJsonError e,
com.google.api.client.googleapis.GoogleHeaders responseHeaders)
throws IOException
- Specified by:
onFailure in class com.google.api.client.googleapis.batch.json.JsonBatchCallback<Void>
- Throws:
IOException
onSuccess
public void onSuccess(Void t,
com.google.api.client.googleapis.GoogleHeaders responseHeaders)
Copyright © 2012. All Rights Reserved.