|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.ihe.gazelle.demographic.ws.DemographicDataServerServiceCallbackHandler
public abstract class DemographicDataServerServiceCallbackHandler
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 |
---|
protected java.lang.Object clientData
Constructor Detail |
---|
public DemographicDataServerServiceCallbackHandler(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 DemographicDataServerServiceCallbackHandler()
Method Detail |
---|
public java.lang.Object getClientData()
public void receiveResultsendHl7V3Message(SendHl7V3MessageResponseE result)
public void receiveErrorsendHl7V3Message(java.lang.Exception e)
public void receiveResultreturnAddressByTown(ReturnAddressByTownResponseE result)
public void receiveErrorreturnAddressByTown(java.lang.Exception e)
public void receiveResultsendHl7Message(SendHl7MessageResponseE result)
public void receiveErrorsendHl7Message(java.lang.Exception e)
public void receiveResultreturnSimplePatient(ReturnSimplePatientResponseE result)
public void receiveErrorreturnSimplePatient(java.lang.Exception e)
public void receiveResultreturnHl7Message(ReturnHl7MessageResponseE result)
public void receiveErrorreturnHl7Message(java.lang.Exception e)
public void receiveResultreturnPatient(ReturnPatientResponseE result)
public void receiveErrorreturnPatient(java.lang.Exception e)
public void receiveResultreturnAddressByCoordinates(ReturnAddressByCoordinatesResponseE result)
public void receiveErrorreturnAddressByCoordinates(java.lang.Exception e)
public void receiveResultreturnHl7V3Message(ReturnHl7V3MessageResponseE result)
public void receiveErrorreturnHl7V3Message(java.lang.Exception e)
public void receiveResultreturnAddress(ReturnAddressResponseE result)
public void receiveErrorreturnAddress(java.lang.Exception e)
public void receiveResultgetListCountryCode(GetListCountryCodeResponseE result)
public void receiveErrorgetListCountryCode(java.lang.Exception e)
public void receiveResultreturnPerson(ReturnPersonResponseE result)
public void receiveErrorreturnPerson(java.lang.Exception e)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |