public abstract class NfseCallbackHandler
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.Object |
clientData |
| Constructor and Description |
|---|
NfseCallbackHandler()
Please use this constructor if you don't want to set any clientData
|
NfseCallbackHandler(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 |
receiveErrorcancelarNfse(java.lang.Exception e)
auto generated Axis2 Error handler
override this method for handling error response from cancelarNfse operation
|
void |
receiveErrorconsultarLoteRps(java.lang.Exception e)
auto generated Axis2 Error handler
override this method for handling error response from consultarLoteRps operation
|
void |
receiveErrorconsultarNfse(java.lang.Exception e)
auto generated Axis2 Error handler
override this method for handling error response from consultarNfse operation
|
void |
receiveErrorconsultarNfsePorRps(java.lang.Exception e)
auto generated Axis2 Error handler
override this method for handling error response from consultarNfsePorRps operation
|
void |
receiveErrorconsultarSituacaoLoteRps(java.lang.Exception e)
auto generated Axis2 Error handler
override this method for handling error response from consultarSituacaoLoteRps operation
|
void |
receiveErrorrecepcionarLoteRps(java.lang.Exception e)
auto generated Axis2 Error handler
override this method for handling error response from recepcionarLoteRps operation
|
void |
receiveResultcancelarNfse(NfseStub.CancelarNfseResposta result)
auto generated Axis2 call back method for cancelarNfse method
override this method for handling normal response from cancelarNfse operation
|
void |
receiveResultconsultarLoteRps(NfseStub.ConsultarLoteRpsResposta result)
auto generated Axis2 call back method for consultarLoteRps method
override this method for handling normal response from consultarLoteRps operation
|
void |
receiveResultconsultarNfse(NfseStub.ConsultarNfseResposta result)
auto generated Axis2 call back method for consultarNfse method
override this method for handling normal response from consultarNfse operation
|
void |
receiveResultconsultarNfsePorRps(NfseStub.ConsultarNfseRpsResposta result)
auto generated Axis2 call back method for consultarNfsePorRps method
override this method for handling normal response from consultarNfsePorRps operation
|
void |
receiveResultconsultarSituacaoLoteRps(NfseStub.ConsultarSituacaoLoteRpsNfseResposta result)
auto generated Axis2 call back method for consultarSituacaoLoteRps method
override this method for handling normal response from consultarSituacaoLoteRps operation
|
void |
receiveResultrecepcionarLoteRps(NfseStub.EnviarLoteRpsResposta result)
auto generated Axis2 call back method for recepcionarLoteRps method
override this method for handling normal response from recepcionarLoteRps operation
|
public NfseCallbackHandler(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 NfseCallbackHandler()
public java.lang.Object getClientData()
public void receiveResultconsultarLoteRps(NfseStub.ConsultarLoteRpsResposta result)
public void receiveErrorconsultarLoteRps(java.lang.Exception e)
public void receiveResultconsultarNfsePorRps(NfseStub.ConsultarNfseRpsResposta result)
public void receiveErrorconsultarNfsePorRps(java.lang.Exception e)
public void receiveResultconsultarNfse(NfseStub.ConsultarNfseResposta result)
public void receiveErrorconsultarNfse(java.lang.Exception e)
public void receiveResultrecepcionarLoteRps(NfseStub.EnviarLoteRpsResposta result)
public void receiveErrorrecepcionarLoteRps(java.lang.Exception e)
public void receiveResultconsultarSituacaoLoteRps(NfseStub.ConsultarSituacaoLoteRpsNfseResposta result)
public void receiveErrorconsultarSituacaoLoteRps(java.lang.Exception e)
public void receiveResultcancelarNfse(NfseStub.CancelarNfseResposta result)
public void receiveErrorcancelarNfse(java.lang.Exception e)