org.mule.modules.google.api.client.batch
Class VoidBatchCallback

java.lang.Object
  extended by com.google.api.client.googleapis.batch.json.JsonBatchCallback<Void>
      extended by 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

Constructor Summary
VoidBatchCallback()
           
 
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
 

Constructor Detail

VoidBatchCallback

public VoidBatchCallback()
Method Detail

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.