T - the type of the class in which the implementing method is declaredpublic final class ReflectiveOperationExecutorFactory<T> extends Object implements org.mule.runtime.extension.api.runtime.operation.OperationExecutorFactory
OperationExecutorFactory which produces instances of ReflectiveMethodOperationExecutor.| Constructor and Description |
|---|
ReflectiveOperationExecutorFactory(Class<T> implementationClass,
Method operationMethod) |
| Modifier and Type | Method and Description |
|---|---|
org.mule.runtime.extension.api.runtime.operation.OperationExecutor |
createExecutor(org.mule.runtime.api.meta.model.operation.OperationModel operationModel) |
public org.mule.runtime.extension.api.runtime.operation.OperationExecutor createExecutor(org.mule.runtime.api.meta.model.operation.OperationModel operationModel)
createExecutor in interface org.mule.runtime.extension.api.runtime.operation.OperationExecutorFactoryCopyright © 2003–2017 MuleSoft, Inc.. All rights reserved.