fixed custom services
parent
93cc059a24
commit
f1f7814ac3
|
|
@ -13,18 +13,18 @@ customService1:
|
||||||
- skipDeployment: "false"
|
- skipDeployment: "false"
|
||||||
|
|
||||||
customService2:
|
customService2:
|
||||||
- name: VDLM_ts-asc - ifs-001 (SQS) AscIn/AscOut - IN/OUT
|
- name: VDLM_ts-asc - ifs-001 (SQS) AscIn/AscOut - IN/OUT
|
||||||
- className1: com.bmw.cc.asc.bm.boundary.TeleXBF
|
- className1: com.bmw.cc.asc.bm.boundary.TeleXBF
|
||||||
- methodName1: handleTeleXMessage
|
- methodName1: handleTeleXMessage
|
||||||
- returnType1: void
|
- returnType1: void
|
||||||
- className2: com.bmw.cc.asc.integration.sqs.boundary.TeleXSqsESI$Proxy$_$$_Weld$EnterpriseProxy$
|
- className2: com.bmw.cc.asc.integration.sqs.boundary.TeleXSqsESI
|
||||||
- methodName2: send
|
- methodName2: send
|
||||||
- returnType2: void
|
- returnType2: void
|
||||||
- skipDeployment: "false"
|
- skipDeployment: "false"
|
||||||
|
|
||||||
customService3:
|
customService3:
|
||||||
- name: VDLM_ts-asc - (MQS) CallTopic - OUT
|
- name: VDLM_ts-asc - (MQS) CallTopic - OUT
|
||||||
- className: com.bmw.cc.asc.integration.jms.boundry.CallTopicJmsESI$Proxy$_$$_Weld$EnterpriseProxy$
|
- className: com.bmw.cc.asc.integration.jms.boundry.CallTopicJmsESI
|
||||||
- methodName: send
|
- methodName: send
|
||||||
- returnType: void
|
- returnType: void
|
||||||
- skipDeployment: "false"
|
- skipDeployment: "false"
|
||||||
|
|
|
||||||
|
|
@ -13,7 +13,10 @@
|
||||||
"matcher": "EQUALS",
|
"matcher": "EQUALS",
|
||||||
"methodRules": [
|
"methodRules": [
|
||||||
{
|
{
|
||||||
"argumentTypes": [],
|
"argumentTypes": [
|
||||||
|
"java.lang.String",
|
||||||
|
"java.util.Map"
|
||||||
|
],
|
||||||
"methodName": "{{.methodName}}",
|
"methodName": "{{.methodName}}",
|
||||||
"returnType": "{{.returnType}}"
|
"returnType": "{{.returnType}}"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -13,7 +13,10 @@
|
||||||
"matcher": "EQUALS",
|
"matcher": "EQUALS",
|
||||||
"methodRules": [
|
"methodRules": [
|
||||||
{
|
{
|
||||||
"argumentTypes": [],
|
"argumentTypes": [
|
||||||
|
"java.lang.String",
|
||||||
|
"java.util.Map"
|
||||||
|
],
|
||||||
"methodName": "{{.methodName1}}",
|
"methodName": "{{.methodName1}}",
|
||||||
"returnType": "{{.returnType1}}"
|
"returnType": "{{.returnType1}}"
|
||||||
}]
|
}]
|
||||||
|
|
@ -26,7 +29,10 @@
|
||||||
"matcher": "EQUALS",
|
"matcher": "EQUALS",
|
||||||
"methodRules": [
|
"methodRules": [
|
||||||
{
|
{
|
||||||
"argumentTypes": [],
|
"argumentTypes": [
|
||||||
|
"java.lang.String",
|
||||||
|
"java.util.Map"
|
||||||
|
],
|
||||||
"methodName": "{{.methodName2}}",
|
"methodName": "{{.methodName2}}",
|
||||||
"returnType": "{{.returnType2}}"
|
"returnType": "{{.returnType2}}"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -13,7 +13,10 @@
|
||||||
"matcher": "EQUALS",
|
"matcher": "EQUALS",
|
||||||
"methodRules": [
|
"methodRules": [
|
||||||
{
|
{
|
||||||
"argumentTypes": [],
|
"argumentTypes": [
|
||||||
|
"java.lang.String",
|
||||||
|
"java.util.Map"
|
||||||
|
],
|
||||||
"methodName": "{{.methodName1}}",
|
"methodName": "{{.methodName1}}",
|
||||||
"returnType": "{{.returnType1}}"
|
"returnType": "{{.returnType1}}"
|
||||||
}]
|
}]
|
||||||
|
|
@ -26,7 +29,10 @@
|
||||||
"matcher": "EQUALS",
|
"matcher": "EQUALS",
|
||||||
"methodRules": [
|
"methodRules": [
|
||||||
{
|
{
|
||||||
"argumentTypes": [],
|
"argumentTypes": [
|
||||||
|
"java.lang.String",
|
||||||
|
"java.util.Map"
|
||||||
|
],
|
||||||
"methodName": "{{.methodName2}}",
|
"methodName": "{{.methodName2}}",
|
||||||
"returnType": "{{.returnType2}}"
|
"returnType": "{{.returnType2}}"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue