Interface SoapServerHandler


public interface SoapServerHandler
Coordinates the interaction between mule-soapkit-cxf and its consumer
  • Method Summary

    Modifier and Type
    Method
    Description
    default Map<String,org.mule.runtime.api.metadata.TypedValue<?>>
     
    handle(org.mule.soap.api.message.SoapRequest request)
    Handles a given request
  • Method Details

    • handle

      SoapResponse handle(org.mule.soap.api.message.SoapRequest request) throws ExecutionException
      Handles a given request
      Parameters:
      request - the request to handle
      Returns:
      the corresponding response for that request
      Throws:
      ExecutionException - an asynchronous operation failed to execute
    • getVariables

      default Map<String,org.mule.runtime.api.metadata.TypedValue<?>> getVariables()
      Returns:
      the variable mappings for the event that created this handler