Modifier and Type | Field and Description |
---|---|
protected Map<String,ServiceInvoker> |
ServiceRegistryEngineConfiguration.additionalServiceInvokers |
protected Map<String,ServiceInvoker> |
ServiceRegistryEngineConfiguration.serviceInvokers |
Modifier and Type | Method and Description |
---|---|
Map<String,ServiceInvoker> |
ServiceRegistryEngineConfiguration.getAdditionalServiceInvokers() |
Map<String,ServiceInvoker> |
ServiceRegistryEngineConfiguration.getServiceInvokers() |
Modifier and Type | Method and Description |
---|---|
void |
ServiceRegistryEngineConfiguration.setAdditionalServiceInvokers(Map<String,ServiceInvoker> additionalServiceInvokers) |
void |
ServiceRegistryEngineConfiguration.setServiceInvokers(Map<String,ServiceInvoker> serviceInvokers) |
Modifier and Type | Method and Description |
---|---|
protected ServiceInvoker |
InvokeServiceCmd.getServiceInvoker(ServiceDefinitionModel serviceDefinitionModel,
CommandContext commandContext) |
Modifier and Type | Method and Description |
---|---|
protected ServiceInvocationResultResponse |
InvokeServiceCmd.handleServiceInvocationResponse(ServiceDefinitionModel serviceDefinitionModel,
ServiceOperation serviceOperation,
ServiceInvoker serviceInvoker,
ServiceInvocationContextImpl context,
ExpressionManager expressionManager,
com.fasterxml.jackson.databind.ObjectMapper objectMapper,
ServiceInvocationResponse invocationResponse) |
protected ServiceInvocationResultResponse |
InvokeSingleServiceCmd.invoke(ServiceInvoker serviceInvoker,
ServiceDefinitionModel serviceDefinitionModel,
ServiceOperation serviceOperation,
ServiceInvocationContextImpl context,
CommandContext commandContext) |
protected abstract T |
InvokeServiceCmd.invoke(ServiceInvoker serviceInvoker,
ServiceDefinitionModel serviceDefinitionModel,
ServiceOperation serviceOperation,
ServiceInvocationContextImpl context,
CommandContext commandContext) |
protected List<ServiceInvocationResultResponse> |
InvokeListServiceCmd.invoke(ServiceInvoker serviceInvoker,
ServiceDefinitionModel serviceDefinitionModel,
ServiceOperation serviceOperation,
ServiceInvocationContextImpl context,
CommandContext commandContext) |
protected T |
InvokeServiceCmd.invokeService(ServiceDefinitionModel serviceDefinitionModel,
ServiceOperation serviceOperation,
ServiceInvoker serviceInvoker,
ServiceInvocationContextImpl context,
CommandContext commandContext) |
Modifier and Type | Class and Description |
---|---|
class |
DbServiceInvoker |
Modifier and Type | Class and Description |
---|---|
class |
ExpressionInvoker |
Modifier and Type | Class and Description |
---|---|
class |
RestServiceInvoker |