Package org.cxbox.core.crudma.ext.impl
Class TxServiceCrudmaGatewayInvokeExtensionProvider
- java.lang.Object
-
- org.cxbox.core.crudma.ext.impl.TxServiceCrudmaGatewayInvokeExtensionProvider
-
- All Implemented Interfaces:
CrudmaGatewayInvokeExtensionProvider
@Component @Order(200) public class TxServiceCrudmaGatewayInvokeExtensionProvider extends Object implements CrudmaGatewayInvokeExtensionProvider
-
-
Constructor Summary
Constructors Constructor Description TxServiceCrudmaGatewayInvokeExtensionProvider()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <T> org.cxbox.api.util.Invoker<T,RuntimeException>extendInvoker(CrudmaActionHolder.CrudmaAction crudmaAction, org.cxbox.api.util.Invoker<T,RuntimeException> invoker, boolean readOnly)
-
-
-
Method Detail
-
extendInvoker
public <T> org.cxbox.api.util.Invoker<T,RuntimeException> extendInvoker(CrudmaActionHolder.CrudmaAction crudmaAction, org.cxbox.api.util.Invoker<T,RuntimeException> invoker, boolean readOnly)
- Specified by:
extendInvokerin interfaceCrudmaGatewayInvokeExtensionProvider
-
-