public abstract class ServicosCallbackHandler
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.Object |
clientData |
| Constructor and Description |
|---|
ServicosCallbackHandler()
Please use this constructor if you don't want to set any clientData
|
ServicosCallbackHandler(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 |
receiveErrorconsultaNFSePorRPS(java.lang.Exception e)
auto generated Axis2 Error handler
override this method for handling error response from consultaNFSePorRPS 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 |
receiveErrorconsultaSituacaoLoteRPS(java.lang.Exception e)
auto generated Axis2 Error handler
override this method for handling error response from consultaSituacaoLoteRPS operation
|
void |
receiveErrorrecepcionarLoteRps(java.lang.Exception e)
auto generated Axis2 Error handler
override this method for handling error response from recepcionarLoteRps operation
|
void |
receiveResultcancelarNfse(ServicosStub.CancelarNfseResponse result)
auto generated Axis2 call back method for cancelarNfse method
override this method for handling normal response from cancelarNfse operation
|
void |
receiveResultconsultaNFSePorRPS(ServicosStub.ConsultaNFSePorRPSResponse result)
auto generated Axis2 call back method for consultaNFSePorRPS method
override this method for handling normal response from consultaNFSePorRPS operation
|
void |
receiveResultconsultarLoteRps(ServicosStub.ConsultarLoteRpsResponse result)
auto generated Axis2 call back method for consultarLoteRps method
override this method for handling normal response from consultarLoteRps operation
|
void |
receiveResultconsultarNfse(ServicosStub.ConsultarNfseResponse result)
auto generated Axis2 call back method for consultarNfse method
override this method for handling normal response from consultarNfse operation
|
void |
receiveResultconsultarNFSePorRPS(ServicosStub.ConsultarNFSePorRPSResponse result)
auto generated Axis2 call back method for consultarNFSePorRPS method
override this method for handling normal response from consultarNFSePorRPS operation
|
void |
receiveResultconsultarSituacaoLoteRPS(ServicosStub.ConsultarSituacaoLoteRPSResponse result)
auto generated Axis2 call back method for consultarSituacaoLoteRPS method
override this method for handling normal response from consultarSituacaoLoteRPS operation
|
void |
receiveResultconsultaSituacaoLoteRPS(ServicosStub.ConsultaSituacaoLoteRPSResponse result)
auto generated Axis2 call back method for consultaSituacaoLoteRPS method
override this method for handling normal response from consultaSituacaoLoteRPS operation
|
void |
receiveResultrecepcionarLoteRps(ServicosStub.RecepcionarLoteRpsResponse result)
auto generated Axis2 call back method for recepcionarLoteRps method
override this method for handling normal response from recepcionarLoteRps operation
|
public ServicosCallbackHandler(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 ServicosCallbackHandler()
public java.lang.Object getClientData()
public void receiveResultconsultaSituacaoLoteRPS(ServicosStub.ConsultaSituacaoLoteRPSResponse result)
public void receiveErrorconsultaSituacaoLoteRPS(java.lang.Exception e)
public void receiveResultcancelarNfse(ServicosStub.CancelarNfseResponse result)
public void receiveErrorcancelarNfse(java.lang.Exception e)
public void receiveResultconsultarSituacaoLoteRPS(ServicosStub.ConsultarSituacaoLoteRPSResponse result)
public void receiveErrorconsultarSituacaoLoteRPS(java.lang.Exception e)
public void receiveResultconsultarNfse(ServicosStub.ConsultarNfseResponse result)
public void receiveErrorconsultarNfse(java.lang.Exception e)
public void receiveResultconsultaNFSePorRPS(ServicosStub.ConsultaNFSePorRPSResponse result)
public void receiveErrorconsultaNFSePorRPS(java.lang.Exception e)
public void receiveResultconsultarLoteRps(ServicosStub.ConsultarLoteRpsResponse result)
public void receiveErrorconsultarLoteRps(java.lang.Exception e)
public void receiveResultconsultarNFSePorRPS(ServicosStub.ConsultarNFSePorRPSResponse result)
public void receiveErrorconsultarNFSePorRPS(java.lang.Exception e)
public void receiveResultrecepcionarLoteRps(ServicosStub.RecepcionarLoteRpsResponse result)
public void receiveErrorrecepcionarLoteRps(java.lang.Exception e)