Package org.mule.soapkit.soap.api.server
Interface SoapServerHandler
public interface SoapServerHandler
Coordinates the interaction between mule-soapkit-cxf and its consumer
-
Method Summary
Modifier and TypeMethodDescriptionhandle(org.mule.soap.api.message.SoapRequest request) Handles a given request
-
Method Details
-
handle
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
- Returns:
- the variable mappings for the event that created this handler
-