T - the type of the class in which the implementing method is declaredpublic final class ReflectiveOperationExecutorFactory<T,M extends org.mule.runtime.api.meta.model.ComponentModel> extends Object implements org.mule.runtime.extension.api.runtime.operation.ComponentExecutorFactory<M>
ComponentExecutorFactory 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.ComponentExecutor<M> |
createExecutor(M operationModel) |
Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.