net.ihe.gazelle.demographic.ws
Class DemographicDataServerServiceCallbackHandler

java.lang.Object
  extended by net.ihe.gazelle.demographic.ws.DemographicDataServerServiceCallbackHandler

public abstract class DemographicDataServerServiceCallbackHandler
extends java.lang.Object

DemographicDataServerServiceCallbackHandler Callback class, Users can extend this class and implement their own receiveResult and receiveError methods.


Field Summary
protected  java.lang.Object clientData
           
 
Constructor Summary
DemographicDataServerServiceCallbackHandler()
          Please use this constructor if you don't want to set any clientData
DemographicDataServerServiceCallbackHandler(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.
 
Method Summary
 java.lang.Object getClientData()
          Get the client data
 void receiveErrorgetListCountryCode(java.lang.Exception e)
          auto generated Axis2 Error handler override this method for handling error response from getListCountryCode operation
 void receiveErrorreturnAddress(java.lang.Exception e)
          auto generated Axis2 Error handler override this method for handling error response from returnAddress operation
 void receiveErrorreturnAddressByCoordinates(java.lang.Exception e)
          auto generated Axis2 Error handler override this method for handling error response from returnAddressByCoordinates operation
 void receiveErrorreturnAddressByTown(java.lang.Exception e)
          auto generated Axis2 Error handler override this method for handling error response from returnAddressByTown operation
 void receiveErrorreturnHl7Message(java.lang.Exception e)
          auto generated Axis2 Error handler override this method for handling error response from returnHl7Message operation
 void receiveErrorreturnHl7V3Message(java.lang.Exception e)
          auto generated Axis2 Error handler override this method for handling error response from returnHl7V3Message operation
 void receiveErrorreturnPatient(java.lang.Exception e)
          auto generated Axis2 Error handler override this method for handling error response from returnPatient operation
 void receiveErrorreturnPerson(java.lang.Exception e)
          auto generated Axis2 Error handler override this method for handling error response from returnPerson operation
 void receiveErrorreturnSimplePatient(java.lang.Exception e)
          auto generated Axis2 Error handler override this method for handling error response from returnSimplePatient operation
 void receiveErrorsendHl7Message(java.lang.Exception e)
          auto generated Axis2 Error handler override this method for handling error response from sendHl7Message operation
 void receiveErrorsendHl7V3Message(java.lang.Exception e)
          auto generated Axis2 Error handler override this method for handling error response from sendHl7V3Message operation
 void receiveResultgetListCountryCode(GetListCountryCodeResponseE result)
          auto generated Axis2 call back method for getListCountryCode method override this method for handling normal response from getListCountryCode operation
 void receiveResultreturnAddress(ReturnAddressResponseE result)
          auto generated Axis2 call back method for returnAddress method override this method for handling normal response from returnAddress operation
 void receiveResultreturnAddressByCoordinates(ReturnAddressByCoordinatesResponseE result)
          auto generated Axis2 call back method for returnAddressByCoordinates method override this method for handling normal response from returnAddressByCoordinates operation
 void receiveResultreturnAddressByTown(ReturnAddressByTownResponseE result)
          auto generated Axis2 call back method for returnAddressByTown method override this method for handling normal response from returnAddressByTown operation
 void receiveResultreturnHl7Message(ReturnHl7MessageResponseE result)
          auto generated Axis2 call back method for returnHl7Message method override this method for handling normal response from returnHl7Message operation
 void receiveResultreturnHl7V3Message(ReturnHl7V3MessageResponseE result)
          auto generated Axis2 call back method for returnHl7V3Message method override this method for handling normal response from returnHl7V3Message operation
 void receiveResultreturnPatient(ReturnPatientResponseE result)
          auto generated Axis2 call back method for returnPatient method override this method for handling normal response from returnPatient operation
 void receiveResultreturnPerson(ReturnPersonResponseE result)
          auto generated Axis2 call back method for returnPerson method override this method for handling normal response from returnPerson operation
 void receiveResultreturnSimplePatient(ReturnSimplePatientResponseE result)
          auto generated Axis2 call back method for returnSimplePatient method override this method for handling normal response from returnSimplePatient operation
 void receiveResultsendHl7Message(SendHl7MessageResponseE result)
          auto generated Axis2 call back method for sendHl7Message method override this method for handling normal response from sendHl7Message operation
 void receiveResultsendHl7V3Message(SendHl7V3MessageResponseE result)
          auto generated Axis2 call back method for sendHl7V3Message method override this method for handling normal response from sendHl7V3Message operation
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

clientData

protected java.lang.Object clientData
Constructor Detail

DemographicDataServerServiceCallbackHandler

public DemographicDataServerServiceCallbackHandler(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.

Parameters:
clientData - Object mechanism by which the user can pass in user data that will be avilable at the time this callback is called.

DemographicDataServerServiceCallbackHandler

public DemographicDataServerServiceCallbackHandler()
Please use this constructor if you don't want to set any clientData

Method Detail

getClientData

public java.lang.Object getClientData()
Get the client data


receiveResultsendHl7V3Message

public void receiveResultsendHl7V3Message(SendHl7V3MessageResponseE result)
auto generated Axis2 call back method for sendHl7V3Message method override this method for handling normal response from sendHl7V3Message operation


receiveErrorsendHl7V3Message

public void receiveErrorsendHl7V3Message(java.lang.Exception e)
auto generated Axis2 Error handler override this method for handling error response from sendHl7V3Message operation


receiveResultreturnAddressByTown

public void receiveResultreturnAddressByTown(ReturnAddressByTownResponseE result)
auto generated Axis2 call back method for returnAddressByTown method override this method for handling normal response from returnAddressByTown operation


receiveErrorreturnAddressByTown

public void receiveErrorreturnAddressByTown(java.lang.Exception e)
auto generated Axis2 Error handler override this method for handling error response from returnAddressByTown operation


receiveResultsendHl7Message

public void receiveResultsendHl7Message(SendHl7MessageResponseE result)
auto generated Axis2 call back method for sendHl7Message method override this method for handling normal response from sendHl7Message operation


receiveErrorsendHl7Message

public void receiveErrorsendHl7Message(java.lang.Exception e)
auto generated Axis2 Error handler override this method for handling error response from sendHl7Message operation


receiveResultreturnSimplePatient

public void receiveResultreturnSimplePatient(ReturnSimplePatientResponseE result)
auto generated Axis2 call back method for returnSimplePatient method override this method for handling normal response from returnSimplePatient operation


receiveErrorreturnSimplePatient

public void receiveErrorreturnSimplePatient(java.lang.Exception e)
auto generated Axis2 Error handler override this method for handling error response from returnSimplePatient operation


receiveResultreturnHl7Message

public void receiveResultreturnHl7Message(ReturnHl7MessageResponseE result)
auto generated Axis2 call back method for returnHl7Message method override this method for handling normal response from returnHl7Message operation


receiveErrorreturnHl7Message

public void receiveErrorreturnHl7Message(java.lang.Exception e)
auto generated Axis2 Error handler override this method for handling error response from returnHl7Message operation


receiveResultreturnPatient

public void receiveResultreturnPatient(ReturnPatientResponseE result)
auto generated Axis2 call back method for returnPatient method override this method for handling normal response from returnPatient operation


receiveErrorreturnPatient

public void receiveErrorreturnPatient(java.lang.Exception e)
auto generated Axis2 Error handler override this method for handling error response from returnPatient operation


receiveResultreturnAddressByCoordinates

public void receiveResultreturnAddressByCoordinates(ReturnAddressByCoordinatesResponseE result)
auto generated Axis2 call back method for returnAddressByCoordinates method override this method for handling normal response from returnAddressByCoordinates operation


receiveErrorreturnAddressByCoordinates

public void receiveErrorreturnAddressByCoordinates(java.lang.Exception e)
auto generated Axis2 Error handler override this method for handling error response from returnAddressByCoordinates operation


receiveResultreturnHl7V3Message

public void receiveResultreturnHl7V3Message(ReturnHl7V3MessageResponseE result)
auto generated Axis2 call back method for returnHl7V3Message method override this method for handling normal response from returnHl7V3Message operation


receiveErrorreturnHl7V3Message

public void receiveErrorreturnHl7V3Message(java.lang.Exception e)
auto generated Axis2 Error handler override this method for handling error response from returnHl7V3Message operation


receiveResultreturnAddress

public void receiveResultreturnAddress(ReturnAddressResponseE result)
auto generated Axis2 call back method for returnAddress method override this method for handling normal response from returnAddress operation


receiveErrorreturnAddress

public void receiveErrorreturnAddress(java.lang.Exception e)
auto generated Axis2 Error handler override this method for handling error response from returnAddress operation


receiveResultgetListCountryCode

public void receiveResultgetListCountryCode(GetListCountryCodeResponseE result)
auto generated Axis2 call back method for getListCountryCode method override this method for handling normal response from getListCountryCode operation


receiveErrorgetListCountryCode

public void receiveErrorgetListCountryCode(java.lang.Exception e)
auto generated Axis2 Error handler override this method for handling error response from getListCountryCode operation


receiveResultreturnPerson

public void receiveResultreturnPerson(ReturnPersonResponseE result)
auto generated Axis2 call back method for returnPerson method override this method for handling normal response from returnPerson operation


receiveErrorreturnPerson

public void receiveErrorreturnPerson(java.lang.Exception e)
auto generated Axis2 Error handler override this method for handling error response from returnPerson operation