T - the Operation type@FunctionalInterface public interface OperationFactory<T extends Operation>
| Modifier and Type | Method and Description |
|---|---|
T |
createOperation(String endpointId,
OperationMethodInfo methodInfo,
Object target,
OperationInvoker invoker)
Creates an
Operation for an operation on an endpoint. |
T createOperation(String endpointId, OperationMethodInfo methodInfo, Object target, OperationInvoker invoker)
Operation for an operation on an endpoint.endpointId - the id of the endpointtarget - the target that implements the operationmethodInfo - the method on the bean that implements the operationinvoker - the invoker that should be used for the operationCopyright © 2017 Pivotal Software, Inc.. All rights reserved.