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