public final class SoapOperationExecutorFactory extends Object implements org.mule.runtime.extension.api.runtime.operation.CompletableComponentExecutorFactory<org.mule.runtime.api.meta.model.operation.OperationModel>
CompletableComponentExecutorFactory that creates instances of SoapOperationExecutor.| Constructor and Description |
|---|
SoapOperationExecutorFactory() |
| Modifier and Type | Method and Description |
|---|---|
org.mule.runtime.extension.api.runtime.operation.CompletableComponentExecutor<org.mule.runtime.api.meta.model.operation.OperationModel> |
createExecutor(org.mule.runtime.api.meta.model.operation.OperationModel operationModel,
Map<String,Object> parameters)
Creates a new executor for soap operations.
|
public org.mule.runtime.extension.api.runtime.operation.CompletableComponentExecutor<org.mule.runtime.api.meta.model.operation.OperationModel> createExecutor(org.mule.runtime.api.meta.model.operation.OperationModel operationModel,
Map<String,Object> parameters)
createExecutor in interface org.mule.runtime.extension.api.runtime.operation.CompletableComponentExecutorFactory<org.mule.runtime.api.meta.model.operation.OperationModel>operationModel - the model of the operation to be executedparameters - parameters for initializing the executorSoapOperationExecutorCopyright © 2003–2025 MuleSoft, Inc.. All rights reserved.