Uses of Class
loanfund.ServiceRequest

Packages that use ServiceRequest
loanfund   
 

Uses of ServiceRequest in loanfund
 

Methods in loanfund with parameters of type ServiceRequest
private static java.lang.String RegisterService.createFault(ServiceRequest sreq, ServiceRequestException e)
          This method create a new Fault message based on the ServiceRequestException.
static void RegisterService.debug(ServiceRequest req, RegisterFault fault)
          This method is used when in debug mode to write the last incomming request/response pair to a file.
static void RegisterService.debug(ServiceRequest req, ServiceResponse res)
          This method is used when in debug mode to write the last incomming request/response pair to a file.