SOAPRequestListener

public interface SOAPRequestListener

SOAPRequestListener is a listener for handling SOAP requests.

Author:Hugo Y. K. Lam

Methods

processRequest

public void processRequest(SOAPRequest request, SOAPResponse response)

Processes the SOAP request.

Parameters:
  • request – the SOAP request.
  • response – the SOAP response.
Throws: