public interface SoapServerHandler
| Modifier and Type | Method and Description |
|---|---|
default Map<String,org.mule.runtime.api.metadata.TypedValue<?>> |
getVariables() |
SoapResponse |
handle(org.mule.runtime.soap.api.message.SoapRequest request)
Handles a given request
|
SoapResponse handle(org.mule.runtime.soap.api.message.SoapRequest request) throws ExecutionException
request - the request to handleExecutionException - an asynchronous operation failed to executeCopyright © 2025. All rights reserved.