added MQS eshad
parent
6796b19524
commit
a98baa0b73
|
|
@ -1,10 +1,17 @@
|
||||||
config:
|
config:
|
||||||
- customService1: template-1-1.json
|
- customService1: template-2-2-1.json
|
||||||
|
|
||||||
customService1:
|
customService1:
|
||||||
- name: myJOYNRService
|
- name: "ifs-003 (MQS) TssbShIn/Out - IN/OUT"
|
||||||
- className: com.bmw.cc.conn.this.is.just.an.exampleClasss
|
- className1: com.bmw.cc.ts.esh.integration.jms.sh.v1.boundary.ShResponseSenderESI
|
||||||
- methodName: exampleJoynrMethod
|
- methodName11: sendServiceHistoryState
|
||||||
- methodArgs: java.lang.Byte[],java.lang.String
|
- returnType11: void
|
||||||
- returnType: void
|
- methodArgs11: com.bmw.cc.ts.esh.bm.model.ShRequestVO,com.bmw.cc.ts.esh.bm.enums.ShNotificationCode
|
||||||
- skipDeployment: "true"
|
- methodName12: sendServiceHistoryStateDirectly
|
||||||
|
- returnType12: void
|
||||||
|
- methodArgs12: com.bmw.cc.ts.esh.bm.model.SendMaintenanceHistoryLP2VO,com.bmw.cc.ts.esh.bm.enums.ShNotificationCode,java.lang.String
|
||||||
|
- className2: com.bmw.cc.ts.esh.api.jms.ShMF
|
||||||
|
- methodName2: onMessage
|
||||||
|
- returnType2: void
|
||||||
|
- methodArgs2: javax.jms.Message
|
||||||
|
- skipDeployment: "false"
|
||||||
|
|
@ -0,0 +1,42 @@
|
||||||
|
{
|
||||||
|
"enabled": true,
|
||||||
|
"name": "{{.name}}",
|
||||||
|
"processGroups": [],
|
||||||
|
"queueEntryPoint": false,
|
||||||
|
"queueEntryPointType": null,
|
||||||
|
"rules": [
|
||||||
|
{
|
||||||
|
"annotations": [],
|
||||||
|
"className": "{{.className1}}",
|
||||||
|
"enabled": true,
|
||||||
|
"fileName": "",
|
||||||
|
"matcher": "EQUALS",
|
||||||
|
"methodRules": [
|
||||||
|
{
|
||||||
|
"argumentTypes": ["{{.methodArgs11}}"],
|
||||||
|
"methodName": "{{.methodName11}}",
|
||||||
|
"returnType": "{{.returnType11}}"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"argumentTypes": ["{{.methodArgs12}}"],
|
||||||
|
"methodName": "{{.methodName12}}",
|
||||||
|
"returnType": "{{.returnType12}}"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"annotations": [],
|
||||||
|
"className": "{{.className2}}",
|
||||||
|
"enabled": true,
|
||||||
|
"fileName": "",
|
||||||
|
"matcher": "EQUALS",
|
||||||
|
"methodRules": [
|
||||||
|
{
|
||||||
|
"argumentTypes": ["{{.methodArgs2}}"],
|
||||||
|
"methodName": "{{.methodName2}}",
|
||||||
|
"returnType": "{{.returnType2}}"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue