public abstract class HDFServiceCallbackHandler
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected java.lang.Object |
clientData |
Constructor and Description |
---|
HDFServiceCallbackHandler()
Please use this constructor if you don't want to set any clientData
|
HDFServiceCallbackHandler(java.lang.Object clientData)
User can pass in any object that needs to be accessed once the NonBlocking
Web service call is finished and appropriate method of this CallBack is called.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
getClientData()
Get the client data
|
void |
receiveErrorgetAnnotatedInsertions(java.lang.Exception e)
auto generated Axis2 Error handler
override this method for handling error response from getAnnotatedInsertions operation
|
void |
receiveErrorgetAnnotatedResults(java.lang.Exception e)
auto generated Axis2 Error handler
override this method for handling error response from getAnnotatedResults operation
|
void |
receiveErrorgetConsensusSequence(java.lang.Exception e)
auto generated Axis2 Error handler
override this method for handling error response from getConsensusSequence operation
|
void |
receiveErrorgetContigNames(java.lang.Exception e)
auto generated Axis2 Error handler
override this method for handling error response from getContigNames operation
|
void |
receiveErrorgetFileHeader(java.lang.Exception e)
auto generated Axis2 Error handler
override this method for handling error response from getFileHeader operation
|
void |
receiveErrorgetIPDConsensus(java.lang.Exception e)
auto generated Axis2 Error handler
override this method for handling error response from getIPDConsensus operation
|
void |
receiveErrorgetServiceExperienceIndex(java.lang.Exception e)
auto generated Axis2 Error handler
override this method for handling error response from getServiceExperienceIndex operation
|
void |
receiveErrorgetServiceInfo(java.lang.Exception e)
auto generated Axis2 Error handler
override this method for handling error response from getServiceInfo operation
|
void |
receiveResultgetAnnotatedInsertions(HDFServiceStub.GetAnnotatedInsertionsResponse result)
auto generated Axis2 call back method for getAnnotatedInsertions method
override this method for handling normal response from getAnnotatedInsertions operation
|
void |
receiveResultgetAnnotatedResults(HDFServiceStub.GetAnnotatedResultsResponse result)
auto generated Axis2 call back method for getAnnotatedResults method
override this method for handling normal response from getAnnotatedResults operation
|
void |
receiveResultgetConsensusSequence(HDFServiceStub.GetConsensusSequenceResponse result)
auto generated Axis2 call back method for getConsensusSequence method
override this method for handling normal response from getConsensusSequence operation
|
void |
receiveResultgetContigNames(HDFServiceStub.GetContigNamesResponse result)
auto generated Axis2 call back method for getContigNames method
override this method for handling normal response from getContigNames operation
|
void |
receiveResultgetFileHeader(HDFServiceStub.GetFileHeaderResponse result)
auto generated Axis2 call back method for getFileHeader method
override this method for handling normal response from getFileHeader operation
|
void |
receiveResultgetIPDConsensus(HDFServiceStub.GetIPDConsensusResponse result)
auto generated Axis2 call back method for getIPDConsensus method
override this method for handling normal response from getIPDConsensus operation
|
void |
receiveResultgetServiceExperienceIndex(HDFServiceStub.GetServiceExperienceIndexResponse result)
auto generated Axis2 call back method for getServiceExperienceIndex method
override this method for handling normal response from getServiceExperienceIndex operation
|
void |
receiveResultgetServiceInfo(HDFServiceStub.GetServiceInfoResponse result)
auto generated Axis2 call back method for getServiceInfo method
override this method for handling normal response from getServiceInfo operation
|
public HDFServiceCallbackHandler(java.lang.Object clientData)
clientData
- Object mechanism by which the user can pass in user data
that will be avilable at the time this callback is called.public HDFServiceCallbackHandler()
public java.lang.Object getClientData()
public void receiveResultgetAnnotatedResults(HDFServiceStub.GetAnnotatedResultsResponse result)
public void receiveErrorgetAnnotatedResults(java.lang.Exception e)
public void receiveResultgetContigNames(HDFServiceStub.GetContigNamesResponse result)
public void receiveErrorgetContigNames(java.lang.Exception e)
public void receiveResultgetServiceExperienceIndex(HDFServiceStub.GetServiceExperienceIndexResponse result)
public void receiveErrorgetServiceExperienceIndex(java.lang.Exception e)
public void receiveResultgetIPDConsensus(HDFServiceStub.GetIPDConsensusResponse result)
public void receiveErrorgetIPDConsensus(java.lang.Exception e)
public void receiveResultgetFileHeader(HDFServiceStub.GetFileHeaderResponse result)
public void receiveErrorgetFileHeader(java.lang.Exception e)
public void receiveResultgetServiceInfo(HDFServiceStub.GetServiceInfoResponse result)
public void receiveErrorgetServiceInfo(java.lang.Exception e)
public void receiveResultgetConsensusSequence(HDFServiceStub.GetConsensusSequenceResponse result)
public void receiveErrorgetConsensusSequence(java.lang.Exception e)
public void receiveResultgetAnnotatedInsertions(HDFServiceStub.GetAnnotatedInsertionsResponse result)
public void receiveErrorgetAnnotatedInsertions(java.lang.Exception e)
Copyright © 2010-2014 Pacific Biosciences. All Rights Reserved.