@kaoto/camel-catalog 0.3.10 → 0.3.11

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (23) hide show
  1. package/dist/camel-catalog/index.json +6 -0
  2. package/dist/index.js +2 -0
  3. package/dist/types/catalog-index.d.ts +1 -1
  4. package/package.json +3 -5
  5. package/dist/citrus-catalog/citrus/citrus-agent-configuration.json +0 -118
  6. package/dist/citrus-catalog/citrus/citrus-catalog-aggregate-endpoints.json +0 -3237
  7. package/dist/citrus-catalog/citrus/citrus-catalog-aggregate-functions.json +0 -1069
  8. package/dist/citrus-catalog/citrus/citrus-catalog-aggregate-test-actions.json +0 -19228
  9. package/dist/citrus-catalog/citrus/citrus-catalog-aggregate-test-containers.json +0 -873
  10. package/dist/citrus-catalog/citrus/citrus-catalog-aggregate-validation-matcher.json +0 -464
  11. package/dist/citrus-catalog/citrus/citrus-testcase.json +0 -13949
  12. package/dist/citrus-catalog/citrus/citrus-testcase.xsd +0 -2970
  13. package/dist/citrus-catalog/citrus/index.json +0 -51
  14. package/dist/citrus-catalog/index.json +0 -15
  15. /package/dist/{citrus-catalog → camel-catalog}/citrus/4.9.2/citrus-agent-configuration.json +0 -0
  16. /package/dist/{citrus-catalog → camel-catalog}/citrus/4.9.2/citrus-catalog-aggregate-endpoints.json +0 -0
  17. /package/dist/{citrus-catalog → camel-catalog}/citrus/4.9.2/citrus-catalog-aggregate-functions.json +0 -0
  18. /package/dist/{citrus-catalog → camel-catalog}/citrus/4.9.2/citrus-catalog-aggregate-test-actions.json +0 -0
  19. /package/dist/{citrus-catalog → camel-catalog}/citrus/4.9.2/citrus-catalog-aggregate-test-containers.json +0 -0
  20. /package/dist/{citrus-catalog → camel-catalog}/citrus/4.9.2/citrus-catalog-aggregate-validation-matcher.json +0 -0
  21. /package/dist/{citrus-catalog → camel-catalog}/citrus/4.9.2/citrus-testcase.json +0 -0
  22. /package/dist/{citrus-catalog → camel-catalog}/citrus/4.9.2/citrus-testcase.xsd +0 -0
  23. /package/dist/{citrus-catalog → camel-catalog}/citrus/4.9.2/index.json +0 -0
@@ -1,3237 +0,0 @@
1
- {
2
- "kubernetes-client": {
3
- "kind": "testEndpoint",
4
- "name": "kubernetes-client",
5
- "group": "kubernetes",
6
- "title": "KubernetesClient",
7
- "propertiesSchema": {
8
- "$schema": "http://json-schema.org/draft-07/schema#",
9
- "type": "object",
10
- "properties": {
11
- "certFile": {
12
- "type": "string",
13
- "title": "CertFile",
14
- "description": "Sets the client certificate.",
15
- "$comment": "group:security"
16
- },
17
- "client": {
18
- "type": "string",
19
- "title": "Client",
20
- "description": "Sets the reference to the Kubernetes client implementation.",
21
- "$comment": "group:advanced"
22
- },
23
- "messageConverter": {
24
- "type": "string",
25
- "title": "MessageConverter",
26
- "description": "Sets the message converter as a bean reference.",
27
- "$comment": "group:advanced"
28
- },
29
- "name": {
30
- "type": "string",
31
- "title": "Name",
32
- "description": "The name of the endpoint"
33
- },
34
- "namespace": {
35
- "type": "string",
36
- "title": "Namespace",
37
- "description": "Sets the namespace on the cluster."
38
- },
39
- "oAuthToken": {
40
- "type": "string",
41
- "title": "OAuthToken",
42
- "description": "Sets the OAuth token used to connect to the Kubernetes cluster.",
43
- "$comment": "group:security"
44
- },
45
- "objectMapper": {
46
- "type": "string",
47
- "title": "ObjectMapper",
48
- "description": "Sets the object mapper.",
49
- "$comment": "group:advanced"
50
- },
51
- "password": {
52
- "type": "string",
53
- "title": "Password",
54
- "description": "Sets the user password used to connect to the Kubernetes cluster.",
55
- "$comment": "group:security"
56
- },
57
- "url": {
58
- "type": "string",
59
- "title": "Url",
60
- "description": "Sets the master URL in the client configuration.",
61
- "$comment": "group:advanced"
62
- },
63
- "username": {
64
- "type": "string",
65
- "title": "Username",
66
- "description": "Sets the user name used to connect to the Kubernetes cluster.",
67
- "$comment": "group:security"
68
- },
69
- "version": {
70
- "type": "string",
71
- "title": "Version",
72
- "description": "Sets the Kubernetes client version.",
73
- "$comment": "group:advanced"
74
- }
75
- }
76
- }
77
- },
78
- "context-messageStore": {
79
- "kind": "testEndpoint",
80
- "name": "context-messageStore",
81
- "group": "context",
82
- "title": "ContextMessageStore",
83
- "propertiesSchema": {
84
- "$schema": "http://json-schema.org/draft-07/schema#",
85
- "type": "object",
86
- "properties": {
87
- "messageName": {
88
- "type": "string",
89
- "title": "MessageName",
90
- "description": "The message name."
91
- },
92
- "name": {
93
- "type": "string",
94
- "title": "Name",
95
- "description": "The name of the endpoint"
96
- },
97
- "timeout": {
98
- "type": "integer",
99
- "title": "Timeout",
100
- "description": "The timeout when receiving messages from the message store."
101
- }
102
- }
103
- }
104
- },
105
- "kafka-synchronous": {
106
- "kind": "testEndpoint",
107
- "name": "kafka-synchronous",
108
- "group": "kafka",
109
- "title": "KafkaSynchronous",
110
- "propertiesSchema": {
111
- "$schema": "http://json-schema.org/draft-07/schema#",
112
- "type": "object",
113
- "properties": {
114
- "autoCommit": {
115
- "type": "boolean",
116
- "title": "AutoCommit",
117
- "description": "Sets auto commit handling for this endpoint.",
118
- "$comment": "group:consume"
119
- },
120
- "autoCommitInterval": {
121
- "type": "integer",
122
- "title": "AutoCommitInterval",
123
- "description": "Sets the auto commit interval.",
124
- "$comment": "group:consume"
125
- },
126
- "clientId": {
127
- "type": "string",
128
- "title": "ClientId",
129
- "description": "Sets the client id used to connect to the Kafka server.",
130
- "$comment": "group:advanced"
131
- },
132
- "consumerGroup": {
133
- "type": "string",
134
- "title": "ConsumerGroup",
135
- "description": "Sets the consumer group used by the endpoint.",
136
- "$comment": "group:consume"
137
- },
138
- "consumerProperties": {
139
- "type": "object",
140
- "title": "ConsumerProperties",
141
- "description": "Sets the Kafka consumer properties.",
142
- "$comment": "group:consume"
143
- },
144
- "headerMapper": {
145
- "type": "string",
146
- "title": "HeaderMapper",
147
- "description": "Sets the Kafka header mapper.",
148
- "$comment": "group:advanced"
149
- },
150
- "keyDeserializer": {
151
- "type": "string",
152
- "title": "KeyDeserializer",
153
- "description": "Sets the fully qualified key deserializer type class name.",
154
- "$comment": "group:deserialize"
155
- },
156
- "keySerializer": {
157
- "type": "string",
158
- "title": "KeySerializer",
159
- "description": "Sets the fully qualified key serializer type class name.",
160
- "$comment": "group:serialize"
161
- },
162
- "messageConverter": {
163
- "type": "string",
164
- "title": "MessageConverter",
165
- "description": "Sets the message converter as a bean reference.",
166
- "$comment": "group:advanced"
167
- },
168
- "name": {
169
- "type": "string",
170
- "title": "Name",
171
- "description": "The name of the endpoint"
172
- },
173
- "offsetReset": {
174
- "type": "string",
175
- "title": "OffsetReset",
176
- "description": "Sets the offset reset.",
177
- "$comment": "group:consume"
178
- },
179
- "partition": {
180
- "type": "integer",
181
- "title": "Partition",
182
- "description": "Sets the Kafka topic partition."
183
- },
184
- "producerProperties": {
185
- "type": "object",
186
- "title": "ProducerProperties",
187
- "description": "Sets the Kafka producer properties.",
188
- "$comment": "group:produce"
189
- },
190
- "server": {
191
- "type": "string",
192
- "title": "Server",
193
- "description": "Sets the Kafka bootstrap server."
194
- },
195
- "timeout": {
196
- "type": "integer",
197
- "title": "Timeout",
198
- "description": "Sets the Kafka consumer timeout.",
199
- "$comment": "group:consume"
200
- },
201
- "topic": {
202
- "type": "string",
203
- "title": "Topic",
204
- "description": "Sets the Kafka topic."
205
- },
206
- "valueDeserializer": {
207
- "type": "string",
208
- "title": "ValueDeserializer",
209
- "description": "Sets the fully qualified value deserializer type class name.",
210
- "$comment": "group:deserialize"
211
- },
212
- "valueSerializer": {
213
- "type": "string",
214
- "title": "ValueSerializer",
215
- "description": "Sets the fully qualified value serializer type class name.",
216
- "$comment": "group:serialize"
217
- }
218
- }
219
- }
220
- },
221
- "scp-server": {
222
- "kind": "testEndpoint",
223
- "name": "scp-server",
224
- "group": "scp",
225
- "title": "ScpServer",
226
- "propertiesSchema": {
227
- "$schema": "http://json-schema.org/draft-07/schema#",
228
- "type": "object",
229
- "properties": {
230
- "allowedKeyPath": {
231
- "type": "string",
232
- "title": "AllowedKeyPath",
233
- "description": "Sets the allowed key certificate path.",
234
- "$comment": "group:security"
235
- },
236
- "autoConnect": {
237
- "type": "boolean",
238
- "title": "AutoConnect",
239
- "description": "When enabled the server uses automatic connect mode."
240
- },
241
- "autoLogin": {
242
- "type": "boolean",
243
- "title": "AutoLogin",
244
- "description": "When enabled the server uses automatic login mode."
245
- },
246
- "autoStart": {
247
- "type": "boolean",
248
- "title": "AutoStart",
249
- "description": "When enabled the server is automatically started after creation."
250
- },
251
- "debugLogging": {
252
- "type": "boolean",
253
- "title": "DebugLogging",
254
- "description": "When enabled the server prints debug logging output.",
255
- "$comment": "group:advanced"
256
- },
257
- "endpointAdapter": {
258
- "type": "string",
259
- "title": "EndpointAdapter",
260
- "description": "Sets a custom endpoint adapter to handle requests.",
261
- "$comment": "group:advanced"
262
- },
263
- "hostKeyPath": {
264
- "type": "string",
265
- "title": "HostKeyPath",
266
- "description": "Sets the host key certificate path.",
267
- "$comment": "group:security"
268
- },
269
- "knownHosts": {
270
- "type": "string",
271
- "title": "KnownHosts",
272
- "description": "List of known hosts.",
273
- "$comment": "group:security"
274
- },
275
- "name": {
276
- "type": "string",
277
- "title": "Name",
278
- "description": "The name of the endpoint"
279
- },
280
- "password": {
281
- "type": "string",
282
- "title": "Password",
283
- "description": "Sets the allowed user password.",
284
- "$comment": "group:security"
285
- },
286
- "pollingInterval": {
287
- "type": "integer",
288
- "title": "PollingInterval",
289
- "description": "Sets the polling interval when consuming messages."
290
- },
291
- "port": {
292
- "type": "integer",
293
- "title": "Port",
294
- "description": "The Ftp server port."
295
- },
296
- "preferredAuthentications": {
297
- "type": "string",
298
- "title": "PreferredAuthentications",
299
- "description": "Sets the preferred authentication mechanism.",
300
- "$comment": "group:security"
301
- },
302
- "privateKeyPassword": {
303
- "type": "string",
304
- "title": "PrivateKeyPassword",
305
- "description": "Sets the private key password.",
306
- "$comment": "group:security"
307
- },
308
- "privateKeyPath": {
309
- "type": "string",
310
- "title": "PrivateKeyPath",
311
- "description": "Sets the private key certificate path.",
312
- "$comment": "group:security"
313
- },
314
- "sessionConfigs": {
315
- "type": "object",
316
- "additionalProperties": {
317
- "type": "string",
318
- "title": "SessionConfigs",
319
- "description": "The session configuration."
320
- },
321
- "title": "SessionConfigs",
322
- "description": "The session configuration."
323
- },
324
- "strictHostChecking": {
325
- "type": "boolean",
326
- "title": "StrictHostChecking",
327
- "description": "Enable strict host checking.",
328
- "$comment": "group:security"
329
- },
330
- "timeout": {
331
- "type": "integer",
332
- "title": "Timeout",
333
- "description": "The server timeout.",
334
- "default": "5000"
335
- },
336
- "user": {
337
- "type": "string",
338
- "title": "User",
339
- "description": "Sets the allowed user name."
340
- },
341
- "userHomePath": {
342
- "type": "string",
343
- "title": "UserHomePath",
344
- "description": "Sets the user home path directory."
345
- }
346
- }
347
- }
348
- },
349
- "direct-synchronous": {
350
- "kind": "testEndpoint",
351
- "name": "direct-synchronous",
352
- "group": "direct",
353
- "title": "DirectSynchronous",
354
- "propertiesSchema": {
355
- "$schema": "http://json-schema.org/draft-07/schema#",
356
- "type": "object",
357
- "properties": {
358
- "autoCreateQueue": {
359
- "type": "boolean",
360
- "title": "AutoCreateQueue",
361
- "description": "When set the queue is automatically created when it does not exist in bean registry."
362
- },
363
- "correlator": {
364
- "type": "string",
365
- "title": "Correlator",
366
- "description": "Sets the message correlator.",
367
- "$comment": "group:advanced"
368
- },
369
- "name": {
370
- "type": "string",
371
- "title": "Name",
372
- "description": "The name of the endpoint"
373
- },
374
- "pollingInterval": {
375
- "type": "integer",
376
- "title": "PollingInterval",
377
- "description": "Sets the polling interval when consuming messages."
378
- },
379
- "queue": {
380
- "type": "string",
381
- "title": "Queue",
382
- "description": "The queue name."
383
- },
384
- "timeout": {
385
- "type": "integer",
386
- "title": "Timeout",
387
- "description": "The timeout when receiving messages from the queue."
388
- }
389
- }
390
- }
391
- },
392
- "docker-client": {
393
- "kind": "testEndpoint",
394
- "name": "docker-client",
395
- "group": "docker",
396
- "title": "DockerClient",
397
- "propertiesSchema": {
398
- "$schema": "http://json-schema.org/draft-07/schema#",
399
- "type": "object",
400
- "properties": {
401
- "certPath": {
402
- "type": "string",
403
- "title": "CertPath",
404
- "description": "Sets the path to the client certificate.",
405
- "$comment": "group:security"
406
- },
407
- "configPath": {
408
- "type": "string",
409
- "title": "ConfigPath",
410
- "description": "Sets the path to the client configuration file.",
411
- "$comment": "group:advanced"
412
- },
413
- "email": {
414
- "type": "string",
415
- "title": "Email",
416
- "description": "The Docker client email.",
417
- "$comment": "group:security"
418
- },
419
- "name": {
420
- "type": "string",
421
- "title": "Name",
422
- "description": "The name of the endpoint"
423
- },
424
- "password": {
425
- "type": "string",
426
- "title": "Password",
427
- "description": "The Docker client password.",
428
- "$comment": "group:security"
429
- },
430
- "registry": {
431
- "type": "string",
432
- "title": "Registry",
433
- "description": "The Docker registry URL."
434
- },
435
- "url": {
436
- "type": "string",
437
- "title": "Url",
438
- "description": "The Docker host engine URL."
439
- },
440
- "username": {
441
- "type": "string",
442
- "title": "Username",
443
- "description": "The Docker client username.",
444
- "$comment": "group:security"
445
- },
446
- "verifyTls": {
447
- "type": "boolean",
448
- "title": "VerifyTls",
449
- "description": "When enabled the client verifies the Docker host TLS.",
450
- "$comment": "group:security"
451
- },
452
- "version": {
453
- "type": "string",
454
- "title": "Version",
455
- "description": "The Docker client version."
456
- }
457
- }
458
- }
459
- },
460
- "kafka-asynchronous": {
461
- "kind": "testEndpoint",
462
- "name": "kafka-asynchronous",
463
- "group": "kafka",
464
- "title": "KafkaAsynchronous",
465
- "propertiesSchema": {
466
- "$schema": "http://json-schema.org/draft-07/schema#",
467
- "type": "object",
468
- "properties": {
469
- "autoCommit": {
470
- "type": "boolean",
471
- "title": "AutoCommit",
472
- "description": "Sets auto commit handling for this endpoint.",
473
- "$comment": "group:consume"
474
- },
475
- "autoCommitInterval": {
476
- "type": "integer",
477
- "title": "AutoCommitInterval",
478
- "description": "Sets the auto commit interval.",
479
- "$comment": "group:consume"
480
- },
481
- "clientId": {
482
- "type": "string",
483
- "title": "ClientId",
484
- "description": "Sets the client id used to connect to the Kafka server.",
485
- "$comment": "group:advanced"
486
- },
487
- "consumerGroup": {
488
- "type": "string",
489
- "title": "ConsumerGroup",
490
- "description": "Sets the consumer group used by the endpoint.",
491
- "$comment": "group:consume"
492
- },
493
- "consumerProperties": {
494
- "type": "object",
495
- "title": "ConsumerProperties",
496
- "description": "Sets the Kafka consumer properties.",
497
- "$comment": "group:consume"
498
- },
499
- "headerMapper": {
500
- "type": "string",
501
- "title": "HeaderMapper",
502
- "description": "Sets the Kafka header mapper.",
503
- "$comment": "group:advanced"
504
- },
505
- "keyDeserializer": {
506
- "type": "string",
507
- "title": "KeyDeserializer",
508
- "description": "Sets the fully qualified key deserializer type class name.",
509
- "$comment": "group:deserialize"
510
- },
511
- "keySerializer": {
512
- "type": "string",
513
- "title": "KeySerializer",
514
- "description": "Sets the fully qualified key serializer type class name.",
515
- "$comment": "group:serialize"
516
- },
517
- "messageConverter": {
518
- "type": "string",
519
- "title": "MessageConverter",
520
- "description": "Sets the message converter as a bean reference.",
521
- "$comment": "group:advanced"
522
- },
523
- "name": {
524
- "type": "string",
525
- "title": "Name",
526
- "description": "The name of the endpoint"
527
- },
528
- "offsetReset": {
529
- "type": "string",
530
- "title": "OffsetReset",
531
- "description": "Sets the offset reset.",
532
- "$comment": "group:consume"
533
- },
534
- "partition": {
535
- "type": "integer",
536
- "title": "Partition",
537
- "description": "Sets the Kafka topic partition."
538
- },
539
- "producerProperties": {
540
- "type": "object",
541
- "title": "ProducerProperties",
542
- "description": "Sets the Kafka producer properties.",
543
- "$comment": "group:produce"
544
- },
545
- "server": {
546
- "type": "string",
547
- "title": "Server",
548
- "description": "Sets the Kafka bootstrap server."
549
- },
550
- "timeout": {
551
- "type": "integer",
552
- "title": "Timeout",
553
- "description": "Sets the Kafka consumer timeout.",
554
- "$comment": "group:consume"
555
- },
556
- "topic": {
557
- "type": "string",
558
- "title": "Topic",
559
- "description": "Sets the Kafka topic."
560
- },
561
- "valueDeserializer": {
562
- "type": "string",
563
- "title": "ValueDeserializer",
564
- "description": "Sets the fully qualified value deserializer type class name.",
565
- "$comment": "group:deserialize"
566
- },
567
- "valueSerializer": {
568
- "type": "string",
569
- "title": "ValueSerializer",
570
- "description": "Sets the fully qualified value serializer type class name.",
571
- "$comment": "group:serialize"
572
- }
573
- }
574
- }
575
- },
576
- "k8s-client": {
577
- "kind": "testEndpoint",
578
- "name": "k8s-client",
579
- "group": "k8s",
580
- "title": "K8sClient",
581
- "propertiesSchema": {
582
- "$schema": "http://json-schema.org/draft-07/schema#",
583
- "type": "object",
584
- "properties": {
585
- "certFile": {
586
- "type": "string",
587
- "title": "CertFile",
588
- "description": "Sets the client certificate.",
589
- "$comment": "group:security"
590
- },
591
- "client": {
592
- "type": "string",
593
- "title": "Client",
594
- "description": "Sets the reference to the Kubernetes client implementation.",
595
- "$comment": "group:advanced"
596
- },
597
- "messageConverter": {
598
- "type": "string",
599
- "title": "MessageConverter",
600
- "description": "Sets the message converter as a bean reference.",
601
- "$comment": "group:advanced"
602
- },
603
- "name": {
604
- "type": "string",
605
- "title": "Name",
606
- "description": "The name of the endpoint"
607
- },
608
- "namespace": {
609
- "type": "string",
610
- "title": "Namespace",
611
- "description": "Sets the namespace on the cluster."
612
- },
613
- "oAuthToken": {
614
- "type": "string",
615
- "title": "OAuthToken",
616
- "description": "Sets the OAuth token used to connect to the Kubernetes cluster.",
617
- "$comment": "group:security"
618
- },
619
- "objectMapper": {
620
- "type": "string",
621
- "title": "ObjectMapper",
622
- "description": "Sets the object mapper.",
623
- "$comment": "group:advanced"
624
- },
625
- "password": {
626
- "type": "string",
627
- "title": "Password",
628
- "description": "Sets the user password used to connect to the Kubernetes cluster.",
629
- "$comment": "group:security"
630
- },
631
- "url": {
632
- "type": "string",
633
- "title": "Url",
634
- "description": "Sets the master URL in the client configuration.",
635
- "$comment": "group:advanced"
636
- },
637
- "username": {
638
- "type": "string",
639
- "title": "Username",
640
- "description": "Sets the user name used to connect to the Kubernetes cluster.",
641
- "$comment": "group:security"
642
- },
643
- "version": {
644
- "type": "string",
645
- "title": "Version",
646
- "description": "Sets the Kubernetes client version.",
647
- "$comment": "group:advanced"
648
- }
649
- }
650
- }
651
- },
652
- "mail-client": {
653
- "kind": "testEndpoint",
654
- "name": "mail-client",
655
- "group": "mail",
656
- "title": "MailClient",
657
- "propertiesSchema": {
658
- "$schema": "http://json-schema.org/draft-07/schema#",
659
- "type": "object",
660
- "properties": {
661
- "host": {
662
- "type": "string",
663
- "title": "Host",
664
- "description": "The mail server host to connect to."
665
- },
666
- "javaMailProperties": {
667
- "type": "object",
668
- "title": "JavaMailProperties",
669
- "description": "Custom properties passed to the java mail implementation.",
670
- "$comment": "group:advanced"
671
- },
672
- "marshaller": {
673
- "type": "string",
674
- "title": "Marshaller",
675
- "description": "Sets a custom mail message marshaller.",
676
- "$comment": "group:advanced"
677
- },
678
- "messageConverter": {
679
- "type": "string",
680
- "title": "MessageConverter",
681
- "description": "Sets custom message converter.",
682
- "$comment": "group:advanced"
683
- },
684
- "name": {
685
- "type": "string",
686
- "title": "Name",
687
- "description": "The name of the endpoint"
688
- },
689
- "password": {
690
- "type": "string",
691
- "title": "Password",
692
- "description": "The client user password.",
693
- "$comment": "group:security"
694
- },
695
- "port": {
696
- "type": "integer",
697
- "title": "Port",
698
- "description": "The mail server port."
699
- },
700
- "protocol": {
701
- "type": "string",
702
- "title": "Protocol",
703
- "description": "The mail protocol."
704
- },
705
- "timeout": {
706
- "type": "integer",
707
- "title": "Timeout",
708
- "description": "Mail client timeout when waiting for a response."
709
- },
710
- "username": {
711
- "type": "string",
712
- "title": "Username",
713
- "description": "The client user name.",
714
- "$comment": "group:security"
715
- }
716
- }
717
- }
718
- },
719
- "http-client": {
720
- "kind": "testEndpoint",
721
- "name": "http-client",
722
- "group": "http",
723
- "title": "HttpClient",
724
- "propertiesSchema": {
725
- "$schema": "http://json-schema.org/draft-07/schema#",
726
- "type": "object",
727
- "properties": {
728
- "authentication": {
729
- "type": "string",
730
- "title": "Authentication",
731
- "description": "Use given authentication mechanism.",
732
- "$comment": "group:security"
733
- },
734
- "binaryMediaTypes": {
735
- "title": "BinaryMediaTypes",
736
- "description": "Sets the list of binary media types.",
737
- "$comment": "group:advanced",
738
- "type": "array",
739
- "items": {
740
- "type": "string",
741
- "title": "BinaryMediaTypes",
742
- "description": "Sets the list of binary media types.",
743
- "$comment": "group:advanced"
744
- }
745
- },
746
- "charset": {
747
- "type": "string",
748
- "title": "Charset",
749
- "description": "The default charset.",
750
- "$comment": "group:advanced"
751
- },
752
- "contentType": {
753
- "type": "string",
754
- "title": "ContentType",
755
- "description": "Sets the default content type header set for each request.",
756
- "$comment": "group:advanced"
757
- },
758
- "correlator": {
759
- "type": "string",
760
- "title": "Correlator",
761
- "description": "Sets the message correlator.",
762
- "$comment": "group:advanced"
763
- },
764
- "defaultAcceptHeader": {
765
- "type": "boolean",
766
- "title": "DefaultAcceptHeader",
767
- "description": "When enabled the client adds the default accept header to requests.",
768
- "$comment": "group:advanced"
769
- },
770
- "disableRedirectHandling": {
771
- "type": "boolean",
772
- "title": "DisableRedirectHandling",
773
- "description": "Disables the redirect handling for this client.",
774
- "$comment": "group:advanced"
775
- },
776
- "endpointResolver": {
777
- "type": "string",
778
- "title": "EndpointResolver",
779
- "description": "Sets the endpoint URI resolver.",
780
- "$comment": "group:advanced"
781
- },
782
- "errorHandler": {
783
- "type": "string",
784
- "title": "ErrorHandler",
785
- "description": "Sets a custom error handler.",
786
- "$comment": "group:errorHandling"
787
- },
788
- "errorHandlingStrategy": {
789
- "type": "string",
790
- "enum": [
791
- "THROWS_EXCEPTION",
792
- "PROPAGATE"
793
- ],
794
- "title": "ErrorHandlingStrategy",
795
- "description": "Sets the error handling strategy.",
796
- "$comment": "group:errorHandling"
797
- },
798
- "handleCookies": {
799
- "type": "boolean",
800
- "title": "HandleCookies",
801
- "description": "When enabled the client handles cookies.",
802
- "$comment": "group:advanced"
803
- },
804
- "headerMapper": {
805
- "type": "string",
806
- "title": "HeaderMapper",
807
- "description": "Sets a custom header mapper bean reference.",
808
- "$comment": "group:advanced"
809
- },
810
- "interceptor": {
811
- "type": "string",
812
- "title": "Interceptor",
813
- "description": "Sets a client interceptor.",
814
- "$comment": "group:intercept"
815
- },
816
- "interceptors": {
817
- "title": "Interceptors",
818
- "description": "Sets the list of client interceptor bean references.",
819
- "$comment": "group:intercept",
820
- "type": "array",
821
- "items": {
822
- "type": "string",
823
- "title": "Interceptors",
824
- "description": "Sets the list of client interceptor bean references.",
825
- "$comment": "group:intercept"
826
- }
827
- },
828
- "messageConverter": {
829
- "type": "string",
830
- "title": "MessageConverter",
831
- "description": "Bean reference to a message converter.",
832
- "$comment": "group:advanced"
833
- },
834
- "name": {
835
- "type": "string",
836
- "title": "Name",
837
- "description": "The name of the endpoint"
838
- },
839
- "pollingInterval": {
840
- "type": "integer",
841
- "title": "PollingInterval",
842
- "description": "Sets the polling interval when consuming messages.",
843
- "$comment": "group:advanced"
844
- },
845
- "requestFactory": {
846
- "type": "string",
847
- "title": "RequestFactory",
848
- "description": "Reference to a request factory.",
849
- "$comment": "group:advanced"
850
- },
851
- "requestMethod": {
852
- "type": "string",
853
- "enum": [
854
- "GET",
855
- "HEAD",
856
- "POST",
857
- "PUT",
858
- "PATCH",
859
- "DELETE",
860
- "OPTIONS",
861
- "TRACE"
862
- ],
863
- "title": "RequestMethod",
864
- "description": "The default request method to use"
865
- },
866
- "requestUrl": {
867
- "type": "string",
868
- "title": "RequestUrl",
869
- "description": "Sets the Http client request URL."
870
- },
871
- "restTemplate": {
872
- "type": "string",
873
- "title": "RestTemplate",
874
- "description": "The reference to a REST template bean.",
875
- "$comment": "group:advanced"
876
- },
877
- "securedConnection": {
878
- "type": "string",
879
- "title": "SecuredConnection",
880
- "description": "Secure the connection with given security mechanism.",
881
- "$comment": "group:security"
882
- },
883
- "timeout": {
884
- "type": "integer",
885
- "title": "Timeout",
886
- "description": "The Http request timeout while waiting for a response",
887
- "default": "5000"
888
- }
889
- }
890
- }
891
- },
892
- "ssh-client": {
893
- "kind": "testEndpoint",
894
- "name": "ssh-client",
895
- "group": "ssh",
896
- "title": "SshClient",
897
- "propertiesSchema": {
898
- "$schema": "http://json-schema.org/draft-07/schema#",
899
- "type": "object",
900
- "properties": {
901
- "name": {
902
- "type": "string",
903
- "title": "Name",
904
- "description": "The name of the endpoint"
905
- }
906
- }
907
- }
908
- },
909
- "websocket-client": {
910
- "kind": "testEndpoint",
911
- "name": "websocket-client",
912
- "group": "websocket",
913
- "title": "WebsocketClient",
914
- "propertiesSchema": {
915
- "$schema": "http://json-schema.org/draft-07/schema#",
916
- "type": "object",
917
- "properties": {
918
- "endpointResolver": {
919
- "type": "string",
920
- "title": "EndpointResolver",
921
- "description": "Sets the endpoint URI resolver.",
922
- "$comment": "group:advanced"
923
- },
924
- "messageConverter": {
925
- "type": "string",
926
- "title": "MessageConverter",
927
- "description": "Bean reference to a message converter.",
928
- "$comment": "group:advanced"
929
- },
930
- "name": {
931
- "type": "string",
932
- "title": "Name",
933
- "description": "The name of the endpoint"
934
- },
935
- "pollingInterval": {
936
- "type": "integer",
937
- "title": "PollingInterval",
938
- "description": "Sets the polling interval when consuming messages.",
939
- "$comment": "group:advanced"
940
- },
941
- "requestUrl": {
942
- "type": "string",
943
- "title": "RequestUrl",
944
- "description": "Sets the client request URL."
945
- },
946
- "timeout": {
947
- "type": "integer",
948
- "title": "Timeout",
949
- "description": "The Http request timeout while waiting for a response",
950
- "default": "5000"
951
- }
952
- }
953
- }
954
- },
955
- "channel-asynchronous": {
956
- "kind": "testEndpoint",
957
- "name": "channel-asynchronous",
958
- "group": "channel",
959
- "title": "ChannelAsynchronous",
960
- "propertiesSchema": {
961
- "$schema": "http://json-schema.org/draft-07/schema#",
962
- "type": "object",
963
- "properties": {
964
- "channel": {
965
- "type": "string",
966
- "title": "Channel",
967
- "description": "The Spring message channel name."
968
- },
969
- "channelResolver": {
970
- "type": "string",
971
- "title": "ChannelResolver",
972
- "description": "The channel destination resolver.",
973
- "$comment": "group:advanced"
974
- },
975
- "filterInternalHeaders": {
976
- "type": "boolean",
977
- "title": "FilterInternalHeaders",
978
- "description": "When enabled the endpoint removes all internal headers before sending a message.",
979
- "$comment": "group:advanced"
980
- },
981
- "messageConverter": {
982
- "type": "string",
983
- "title": "MessageConverter",
984
- "description": "Sets the message converter as a bean reference.",
985
- "$comment": "group:advanced"
986
- },
987
- "messagingTemplate": {
988
- "type": "string",
989
- "title": "MessagingTemplate",
990
- "description": "Sets a custom messaging template.",
991
- "$comment": "group:advanced"
992
- },
993
- "name": {
994
- "type": "string",
995
- "title": "Name",
996
- "description": "The name of the endpoint"
997
- },
998
- "timeout": {
999
- "type": "integer",
1000
- "title": "Timeout",
1001
- "description": "Sets the receive timeout when waiting for messages.",
1002
- "default": "5000"
1003
- },
1004
- "useObjectMessages": {
1005
- "type": "boolean",
1006
- "title": "UseObjectMessages",
1007
- "description": "When enabled the endpoint uses object messages.",
1008
- "$comment": "group:advanced"
1009
- }
1010
- }
1011
- }
1012
- },
1013
- "soap-server": {
1014
- "kind": "testEndpoint",
1015
- "name": "soap-server",
1016
- "group": "soap",
1017
- "title": "SoapServer",
1018
- "propertiesSchema": {
1019
- "$schema": "http://json-schema.org/draft-07/schema#",
1020
- "type": "object",
1021
- "properties": {
1022
- "autoStart": {
1023
- "type": "boolean",
1024
- "title": "AutoStart",
1025
- "description": "When enabled the server is automatically started after creation."
1026
- },
1027
- "connector": {
1028
- "type": "string",
1029
- "title": "Connector",
1030
- "description": "Add a connector to this server.",
1031
- "$comment": "group:servlet"
1032
- },
1033
- "connectors": {
1034
- "title": "Connectors",
1035
- "description": "Sets a list of connectors for this server.",
1036
- "$comment": "group:servlet",
1037
- "type": "array",
1038
- "items": {
1039
- "type": "string",
1040
- "title": "Connectors",
1041
- "description": "Sets a list of connectors for this server.",
1042
- "$comment": "group:servlet"
1043
- }
1044
- },
1045
- "contextConfigLocation": {
1046
- "type": "string",
1047
- "title": "ContextConfigLocation",
1048
- "description": "Sets the path to the Spring context configuration for this server.",
1049
- "$comment": "group:advanced"
1050
- },
1051
- "contextPath": {
1052
- "type": "string",
1053
- "title": "ContextPath",
1054
- "description": "Sets the context path on this server.",
1055
- "$comment": "group:servlet"
1056
- },
1057
- "debugLogging": {
1058
- "type": "boolean",
1059
- "title": "DebugLogging",
1060
- "description": "When enabled the server prints debug logging output.",
1061
- "$comment": "group:advanced"
1062
- },
1063
- "endpointAdapter": {
1064
- "type": "string",
1065
- "title": "EndpointAdapter",
1066
- "description": "Sets a custom endpoint adapter to handle requests.",
1067
- "$comment": "group:advanced"
1068
- },
1069
- "handleAttributeHeaders": {
1070
- "type": "boolean",
1071
- "title": "HandleAttributeHeaders",
1072
- "description": "When enabled the server handles attribute headers.",
1073
- "$comment": "group:advanced"
1074
- },
1075
- "handleMimeHeaders": {
1076
- "type": "boolean",
1077
- "title": "HandleMimeHeaders",
1078
- "description": "When enabled the server handles mime headers.",
1079
- "$comment": "group:advanced"
1080
- },
1081
- "interceptor": {
1082
- "type": "string",
1083
- "title": "Interceptor",
1084
- "description": "Sets a endpoint interceptor.",
1085
- "$comment": "group:intercept"
1086
- },
1087
- "interceptors": {
1088
- "title": "Interceptors",
1089
- "description": "Sets the list of endpoint interceptor bean references.",
1090
- "$comment": "group:intercept",
1091
- "type": "array",
1092
- "items": {
1093
- "type": "string",
1094
- "title": "Interceptors",
1095
- "description": "Sets the list of endpoint interceptor bean references.",
1096
- "$comment": "group:intercept"
1097
- }
1098
- },
1099
- "keepSoapEnvelope": {
1100
- "type": "boolean",
1101
- "title": "KeepSoapEnvelope",
1102
- "description": "When enabled the server does not remove the SOAP envelope before processing messages.",
1103
- "$comment": "group:advanced"
1104
- },
1105
- "messageConverter": {
1106
- "type": "string",
1107
- "title": "MessageConverter",
1108
- "description": "Sets the Http message converter bean reference.",
1109
- "$comment": "group:advanced"
1110
- },
1111
- "messageFactory": {
1112
- "type": "string",
1113
- "title": "MessageFactory",
1114
- "description": "Sets a custom message factory.",
1115
- "$comment": "group:advanced"
1116
- },
1117
- "name": {
1118
- "type": "string",
1119
- "title": "Name",
1120
- "description": "The name of the endpoint"
1121
- },
1122
- "port": {
1123
- "type": "integer",
1124
- "title": "Port",
1125
- "description": "The SOAP WebService server port."
1126
- },
1127
- "resourceBase": {
1128
- "type": "string",
1129
- "title": "ResourceBase",
1130
- "description": "Sets the resource base path where the server reads resources from.",
1131
- "$comment": "group:advanced"
1132
- },
1133
- "rootParentContext": {
1134
- "type": "boolean",
1135
- "title": "RootParentContext",
1136
- "description": "When enabled the server uses the root Spring application context.",
1137
- "$comment": "group:advanced"
1138
- },
1139
- "securityHandler": {
1140
- "type": "string",
1141
- "title": "SecurityHandler",
1142
- "description": "Sets the security handler as a bean reference.",
1143
- "$comment": "group:security"
1144
- },
1145
- "serServletHandler": {
1146
- "type": "string",
1147
- "title": "SerServletHandler",
1148
- "description": "Sets a custom servlet handler as a bean reference.",
1149
- "$comment": "group:servlet"
1150
- },
1151
- "servletMappingPath": {
1152
- "type": "string",
1153
- "title": "ServletMappingPath",
1154
- "description": "Sets the servlet mapping path.",
1155
- "$comment": "group:servlet"
1156
- },
1157
- "servletName": {
1158
- "type": "string",
1159
- "title": "ServletName",
1160
- "description": "Sets the servlet name.",
1161
- "$comment": "group:servlet"
1162
- },
1163
- "soapHeaderNamespace": {
1164
- "type": "string",
1165
- "title": "SoapHeaderNamespace",
1166
- "description": "Sets the SOAP header namespace.",
1167
- "$comment": "group:advanced"
1168
- },
1169
- "soapHeaderPrefix": {
1170
- "type": "string",
1171
- "title": "SoapHeaderPrefix",
1172
- "description": "Sets the SOAP header namespace prefix.",
1173
- "$comment": "group:advanced"
1174
- },
1175
- "timeout": {
1176
- "type": "integer",
1177
- "title": "Timeout",
1178
- "description": "Sets the server timeout while waiting for incoming requests.",
1179
- "default": "5000"
1180
- }
1181
- }
1182
- }
1183
- },
1184
- "channel-synchronous": {
1185
- "kind": "testEndpoint",
1186
- "name": "channel-synchronous",
1187
- "group": "channel",
1188
- "title": "ChannelSynchronous",
1189
- "propertiesSchema": {
1190
- "$schema": "http://json-schema.org/draft-07/schema#",
1191
- "type": "object",
1192
- "properties": {
1193
- "channel": {
1194
- "type": "string",
1195
- "title": "Channel",
1196
- "description": "The Spring message channel name."
1197
- },
1198
- "channelResolver": {
1199
- "type": "string",
1200
- "title": "ChannelResolver",
1201
- "description": "The channel destination resolver.",
1202
- "$comment": "group:advanced"
1203
- },
1204
- "correlator": {
1205
- "type": "string",
1206
- "title": "Correlator",
1207
- "description": "Sets the message correlator.",
1208
- "$comment": "group:advanced"
1209
- },
1210
- "filterInternalHeaders": {
1211
- "type": "boolean",
1212
- "title": "FilterInternalHeaders",
1213
- "description": "When enabled the endpoint removes all internal headers before sending a message.",
1214
- "$comment": "group:advanced"
1215
- },
1216
- "messageConverter": {
1217
- "type": "string",
1218
- "title": "MessageConverter",
1219
- "description": "Sets the message converter as a bean reference.",
1220
- "$comment": "group:advanced"
1221
- },
1222
- "messagingTemplate": {
1223
- "type": "string",
1224
- "title": "MessagingTemplate",
1225
- "description": "Sets a custom messaging template.",
1226
- "$comment": "group:advanced"
1227
- },
1228
- "name": {
1229
- "type": "string",
1230
- "title": "Name",
1231
- "description": "The name of the endpoint"
1232
- },
1233
- "pollingInterval": {
1234
- "type": "integer",
1235
- "title": "PollingInterval",
1236
- "description": "Sets the polling interval.",
1237
- "$comment": "group:advanced"
1238
- },
1239
- "timeout": {
1240
- "type": "integer",
1241
- "title": "Timeout",
1242
- "description": "Sets the receive timeout when waiting for messages.",
1243
- "default": "5000"
1244
- },
1245
- "useObjectMessages": {
1246
- "type": "boolean",
1247
- "title": "UseObjectMessages",
1248
- "description": "When enabled the endpoint uses object messages.",
1249
- "$comment": "group:advanced"
1250
- }
1251
- }
1252
- }
1253
- },
1254
- "sftp-server": {
1255
- "kind": "testEndpoint",
1256
- "name": "sftp-server",
1257
- "group": "sftp",
1258
- "title": "SftpServer",
1259
- "propertiesSchema": {
1260
- "$schema": "http://json-schema.org/draft-07/schema#",
1261
- "type": "object",
1262
- "properties": {
1263
- "allowedKeyPath": {
1264
- "type": "string",
1265
- "title": "AllowedKeyPath",
1266
- "description": "Sets the allowed key certificate path.",
1267
- "$comment": "group:security"
1268
- },
1269
- "autoConnect": {
1270
- "type": "boolean",
1271
- "title": "AutoConnect",
1272
- "description": "When enabled the server uses automatic connect mode."
1273
- },
1274
- "autoLogin": {
1275
- "type": "boolean",
1276
- "title": "AutoLogin",
1277
- "description": "When enabled the server uses automatic login mode."
1278
- },
1279
- "autoStart": {
1280
- "type": "boolean",
1281
- "title": "AutoStart",
1282
- "description": "When enabled the server is automatically started after creation."
1283
- },
1284
- "debugLogging": {
1285
- "type": "boolean",
1286
- "title": "DebugLogging",
1287
- "description": "When enabled the server prints debug logging output.",
1288
- "$comment": "group:advanced"
1289
- },
1290
- "endpointAdapter": {
1291
- "type": "string",
1292
- "title": "EndpointAdapter",
1293
- "description": "Sets a custom endpoint adapter to handle requests.",
1294
- "$comment": "group:advanced"
1295
- },
1296
- "hostKeyPath": {
1297
- "type": "string",
1298
- "title": "HostKeyPath",
1299
- "description": "Sets the host key certificate path.",
1300
- "$comment": "group:security"
1301
- },
1302
- "knownHosts": {
1303
- "type": "string",
1304
- "title": "KnownHosts",
1305
- "description": "List of known hosts.",
1306
- "$comment": "group:security"
1307
- },
1308
- "name": {
1309
- "type": "string",
1310
- "title": "Name",
1311
- "description": "The name of the endpoint"
1312
- },
1313
- "password": {
1314
- "type": "string",
1315
- "title": "Password",
1316
- "description": "Sets the allowed user password.",
1317
- "$comment": "group:security"
1318
- },
1319
- "pollingInterval": {
1320
- "type": "integer",
1321
- "title": "PollingInterval",
1322
- "description": "Sets the polling interval when consuming messages."
1323
- },
1324
- "port": {
1325
- "type": "integer",
1326
- "title": "Port",
1327
- "description": "The Ftp server port."
1328
- },
1329
- "preferredAuthentications": {
1330
- "type": "string",
1331
- "title": "PreferredAuthentications",
1332
- "description": "Sets the preferred authentication mechanism.",
1333
- "$comment": "group:security"
1334
- },
1335
- "privateKeyPassword": {
1336
- "type": "string",
1337
- "title": "PrivateKeyPassword",
1338
- "description": "Sets the private key password.",
1339
- "$comment": "group:security"
1340
- },
1341
- "privateKeyPath": {
1342
- "type": "string",
1343
- "title": "PrivateKeyPath",
1344
- "description": "Sets the private key certificate path.",
1345
- "$comment": "group:security"
1346
- },
1347
- "sessionConfigs": {
1348
- "type": "object",
1349
- "additionalProperties": {
1350
- "type": "string",
1351
- "title": "SessionConfigs",
1352
- "description": "The session configuration."
1353
- },
1354
- "title": "SessionConfigs",
1355
- "description": "The session configuration."
1356
- },
1357
- "strictHostChecking": {
1358
- "type": "boolean",
1359
- "title": "StrictHostChecking",
1360
- "description": "Enable strict host checking.",
1361
- "$comment": "group:security"
1362
- },
1363
- "timeout": {
1364
- "type": "integer",
1365
- "title": "Timeout",
1366
- "description": "The server timeout.",
1367
- "default": "5000"
1368
- },
1369
- "user": {
1370
- "type": "string",
1371
- "title": "User",
1372
- "description": "Sets the allowed user name."
1373
- },
1374
- "userHomePath": {
1375
- "type": "string",
1376
- "title": "UserHomePath",
1377
- "description": "Sets the user home path directory."
1378
- }
1379
- }
1380
- }
1381
- },
1382
- "ftp-server": {
1383
- "kind": "testEndpoint",
1384
- "name": "ftp-server",
1385
- "group": "ftp",
1386
- "title": "FtpServer",
1387
- "propertiesSchema": {
1388
- "$schema": "http://json-schema.org/draft-07/schema#",
1389
- "type": "object",
1390
- "properties": {
1391
- "autoConnect": {
1392
- "type": "boolean",
1393
- "title": "AutoConnect",
1394
- "description": "When enabled the server uses automatic connect mode."
1395
- },
1396
- "autoHandleCommands": {
1397
- "type": "string",
1398
- "title": "AutoHandleCommands",
1399
- "description": "Enables the auto handle commands mode."
1400
- },
1401
- "autoLogin": {
1402
- "type": "boolean",
1403
- "title": "AutoLogin",
1404
- "description": "When enabled the server uses automatic login mode."
1405
- },
1406
- "autoReadFiles": {
1407
- "type": "boolean",
1408
- "title": "AutoReadFiles",
1409
- "description": "When enabled the client automatically reads new files."
1410
- },
1411
- "autoStart": {
1412
- "type": "boolean",
1413
- "title": "AutoStart",
1414
- "description": "When enabled the server is automatically started after creation."
1415
- },
1416
- "correlator": {
1417
- "type": "string",
1418
- "title": "Correlator",
1419
- "description": "Sets the message correlator.",
1420
- "$comment": "group:advanced"
1421
- },
1422
- "debugLogging": {
1423
- "type": "boolean",
1424
- "title": "DebugLogging",
1425
- "description": "When enabled the server prints debug logging output.",
1426
- "$comment": "group:advanced"
1427
- },
1428
- "endpointAdapter": {
1429
- "type": "string",
1430
- "title": "EndpointAdapter",
1431
- "description": "Sets a custom endpoint adapter to handle requests.",
1432
- "$comment": "group:advanced"
1433
- },
1434
- "errorHandlingStrategy": {
1435
- "type": "string",
1436
- "enum": [
1437
- "THROWS_EXCEPTION",
1438
- "PROPAGATE"
1439
- ],
1440
- "title": "ErrorHandlingStrategy",
1441
- "description": "Sets the error handling strategy.",
1442
- "$comment": "group:errorHandler"
1443
- },
1444
- "host": {
1445
- "type": "string",
1446
- "title": "Host",
1447
- "description": "The Ftp server host."
1448
- },
1449
- "listenerFactory": {
1450
- "type": "string",
1451
- "title": "ListenerFactory",
1452
- "description": "Sets a custom listener factory implementation.",
1453
- "$comment": "group:advanced"
1454
- },
1455
- "localPassiveMode": {
1456
- "type": "boolean",
1457
- "title": "LocalPassiveMode",
1458
- "description": "Enables the local passive mode."
1459
- },
1460
- "marshaller": {
1461
- "type": "string",
1462
- "title": "Marshaller",
1463
- "description": "Sets a custom Ftp message marshaller.",
1464
- "$comment": "group:advanced"
1465
- },
1466
- "name": {
1467
- "type": "string",
1468
- "title": "Name",
1469
- "description": "The name of the endpoint"
1470
- },
1471
- "password": {
1472
- "type": "string",
1473
- "title": "Password",
1474
- "description": "Sets the allowed user password.",
1475
- "$comment": "group:security"
1476
- },
1477
- "port": {
1478
- "type": "integer",
1479
- "title": "Port",
1480
- "description": "The Ftp server port."
1481
- },
1482
- "server": {
1483
- "type": "string",
1484
- "title": "Server",
1485
- "description": "Sets the Ftp server implementation.",
1486
- "$comment": "group:advanced"
1487
- },
1488
- "timeout": {
1489
- "type": "integer",
1490
- "title": "Timeout",
1491
- "description": "The server timeout.",
1492
- "default": "5000"
1493
- },
1494
- "user": {
1495
- "type": "string",
1496
- "title": "User",
1497
- "description": "Sets the allowed user name."
1498
- },
1499
- "userManager": {
1500
- "type": "string",
1501
- "title": "UserManager",
1502
- "description": "Sets a custom user manager implementation.",
1503
- "$comment": "group:advanced"
1504
- },
1505
- "userManagerProperties": {
1506
- "type": "string",
1507
- "title": "UserManagerProperties",
1508
- "description": "Loads user manage properties from a file resource.",
1509
- "$comment": "group:advanced"
1510
- }
1511
- }
1512
- }
1513
- },
1514
- "camel-inOut": {
1515
- "kind": "testEndpoint",
1516
- "name": "camel-inOut",
1517
- "group": "camel",
1518
- "title": "CamelInOut",
1519
- "propertiesSchema": {
1520
- "$schema": "http://json-schema.org/draft-07/schema#",
1521
- "type": "object",
1522
- "properties": {
1523
- "camelContext": {
1524
- "type": "string",
1525
- "title": "CamelContext",
1526
- "description": "The Camel context to use."
1527
- },
1528
- "correlator": {
1529
- "type": "string",
1530
- "title": "Correlator",
1531
- "description": "Sets the message correlator.",
1532
- "$comment": "group:advanced"
1533
- },
1534
- "endpointUri": {
1535
- "type": "string",
1536
- "title": "EndpointUri",
1537
- "description": "The Camel endpoint uri."
1538
- },
1539
- "messageConverter": {
1540
- "type": "string",
1541
- "title": "MessageConverter",
1542
- "description": "Sets the message converter as a bean reference.",
1543
- "$comment": "group:advanced"
1544
- },
1545
- "name": {
1546
- "type": "string",
1547
- "title": "Name",
1548
- "description": "The name of the endpoint"
1549
- },
1550
- "pollingInterval": {
1551
- "type": "integer",
1552
- "title": "PollingInterval",
1553
- "description": "Sets the polling interval when consuming messages."
1554
- },
1555
- "timeout": {
1556
- "type": "integer",
1557
- "title": "Timeout",
1558
- "description": "The endpoint timeout when waiting for messages."
1559
- }
1560
- }
1561
- }
1562
- },
1563
- "vertx-asynchronous": {
1564
- "kind": "testEndpoint",
1565
- "name": "vertx-asynchronous",
1566
- "group": "vertx",
1567
- "title": "VertxAsynchronous",
1568
- "propertiesSchema": {
1569
- "$schema": "http://json-schema.org/draft-07/schema#",
1570
- "type": "object",
1571
- "properties": {
1572
- "address": {
1573
- "type": "string",
1574
- "title": "Address",
1575
- "description": "The event bus address."
1576
- },
1577
- "host": {
1578
- "type": "string",
1579
- "title": "Host",
1580
- "description": "The Vert.x event bus host."
1581
- },
1582
- "messageConverter": {
1583
- "type": "string",
1584
- "title": "MessageConverter",
1585
- "description": "Sets the message converter as a bean reference.",
1586
- "$comment": "group:advanced"
1587
- },
1588
- "name": {
1589
- "type": "string",
1590
- "title": "Name",
1591
- "description": "The name of the endpoint"
1592
- },
1593
- "pollingInterval": {
1594
- "type": "integer",
1595
- "title": "PollingInterval",
1596
- "description": "Sets the polling interval when consuming messages."
1597
- },
1598
- "port": {
1599
- "type": "integer",
1600
- "title": "Port",
1601
- "description": "The Vert.x event bus port."
1602
- },
1603
- "pubSubDomain": {
1604
- "type": "boolean",
1605
- "title": "PubSubDomain",
1606
- "description": "When enabled the endpoint uses publish/subscribe mode.",
1607
- "$comment": "group:advanced"
1608
- },
1609
- "timeout": {
1610
- "type": "integer",
1611
- "title": "Timeout",
1612
- "description": "The endpoint timeout when waiting for messages."
1613
- },
1614
- "vertxFactory": {
1615
- "type": "string",
1616
- "title": "VertxFactory",
1617
- "description": "Sets a custom Vert.x factory.",
1618
- "$comment": "group:advanced"
1619
- }
1620
- }
1621
- }
1622
- },
1623
- "ftp-client": {
1624
- "kind": "testEndpoint",
1625
- "name": "ftp-client",
1626
- "group": "ftp",
1627
- "title": "FtpClient",
1628
- "propertiesSchema": {
1629
- "$schema": "http://json-schema.org/draft-07/schema#",
1630
- "type": "object",
1631
- "properties": {
1632
- "autoReadFiles": {
1633
- "type": "boolean",
1634
- "title": "AutoReadFiles",
1635
- "description": "When enabled the client automatically reads new files."
1636
- },
1637
- "correlator": {
1638
- "type": "string",
1639
- "title": "Correlator",
1640
- "description": "Sets the message correlator.",
1641
- "$comment": "group:advanced"
1642
- },
1643
- "errorHandlingStrategy": {
1644
- "type": "string",
1645
- "enum": [
1646
- "THROWS_EXCEPTION",
1647
- "PROPAGATE"
1648
- ],
1649
- "title": "ErrorHandlingStrategy",
1650
- "description": "Sets the error handling strategy.",
1651
- "$comment": "group:errorHandler"
1652
- },
1653
- "host": {
1654
- "type": "string",
1655
- "title": "Host",
1656
- "description": "The Ftp server host."
1657
- },
1658
- "localPassiveMode": {
1659
- "type": "boolean",
1660
- "title": "LocalPassiveMode",
1661
- "description": "SEnables the local passive mode."
1662
- },
1663
- "name": {
1664
- "type": "string",
1665
- "title": "Name",
1666
- "description": "The name of the endpoint"
1667
- },
1668
- "password": {
1669
- "type": "string",
1670
- "title": "Password",
1671
- "description": "Sets the user password.",
1672
- "$comment": "group:security"
1673
- },
1674
- "pollingInterval": {
1675
- "type": "integer",
1676
- "title": "PollingInterval",
1677
- "description": "Sets the polling interval when consuming messages."
1678
- },
1679
- "port": {
1680
- "type": "integer",
1681
- "title": "Port",
1682
- "description": "The Ftp server port."
1683
- },
1684
- "timeout": {
1685
- "type": "integer",
1686
- "title": "Timeout",
1687
- "description": "The endpoint timeout when waiting for messages."
1688
- },
1689
- "username": {
1690
- "type": "string",
1691
- "title": "Username",
1692
- "description": "Sets the user name.",
1693
- "$comment": "group:security"
1694
- }
1695
- }
1696
- }
1697
- },
1698
- "camel-asynchronous": {
1699
- "kind": "testEndpoint",
1700
- "name": "camel-asynchronous",
1701
- "group": "camel",
1702
- "title": "CamelAsynchronous",
1703
- "propertiesSchema": {
1704
- "$schema": "http://json-schema.org/draft-07/schema#",
1705
- "type": "object",
1706
- "properties": {
1707
- "camelContext": {
1708
- "type": "string",
1709
- "title": "CamelContext",
1710
- "description": "The Camel context to use."
1711
- },
1712
- "endpointUri": {
1713
- "type": "string",
1714
- "title": "EndpointUri",
1715
- "description": "The Camel endpoint uri."
1716
- },
1717
- "messageConverter": {
1718
- "type": "string",
1719
- "title": "MessageConverter",
1720
- "description": "Sets the message converter as a bean reference.",
1721
- "$comment": "group:advanced"
1722
- },
1723
- "name": {
1724
- "type": "string",
1725
- "title": "Name",
1726
- "description": "The name of the endpoint"
1727
- },
1728
- "timeout": {
1729
- "type": "integer",
1730
- "title": "Timeout",
1731
- "description": "The endpoint timeout when waiting for messages."
1732
- }
1733
- }
1734
- }
1735
- },
1736
- "scp-client": {
1737
- "kind": "testEndpoint",
1738
- "name": "scp-client",
1739
- "group": "scp",
1740
- "title": "ScpClient",
1741
- "propertiesSchema": {
1742
- "$schema": "http://json-schema.org/draft-07/schema#",
1743
- "type": "object",
1744
- "properties": {
1745
- "autoReadFiles": {
1746
- "type": "boolean",
1747
- "title": "AutoReadFiles",
1748
- "description": "When enabled the client automatically reads new files."
1749
- },
1750
- "correlator": {
1751
- "type": "string",
1752
- "title": "Correlator",
1753
- "description": "Sets the message correlator.",
1754
- "$comment": "group:advanced"
1755
- },
1756
- "errorHandlingStrategy": {
1757
- "type": "string",
1758
- "enum": [
1759
- "THROWS_EXCEPTION",
1760
- "PROPAGATE"
1761
- ],
1762
- "title": "ErrorHandlingStrategy",
1763
- "description": "Sets the error handling strategy.",
1764
- "$comment": "group:errorHandler"
1765
- },
1766
- "host": {
1767
- "type": "string",
1768
- "title": "Host",
1769
- "description": "The Ftp server host."
1770
- },
1771
- "knownHosts": {
1772
- "type": "string",
1773
- "title": "KnownHosts",
1774
- "description": "List of known hosts.",
1775
- "$comment": "group:security"
1776
- },
1777
- "name": {
1778
- "type": "string",
1779
- "title": "Name",
1780
- "description": "The name of the endpoint"
1781
- },
1782
- "password": {
1783
- "type": "string",
1784
- "title": "Password",
1785
- "description": "Sets the user password.",
1786
- "$comment": "group:security"
1787
- },
1788
- "pollingInterval": {
1789
- "type": "integer",
1790
- "title": "PollingInterval",
1791
- "description": "Sets the polling interval when consuming messages."
1792
- },
1793
- "port": {
1794
- "type": "integer",
1795
- "title": "Port",
1796
- "description": "The Ftp server port."
1797
- },
1798
- "portOption": {
1799
- "type": "string",
1800
- "title": "PortOption",
1801
- "description": "Sets the port option.",
1802
- "$comment": "group:advanced"
1803
- },
1804
- "privateKeyPassword": {
1805
- "type": "string",
1806
- "title": "PrivateKeyPassword",
1807
- "description": "Sets the private key password.",
1808
- "$comment": "group:security"
1809
- },
1810
- "privateKeyPath": {
1811
- "type": "string",
1812
- "title": "PrivateKeyPath",
1813
- "description": "Sets the private key path.",
1814
- "$comment": "group:security"
1815
- },
1816
- "strictHostChecking": {
1817
- "type": "boolean",
1818
- "title": "StrictHostChecking",
1819
- "description": "Enable strict host checking.",
1820
- "$comment": "group:security"
1821
- },
1822
- "timeout": {
1823
- "type": "integer",
1824
- "title": "Timeout",
1825
- "description": "The endpoint timeout when waiting for messages."
1826
- },
1827
- "username": {
1828
- "type": "string",
1829
- "title": "Username",
1830
- "description": "Sets the user name.",
1831
- "$comment": "group:security"
1832
- }
1833
- }
1834
- }
1835
- },
1836
- "vertx-synchronous": {
1837
- "kind": "testEndpoint",
1838
- "name": "vertx-synchronous",
1839
- "group": "vertx",
1840
- "title": "VertxSynchronous",
1841
- "propertiesSchema": {
1842
- "$schema": "http://json-schema.org/draft-07/schema#",
1843
- "type": "object",
1844
- "properties": {
1845
- "address": {
1846
- "type": "string",
1847
- "title": "Address",
1848
- "description": "The event bus address."
1849
- },
1850
- "correlator": {
1851
- "type": "string",
1852
- "title": "Correlator",
1853
- "description": "Sets the message correlator.",
1854
- "$comment": "group:advanced"
1855
- },
1856
- "host": {
1857
- "type": "string",
1858
- "title": "Host",
1859
- "description": "The Vert.x event bus host."
1860
- },
1861
- "messageConverter": {
1862
- "type": "string",
1863
- "title": "MessageConverter",
1864
- "description": "Sets the message converter as a bean reference.",
1865
- "$comment": "group:advanced"
1866
- },
1867
- "name": {
1868
- "type": "string",
1869
- "title": "Name",
1870
- "description": "The name of the endpoint"
1871
- },
1872
- "pollingInterval": {
1873
- "type": "integer",
1874
- "title": "PollingInterval",
1875
- "description": "Sets the polling interval when consuming messages."
1876
- },
1877
- "port": {
1878
- "type": "integer",
1879
- "title": "Port",
1880
- "description": "The Vert.x event bus port."
1881
- },
1882
- "pubSubDomain": {
1883
- "type": "boolean",
1884
- "title": "PubSubDomain",
1885
- "description": "When enabled the endpoint uses publish/subscribe mode.",
1886
- "$comment": "group:advanced"
1887
- },
1888
- "timeout": {
1889
- "type": "integer",
1890
- "title": "Timeout",
1891
- "description": "The endpoint timeout when waiting for messages."
1892
- },
1893
- "vertxFactory": {
1894
- "type": "string",
1895
- "title": "VertxFactory",
1896
- "description": "Sets a custom Vert.x factory.",
1897
- "$comment": "group:advanced"
1898
- }
1899
- }
1900
- }
1901
- },
1902
- "jms-synchronous": {
1903
- "kind": "testEndpoint",
1904
- "name": "jms-synchronous",
1905
- "group": "jms",
1906
- "title": "JmsSynchronous",
1907
- "propertiesSchema": {
1908
- "$schema": "http://json-schema.org/draft-07/schema#",
1909
- "type": "object",
1910
- "properties": {
1911
- "connectionFactory": {
1912
- "type": "string",
1913
- "title": "ConnectionFactory",
1914
- "description": "The JMS connection factory."
1915
- },
1916
- "correlator": {
1917
- "type": "string",
1918
- "title": "Correlator",
1919
- "description": "Sets the message correlator.",
1920
- "$comment": "group:advanced"
1921
- },
1922
- "destination": {
1923
- "type": "string",
1924
- "title": "Destination",
1925
- "description": "The JMS destination name."
1926
- },
1927
- "destinationNameResolver": {
1928
- "type": "string",
1929
- "title": "DestinationNameResolver",
1930
- "description": "Sets the destination name resolver.",
1931
- "$comment": "group:advanced"
1932
- },
1933
- "destinationResolver": {
1934
- "type": "string",
1935
- "title": "DestinationResolver",
1936
- "description": "Sets the destination resolver.",
1937
- "$comment": "group:advanced"
1938
- },
1939
- "filterInternalHeaders": {
1940
- "type": "boolean",
1941
- "title": "FilterInternalHeaders",
1942
- "description": "When enabled the endpoint removes all internal headers before sending a message.",
1943
- "$comment": "group:advanced"
1944
- },
1945
- "jmsTemplate": {
1946
- "type": "string",
1947
- "title": "JmsTemplate",
1948
- "description": "Sets the JMS template.",
1949
- "$comment": "group:advanced"
1950
- },
1951
- "messageConverter": {
1952
- "type": "string",
1953
- "title": "MessageConverter",
1954
- "description": "Sets the message converter bean reference.",
1955
- "$comment": "group:advanced"
1956
- },
1957
- "name": {
1958
- "type": "string",
1959
- "title": "Name",
1960
- "description": "The name of the endpoint"
1961
- },
1962
- "pollingInterval": {
1963
- "type": "integer",
1964
- "title": "PollingInterval",
1965
- "description": "Sets the polling interval.",
1966
- "$comment": "group:advanced"
1967
- },
1968
- "pubSubDomain": {
1969
- "type": "boolean",
1970
- "title": "PubSubDomain",
1971
- "description": "When enabled the endpoint uses publish/subscribe mode.",
1972
- "$comment": "group:advanced"
1973
- },
1974
- "replyDestination": {
1975
- "type": "string",
1976
- "title": "ReplyDestination",
1977
- "description": "Sets the reply destination name."
1978
- },
1979
- "timeout": {
1980
- "type": "integer",
1981
- "title": "Timeout",
1982
- "description": "Sets the receive timeout when the consumer waits for messages to arrive."
1983
- },
1984
- "useObjectMessages": {
1985
- "type": "boolean",
1986
- "title": "UseObjectMessages",
1987
- "description": "When enabled the endpoint uses object messages.",
1988
- "$comment": "group:advanced"
1989
- }
1990
- }
1991
- }
1992
- },
1993
- "camel-inOnly": {
1994
- "kind": "testEndpoint",
1995
- "name": "camel-inOnly",
1996
- "group": "camel",
1997
- "title": "CamelInOnly",
1998
- "propertiesSchema": {
1999
- "$schema": "http://json-schema.org/draft-07/schema#",
2000
- "type": "object",
2001
- "properties": {
2002
- "camelContext": {
2003
- "type": "string",
2004
- "title": "CamelContext",
2005
- "description": "The Camel context to use."
2006
- },
2007
- "endpointUri": {
2008
- "type": "string",
2009
- "title": "EndpointUri",
2010
- "description": "The Camel endpoint uri."
2011
- },
2012
- "messageConverter": {
2013
- "type": "string",
2014
- "title": "MessageConverter",
2015
- "description": "Sets the message converter as a bean reference.",
2016
- "$comment": "group:advanced"
2017
- },
2018
- "name": {
2019
- "type": "string",
2020
- "title": "Name",
2021
- "description": "The name of the endpoint"
2022
- },
2023
- "timeout": {
2024
- "type": "integer",
2025
- "title": "Timeout",
2026
- "description": "The endpoint timeout when waiting for messages."
2027
- }
2028
- }
2029
- }
2030
- },
2031
- "direct-asynchronous": {
2032
- "kind": "testEndpoint",
2033
- "name": "direct-asynchronous",
2034
- "group": "direct",
2035
- "title": "DirectAsynchronous",
2036
- "propertiesSchema": {
2037
- "$schema": "http://json-schema.org/draft-07/schema#",
2038
- "type": "object",
2039
- "properties": {
2040
- "autoCreateQueue": {
2041
- "type": "boolean",
2042
- "title": "AutoCreateQueue",
2043
- "description": "When set the queue is automatically created when it does not exist in bean registry."
2044
- },
2045
- "name": {
2046
- "type": "string",
2047
- "title": "Name",
2048
- "description": "The name of the endpoint"
2049
- },
2050
- "queue": {
2051
- "type": "string",
2052
- "title": "Queue",
2053
- "description": "The queue name."
2054
- },
2055
- "timeout": {
2056
- "type": "integer",
2057
- "title": "Timeout",
2058
- "description": "The timeout when receiving messages from the queue."
2059
- }
2060
- }
2061
- }
2062
- },
2063
- "camel-synchronous": {
2064
- "kind": "testEndpoint",
2065
- "name": "camel-synchronous",
2066
- "group": "camel",
2067
- "title": "CamelSynchronous",
2068
- "propertiesSchema": {
2069
- "$schema": "http://json-schema.org/draft-07/schema#",
2070
- "type": "object",
2071
- "properties": {
2072
- "camelContext": {
2073
- "type": "string",
2074
- "title": "CamelContext",
2075
- "description": "The Camel context to use."
2076
- },
2077
- "correlator": {
2078
- "type": "string",
2079
- "title": "Correlator",
2080
- "description": "Sets the message correlator.",
2081
- "$comment": "group:advanced"
2082
- },
2083
- "endpointUri": {
2084
- "type": "string",
2085
- "title": "EndpointUri",
2086
- "description": "The Camel endpoint uri."
2087
- },
2088
- "messageConverter": {
2089
- "type": "string",
2090
- "title": "MessageConverter",
2091
- "description": "Sets the message converter as a bean reference.",
2092
- "$comment": "group:advanced"
2093
- },
2094
- "name": {
2095
- "type": "string",
2096
- "title": "Name",
2097
- "description": "The name of the endpoint"
2098
- },
2099
- "pollingInterval": {
2100
- "type": "integer",
2101
- "title": "PollingInterval",
2102
- "description": "Sets the polling interval when consuming messages."
2103
- },
2104
- "timeout": {
2105
- "type": "integer",
2106
- "title": "Timeout",
2107
- "description": "The endpoint timeout when waiting for messages."
2108
- }
2109
- }
2110
- }
2111
- },
2112
- "soap-client": {
2113
- "kind": "testEndpoint",
2114
- "name": "soap-client",
2115
- "group": "soap",
2116
- "title": "SoapClient",
2117
- "propertiesSchema": {
2118
- "$schema": "http://json-schema.org/draft-07/schema#",
2119
- "type": "object",
2120
- "properties": {
2121
- "correlator": {
2122
- "type": "string",
2123
- "title": "Correlator",
2124
- "description": "Sets the message correlator.",
2125
- "$comment": "group:advanced"
2126
- },
2127
- "defaultUri": {
2128
- "type": "string",
2129
- "title": "DefaultUri",
2130
- "description": "Sets the SOAP Web Service server url."
2131
- },
2132
- "endpointResolver": {
2133
- "type": "string",
2134
- "title": "EndpointResolver",
2135
- "description": "Sets the endpoint resolver.",
2136
- "$comment": "group:advanced"
2137
- },
2138
- "faultStrategy": {
2139
- "type": "string",
2140
- "enum": [
2141
- "THROWS_EXCEPTION",
2142
- "PROPAGATE"
2143
- ],
2144
- "title": "FaultStrategy",
2145
- "description": "Sets the error handling strategy.",
2146
- "$comment": "group:errorHandler"
2147
- },
2148
- "interceptor": {
2149
- "type": "string",
2150
- "title": "Interceptor",
2151
- "description": "Sets a custom client interceptor.",
2152
- "$comment": "group:intercept"
2153
- },
2154
- "interceptors": {
2155
- "title": "Interceptors",
2156
- "description": "Sets client interceptors.",
2157
- "$comment": "group:intercept",
2158
- "type": "array",
2159
- "items": {
2160
- "type": "string",
2161
- "title": "Interceptors",
2162
- "description": "Sets client interceptors.",
2163
- "$comment": "group:intercept"
2164
- }
2165
- },
2166
- "keepSoapEnvelope": {
2167
- "type": "boolean",
2168
- "title": "KeepSoapEnvelope",
2169
- "description": "When enabled the client does not remove the SOAP envelope before processing the message.",
2170
- "$comment": "group:advanced"
2171
- },
2172
- "messageConverter": {
2173
- "type": "string",
2174
- "title": "MessageConverter",
2175
- "description": "Sets a custom message converter implementation.",
2176
- "$comment": "group:advanced"
2177
- },
2178
- "messageFactory": {
2179
- "type": "string",
2180
- "title": "MessageFactory",
2181
- "description": "Sets a custom message factory.",
2182
- "$comment": "group:advanced"
2183
- },
2184
- "messageSender": {
2185
- "type": "string",
2186
- "title": "MessageSender",
2187
- "description": "Sets a custom message sender implementation.",
2188
- "$comment": "group:advanced"
2189
- },
2190
- "name": {
2191
- "type": "string",
2192
- "title": "Name",
2193
- "description": "The name of the endpoint"
2194
- },
2195
- "pollingInterval": {
2196
- "type": "integer",
2197
- "title": "PollingInterval",
2198
- "description": "Sets the polling interval when consuming messages."
2199
- },
2200
- "timeout": {
2201
- "type": "integer",
2202
- "title": "Timeout",
2203
- "description": "Sets the receive timeout when the client waits for response messages.",
2204
- "default": "5000"
2205
- },
2206
- "webServiceTemplate": {
2207
- "type": "string",
2208
- "title": "WebServiceTemplate",
2209
- "description": "Sets custom web service template reference.",
2210
- "$comment": "group:advanced"
2211
- }
2212
- }
2213
- }
2214
- },
2215
- "jms-asynchronous": {
2216
- "kind": "testEndpoint",
2217
- "name": "jms-asynchronous",
2218
- "group": "jms",
2219
- "title": "JmsAsynchronous",
2220
- "propertiesSchema": {
2221
- "$schema": "http://json-schema.org/draft-07/schema#",
2222
- "type": "object",
2223
- "properties": {
2224
- "autoStart": {
2225
- "type": "boolean",
2226
- "title": "AutoStart",
2227
- "description": "When enabled the JMS consumer is started right after the endpoint is created.",
2228
- "$comment": "group:publishSubscribe"
2229
- },
2230
- "connectionFactory": {
2231
- "type": "string",
2232
- "title": "ConnectionFactory",
2233
- "description": "The JMS connection factory."
2234
- },
2235
- "destination": {
2236
- "type": "string",
2237
- "title": "Destination",
2238
- "description": "The JMS destination name."
2239
- },
2240
- "destinationNameResolver": {
2241
- "type": "string",
2242
- "title": "DestinationNameResolver",
2243
- "description": "Sets the destination name resolver.",
2244
- "$comment": "group:advanced"
2245
- },
2246
- "destinationResolver": {
2247
- "type": "string",
2248
- "title": "DestinationResolver",
2249
- "description": "Sets the destination resolver.",
2250
- "$comment": "group:advanced"
2251
- },
2252
- "durableSubscriberName": {
2253
- "type": "string",
2254
- "title": "DurableSubscriberName",
2255
- "description": "Sets the durable subscriber name.",
2256
- "$comment": "group:publishSubscribe"
2257
- },
2258
- "durableSubscription": {
2259
- "type": "boolean",
2260
- "title": "DurableSubscription",
2261
- "description": "Enables/disables durable subscription mode.",
2262
- "$comment": "group:publishSubscribe"
2263
- },
2264
- "filterInternalHeaders": {
2265
- "type": "boolean",
2266
- "title": "FilterInternalHeaders",
2267
- "description": "Filter internal headers.",
2268
- "$comment": "group:advanced"
2269
- },
2270
- "jmsTemplate": {
2271
- "type": "string",
2272
- "title": "JmsTemplate",
2273
- "description": "Sets the JMS template.",
2274
- "$comment": "group:advanced"
2275
- },
2276
- "messageConverter": {
2277
- "type": "string",
2278
- "title": "MessageConverter",
2279
- "description": "Sets the message converter bean reference.",
2280
- "$comment": "group:advanced"
2281
- },
2282
- "name": {
2283
- "type": "string",
2284
- "title": "Name",
2285
- "description": "The name of the endpoint"
2286
- },
2287
- "pubSubDomain": {
2288
- "type": "boolean",
2289
- "title": "PubSubDomain",
2290
- "description": "When enabled the endpoint uses publish/subscribe mode.",
2291
- "$comment": "group:publishSubscribe"
2292
- },
2293
- "timeout": {
2294
- "type": "integer",
2295
- "title": "Timeout",
2296
- "description": "Sets the receive timeout when the consumer waits for messages to arrive.",
2297
- "default": "5000"
2298
- },
2299
- "useObjectMessages": {
2300
- "type": "boolean",
2301
- "title": "UseObjectMessages",
2302
- "description": "When enabled the endpoint uses object messages.",
2303
- "$comment": "group:advanced"
2304
- }
2305
- }
2306
- }
2307
- },
2308
- "sftp-client": {
2309
- "kind": "testEndpoint",
2310
- "name": "sftp-client",
2311
- "group": "sftp",
2312
- "title": "SftpClient",
2313
- "propertiesSchema": {
2314
- "$schema": "http://json-schema.org/draft-07/schema#",
2315
- "type": "object",
2316
- "properties": {
2317
- "autoReadFiles": {
2318
- "type": "boolean",
2319
- "title": "AutoReadFiles",
2320
- "description": "When enabled the client automatically reads new files."
2321
- },
2322
- "correlator": {
2323
- "type": "string",
2324
- "title": "Correlator",
2325
- "description": "Sets the message correlator.",
2326
- "$comment": "group:advanced"
2327
- },
2328
- "errorHandlingStrategy": {
2329
- "type": "string",
2330
- "enum": [
2331
- "THROWS_EXCEPTION",
2332
- "PROPAGATE"
2333
- ],
2334
- "title": "ErrorHandlingStrategy",
2335
- "description": "Sets the error handling strategy.",
2336
- "$comment": "group:errorHandler"
2337
- },
2338
- "host": {
2339
- "type": "string",
2340
- "title": "Host",
2341
- "description": "The Ftp server host."
2342
- },
2343
- "knownHosts": {
2344
- "type": "string",
2345
- "title": "KnownHosts",
2346
- "description": "List of known hosts.",
2347
- "$comment": "group:security"
2348
- },
2349
- "localPassiveMode": {
2350
- "type": "boolean",
2351
- "title": "LocalPassiveMode",
2352
- "description": "SEnables the local passive mode."
2353
- },
2354
- "name": {
2355
- "type": "string",
2356
- "title": "Name",
2357
- "description": "The name of the endpoint"
2358
- },
2359
- "password": {
2360
- "type": "string",
2361
- "title": "Password",
2362
- "description": "Sets the user password.",
2363
- "$comment": "group:security"
2364
- },
2365
- "pollingInterval": {
2366
- "type": "integer",
2367
- "title": "PollingInterval",
2368
- "description": "Sets the polling interval when consuming messages."
2369
- },
2370
- "port": {
2371
- "type": "integer",
2372
- "title": "Port",
2373
- "description": "The Ftp server port."
2374
- },
2375
- "preferredAuthentications": {
2376
- "type": "string",
2377
- "title": "PreferredAuthentications",
2378
- "description": "Sets the preferred authentication mechanism.",
2379
- "$comment": "group:security"
2380
- },
2381
- "privateKeyPassword": {
2382
- "type": "string",
2383
- "title": "PrivateKeyPassword",
2384
- "description": "Sets the private key password.",
2385
- "$comment": "group:security"
2386
- },
2387
- "privateKeyPath": {
2388
- "type": "string",
2389
- "title": "PrivateKeyPath",
2390
- "description": "Sets the private key path.",
2391
- "$comment": "group:security"
2392
- },
2393
- "sessionConfigs": {
2394
- "type": "object",
2395
- "additionalProperties": {
2396
- "type": "string",
2397
- "title": "SessionConfigs",
2398
- "description": "The session configuration."
2399
- },
2400
- "title": "SessionConfigs",
2401
- "description": "The session configuration."
2402
- },
2403
- "strictHostChecking": {
2404
- "type": "boolean",
2405
- "title": "StrictHostChecking",
2406
- "description": "Enable strict host checking.",
2407
- "$comment": "group:security"
2408
- },
2409
- "timeout": {
2410
- "type": "integer",
2411
- "title": "Timeout",
2412
- "description": "The endpoint timeout when waiting for messages."
2413
- },
2414
- "username": {
2415
- "type": "string",
2416
- "title": "Username",
2417
- "description": "Sets the user name.",
2418
- "$comment": "group:security"
2419
- }
2420
- }
2421
- }
2422
- },
2423
- "selenium-browser": {
2424
- "kind": "testEndpoint",
2425
- "name": "selenium-browser",
2426
- "group": "selenium",
2427
- "title": "SeleniumBrowser",
2428
- "propertiesSchema": {
2429
- "$schema": "http://json-schema.org/draft-07/schema#",
2430
- "type": "object",
2431
- "properties": {
2432
- "eventListeners": {
2433
- "title": "EventListeners",
2434
- "description": "Sets the list of event listeners.",
2435
- "$comment": "group:advanced",
2436
- "type": "array",
2437
- "items": {
2438
- "type": "string",
2439
- "title": "EventListeners",
2440
- "description": "Sets the list of event listeners.",
2441
- "$comment": "group:advanced"
2442
- }
2443
- },
2444
- "javaScript": {
2445
- "type": "boolean",
2446
- "title": "JavaScript",
2447
- "description": "When enabled the browser supports JavaScript."
2448
- },
2449
- "name": {
2450
- "type": "string",
2451
- "title": "Name",
2452
- "description": "The name of the endpoint"
2453
- },
2454
- "profile": {
2455
- "type": "string",
2456
- "title": "Profile",
2457
- "description": "The Firefox profile.",
2458
- "$comment": "group:firefox"
2459
- },
2460
- "remoteServerUrl": {
2461
- "type": "string",
2462
- "title": "RemoteServerUrl",
2463
- "description": "The remote server URL."
2464
- },
2465
- "startPage": {
2466
- "type": "string",
2467
- "title": "StartPage",
2468
- "description": "The URL to the start page."
2469
- },
2470
- "timeout": {
2471
- "type": "integer",
2472
- "title": "Timeout",
2473
- "description": "The browser timeout."
2474
- },
2475
- "type": {
2476
- "type": "string",
2477
- "title": "Type",
2478
- "description": "The Selenium browser type.",
2479
- "default": "htmlunit"
2480
- },
2481
- "version": {
2482
- "type": "string",
2483
- "title": "Version",
2484
- "description": "The browser version.",
2485
- "$comment": "group:advanced"
2486
- },
2487
- "webDriver": {
2488
- "type": "string",
2489
- "title": "WebDriver",
2490
- "description": "Sets a custom web driver as a bean reference.",
2491
- "$comment": "group:advanced"
2492
- }
2493
- }
2494
- }
2495
- },
2496
- "http-server": {
2497
- "kind": "testEndpoint",
2498
- "name": "http-server",
2499
- "group": "http",
2500
- "title": "HttpServer",
2501
- "propertiesSchema": {
2502
- "$schema": "http://json-schema.org/draft-07/schema#",
2503
- "type": "object",
2504
- "properties": {
2505
- "authentication": {
2506
- "type": "string",
2507
- "title": "Authentication",
2508
- "description": "Use given authentication mechanism for all request paths.",
2509
- "$comment": "group:security"
2510
- },
2511
- "autoStart": {
2512
- "type": "boolean",
2513
- "title": "AutoStart",
2514
- "description": "When enabled the server is automatically started after creation."
2515
- },
2516
- "binaryMediaTypes": {
2517
- "title": "BinaryMediaTypes",
2518
- "description": "List of supported media types on this server.",
2519
- "$comment": "group:advanced",
2520
- "type": "array",
2521
- "items": {
2522
- "type": "string",
2523
- "title": "BinaryMediaTypes",
2524
- "description": "List of supported media types on this server.",
2525
- "$comment": "group:advanced"
2526
- }
2527
- },
2528
- "connector": {
2529
- "type": "string",
2530
- "title": "Connector",
2531
- "description": "Add a connector to this server.",
2532
- "$comment": "group:servlet"
2533
- },
2534
- "connectors": {
2535
- "title": "Connectors",
2536
- "description": "Sets a list of connectors for this server.",
2537
- "$comment": "group:servlet",
2538
- "type": "array",
2539
- "items": {
2540
- "type": "string",
2541
- "title": "Connectors",
2542
- "description": "Sets a list of connectors for this server.",
2543
- "$comment": "group:servlet"
2544
- }
2545
- },
2546
- "contextConfigLocation": {
2547
- "type": "string",
2548
- "title": "ContextConfigLocation",
2549
- "description": "Sets the Spring context configuration loaded for this Http server.",
2550
- "$comment": "group:advanced"
2551
- },
2552
- "contextPath": {
2553
- "type": "string",
2554
- "title": "ContextPath",
2555
- "description": "Sets the context path on this server.",
2556
- "$comment": "group:servlet"
2557
- },
2558
- "debugLogging": {
2559
- "type": "boolean",
2560
- "title": "DebugLogging",
2561
- "description": "When enabled the server prints debug logging output.",
2562
- "$comment": "group:advanced"
2563
- },
2564
- "defaultStatus": {
2565
- "type": "string",
2566
- "enum": [
2567
- "CONTINUE",
2568
- "SWITCHING_PROTOCOLS",
2569
- "PROCESSING",
2570
- "EARLY_HINTS",
2571
- "CHECKPOINT",
2572
- "OK",
2573
- "CREATED",
2574
- "ACCEPTED",
2575
- "NON_AUTHORITATIVE_INFORMATION",
2576
- "NO_CONTENT",
2577
- "RESET_CONTENT",
2578
- "PARTIAL_CONTENT",
2579
- "MULTI_STATUS",
2580
- "ALREADY_REPORTED",
2581
- "IM_USED",
2582
- "MULTIPLE_CHOICES",
2583
- "MOVED_PERMANENTLY",
2584
- "FOUND",
2585
- "MOVED_TEMPORARILY",
2586
- "SEE_OTHER",
2587
- "NOT_MODIFIED",
2588
- "USE_PROXY",
2589
- "TEMPORARY_REDIRECT",
2590
- "PERMANENT_REDIRECT",
2591
- "BAD_REQUEST",
2592
- "UNAUTHORIZED",
2593
- "PAYMENT_REQUIRED",
2594
- "FORBIDDEN",
2595
- "NOT_FOUND",
2596
- "METHOD_NOT_ALLOWED",
2597
- "NOT_ACCEPTABLE",
2598
- "PROXY_AUTHENTICATION_REQUIRED",
2599
- "REQUEST_TIMEOUT",
2600
- "CONFLICT",
2601
- "GONE",
2602
- "LENGTH_REQUIRED",
2603
- "PRECONDITION_FAILED",
2604
- "PAYLOAD_TOO_LARGE",
2605
- "REQUEST_ENTITY_TOO_LARGE",
2606
- "URI_TOO_LONG",
2607
- "REQUEST_URI_TOO_LONG",
2608
- "UNSUPPORTED_MEDIA_TYPE",
2609
- "REQUESTED_RANGE_NOT_SATISFIABLE",
2610
- "EXPECTATION_FAILED",
2611
- "I_AM_A_TEAPOT",
2612
- "INSUFFICIENT_SPACE_ON_RESOURCE",
2613
- "METHOD_FAILURE",
2614
- "DESTINATION_LOCKED",
2615
- "UNPROCESSABLE_ENTITY",
2616
- "LOCKED",
2617
- "FAILED_DEPENDENCY",
2618
- "TOO_EARLY",
2619
- "UPGRADE_REQUIRED",
2620
- "PRECONDITION_REQUIRED",
2621
- "TOO_MANY_REQUESTS",
2622
- "REQUEST_HEADER_FIELDS_TOO_LARGE",
2623
- "UNAVAILABLE_FOR_LEGAL_REASONS",
2624
- "INTERNAL_SERVER_ERROR",
2625
- "NOT_IMPLEMENTED",
2626
- "BAD_GATEWAY",
2627
- "SERVICE_UNAVAILABLE",
2628
- "GATEWAY_TIMEOUT",
2629
- "HTTP_VERSION_NOT_SUPPORTED",
2630
- "VARIANT_ALSO_NEGOTIATES",
2631
- "INSUFFICIENT_STORAGE",
2632
- "LOOP_DETECTED",
2633
- "BANDWIDTH_LIMIT_EXCEEDED",
2634
- "NOT_EXTENDED",
2635
- "NETWORK_AUTHENTICATION_REQUIRED"
2636
- ],
2637
- "title": "DefaultStatus",
2638
- "description": "Sets the default status returned by the server.",
2639
- "$comment": "group:advanced"
2640
- },
2641
- "endpointAdapter": {
2642
- "type": "string",
2643
- "title": "EndpointAdapter",
2644
- "description": "Sets a custom endpoint adapter to handle requests.",
2645
- "$comment": "group:advanced"
2646
- },
2647
- "filterMappings": {
2648
- "type": "object",
2649
- "additionalProperties": {
2650
- "type": "string",
2651
- "title": "FilterMappings",
2652
- "description": "Filter mapping used on this server.",
2653
- "$comment": "group:filter"
2654
- },
2655
- "title": "FilterMappings",
2656
- "description": "Filter mapping used on this server.",
2657
- "$comment": "group:filter"
2658
- },
2659
- "filters": {
2660
- "type": "object",
2661
- "additionalProperties": {
2662
- "type": "string",
2663
- "title": "Filters",
2664
- "description": "Map of Http filters used on this server.",
2665
- "$comment": "group:filter"
2666
- },
2667
- "title": "Filters",
2668
- "description": "Map of Http filters used on this server.",
2669
- "$comment": "group:filter"
2670
- },
2671
- "handleAttributeHeaders": {
2672
- "type": "boolean",
2673
- "title": "HandleAttributeHeaders",
2674
- "description": "When enabled the server handles attribute headers.",
2675
- "$comment": "group:advanced"
2676
- },
2677
- "handleCookies": {
2678
- "type": "boolean",
2679
- "title": "HandleCookies",
2680
- "description": "When enabled the server handles cookies.",
2681
- "$comment": "group:advanced"
2682
- },
2683
- "interceptor": {
2684
- "type": "string",
2685
- "title": "Interceptor",
2686
- "description": "Sets a handler interceptor.",
2687
- "$comment": "group:intercept"
2688
- },
2689
- "interceptors": {
2690
- "title": "Interceptors",
2691
- "description": "Sets the list of handler interceptor bean references.",
2692
- "$comment": "group:intercept",
2693
- "type": "array",
2694
- "items": {
2695
- "type": "string",
2696
- "title": "Interceptors",
2697
- "description": "Sets the list of handler interceptor bean references.",
2698
- "$comment": "group:intercept"
2699
- }
2700
- },
2701
- "messageConverter": {
2702
- "type": "string",
2703
- "title": "MessageConverter",
2704
- "description": "Sets the Http message converter bean reference.",
2705
- "$comment": "group:advanced"
2706
- },
2707
- "name": {
2708
- "type": "string",
2709
- "title": "Name",
2710
- "description": "The name of the endpoint"
2711
- },
2712
- "port": {
2713
- "type": "integer",
2714
- "title": "Port",
2715
- "description": "The Http server port."
2716
- },
2717
- "removeSemicolonPathContent": {
2718
- "type": "boolean",
2719
- "title": "RemoveSemicolonPathContent",
2720
- "description": "When enabled the server removes semicolon path content from headers.",
2721
- "$comment": "group:advanced"
2722
- },
2723
- "resourceBase": {
2724
- "type": "string",
2725
- "title": "ResourceBase",
2726
- "description": "The server resource base path where resources get loaded from.",
2727
- "$comment": "group:advanced"
2728
- },
2729
- "responseCacheSize": {
2730
- "type": "integer",
2731
- "title": "ResponseCacheSize",
2732
- "description": "Sets the response cache size.",
2733
- "$comment": "group:advanced"
2734
- },
2735
- "rootParentContext": {
2736
- "type": "boolean",
2737
- "title": "RootParentContext",
2738
- "description": "When enabled the server uses the root Spring application context.",
2739
- "$comment": "group:advanced"
2740
- },
2741
- "securePort": {
2742
- "type": "integer",
2743
- "title": "SecurePort",
2744
- "description": "The secured port.",
2745
- "$comment": "group:security"
2746
- },
2747
- "securedConnection": {
2748
- "type": "string",
2749
- "title": "SecuredConnection",
2750
- "description": "Secure the connections on given secured port with given security mechanism.",
2751
- "$comment": "group:security"
2752
- },
2753
- "securityHandler": {
2754
- "type": "string",
2755
- "title": "SecurityHandler",
2756
- "description": "Sets the security handler as a bean reference.",
2757
- "$comment": "group:security"
2758
- },
2759
- "serServletHandler": {
2760
- "type": "string",
2761
- "title": "SerServletHandler",
2762
- "description": "Sets a custom servlet handler as a bean reference.",
2763
- "$comment": "group:servlet"
2764
- },
2765
- "servletMappingPath": {
2766
- "type": "string",
2767
- "title": "ServletMappingPath",
2768
- "description": "Sets the servlet mapping path.",
2769
- "$comment": "group:servlet"
2770
- },
2771
- "servletName": {
2772
- "type": "string",
2773
- "title": "ServletName",
2774
- "description": "Sets the servlet name.",
2775
- "$comment": "group:servlet"
2776
- },
2777
- "timeout": {
2778
- "type": "integer",
2779
- "title": "Timeout",
2780
- "description": "Sets the server timeout while waiting for incoming requests.",
2781
- "default": "5000"
2782
- },
2783
- "useDefaultFilters": {
2784
- "type": "boolean",
2785
- "title": "UseDefaultFilters",
2786
- "description": "When enabled the server uses the default set of Http servlet filters.",
2787
- "$comment": "group:filter"
2788
- }
2789
- }
2790
- }
2791
- },
2792
- "websocket-server": {
2793
- "kind": "testEndpoint",
2794
- "name": "websocket-server",
2795
- "group": "websocket",
2796
- "title": "WebsocketServer",
2797
- "propertiesSchema": {
2798
- "$schema": "http://json-schema.org/draft-07/schema#",
2799
- "type": "object",
2800
- "properties": {
2801
- "authentication": {
2802
- "type": "string",
2803
- "title": "Authentication",
2804
- "description": "Use given authentication mechanism for all request paths.",
2805
- "$comment": "group:security"
2806
- },
2807
- "autoStart": {
2808
- "type": "boolean",
2809
- "title": "AutoStart",
2810
- "description": "When enabled the server is automatically started after creation."
2811
- },
2812
- "binaryMediaTypes": {
2813
- "title": "BinaryMediaTypes",
2814
- "description": "List of supported media types on this server.",
2815
- "$comment": "group:advanced",
2816
- "type": "array",
2817
- "items": {
2818
- "type": "string",
2819
- "title": "BinaryMediaTypes",
2820
- "description": "List of supported media types on this server.",
2821
- "$comment": "group:advanced"
2822
- }
2823
- },
2824
- "connector": {
2825
- "type": "string",
2826
- "title": "Connector",
2827
- "description": "Add a connector to this server.",
2828
- "$comment": "group:servlet"
2829
- },
2830
- "connectors": {
2831
- "title": "Connectors",
2832
- "description": "Sets a list of connectors for this server.",
2833
- "$comment": "group:servlet",
2834
- "type": "array",
2835
- "items": {
2836
- "type": "string",
2837
- "title": "Connectors",
2838
- "description": "Sets a list of connectors for this server.",
2839
- "$comment": "group:servlet"
2840
- }
2841
- },
2842
- "contextConfigLocation": {
2843
- "type": "string",
2844
- "title": "ContextConfigLocation",
2845
- "description": "Sets the Spring context configuration loaded for this Http server.",
2846
- "$comment": "group:advanced"
2847
- },
2848
- "contextPath": {
2849
- "type": "string",
2850
- "title": "ContextPath",
2851
- "description": "Sets the context path on this server.",
2852
- "$comment": "group:servlet"
2853
- },
2854
- "debugLogging": {
2855
- "type": "boolean",
2856
- "title": "DebugLogging",
2857
- "description": "When enabled the server prints debug logging output.",
2858
- "$comment": "group:advanced"
2859
- },
2860
- "defaultStatus": {
2861
- "type": "string",
2862
- "enum": [
2863
- "CONTINUE",
2864
- "SWITCHING_PROTOCOLS",
2865
- "PROCESSING",
2866
- "EARLY_HINTS",
2867
- "CHECKPOINT",
2868
- "OK",
2869
- "CREATED",
2870
- "ACCEPTED",
2871
- "NON_AUTHORITATIVE_INFORMATION",
2872
- "NO_CONTENT",
2873
- "RESET_CONTENT",
2874
- "PARTIAL_CONTENT",
2875
- "MULTI_STATUS",
2876
- "ALREADY_REPORTED",
2877
- "IM_USED",
2878
- "MULTIPLE_CHOICES",
2879
- "MOVED_PERMANENTLY",
2880
- "FOUND",
2881
- "MOVED_TEMPORARILY",
2882
- "SEE_OTHER",
2883
- "NOT_MODIFIED",
2884
- "USE_PROXY",
2885
- "TEMPORARY_REDIRECT",
2886
- "PERMANENT_REDIRECT",
2887
- "BAD_REQUEST",
2888
- "UNAUTHORIZED",
2889
- "PAYMENT_REQUIRED",
2890
- "FORBIDDEN",
2891
- "NOT_FOUND",
2892
- "METHOD_NOT_ALLOWED",
2893
- "NOT_ACCEPTABLE",
2894
- "PROXY_AUTHENTICATION_REQUIRED",
2895
- "REQUEST_TIMEOUT",
2896
- "CONFLICT",
2897
- "GONE",
2898
- "LENGTH_REQUIRED",
2899
- "PRECONDITION_FAILED",
2900
- "PAYLOAD_TOO_LARGE",
2901
- "REQUEST_ENTITY_TOO_LARGE",
2902
- "URI_TOO_LONG",
2903
- "REQUEST_URI_TOO_LONG",
2904
- "UNSUPPORTED_MEDIA_TYPE",
2905
- "REQUESTED_RANGE_NOT_SATISFIABLE",
2906
- "EXPECTATION_FAILED",
2907
- "I_AM_A_TEAPOT",
2908
- "INSUFFICIENT_SPACE_ON_RESOURCE",
2909
- "METHOD_FAILURE",
2910
- "DESTINATION_LOCKED",
2911
- "UNPROCESSABLE_ENTITY",
2912
- "LOCKED",
2913
- "FAILED_DEPENDENCY",
2914
- "TOO_EARLY",
2915
- "UPGRADE_REQUIRED",
2916
- "PRECONDITION_REQUIRED",
2917
- "TOO_MANY_REQUESTS",
2918
- "REQUEST_HEADER_FIELDS_TOO_LARGE",
2919
- "UNAVAILABLE_FOR_LEGAL_REASONS",
2920
- "INTERNAL_SERVER_ERROR",
2921
- "NOT_IMPLEMENTED",
2922
- "BAD_GATEWAY",
2923
- "SERVICE_UNAVAILABLE",
2924
- "GATEWAY_TIMEOUT",
2925
- "HTTP_VERSION_NOT_SUPPORTED",
2926
- "VARIANT_ALSO_NEGOTIATES",
2927
- "INSUFFICIENT_STORAGE",
2928
- "LOOP_DETECTED",
2929
- "BANDWIDTH_LIMIT_EXCEEDED",
2930
- "NOT_EXTENDED",
2931
- "NETWORK_AUTHENTICATION_REQUIRED"
2932
- ],
2933
- "title": "DefaultStatus",
2934
- "description": "Sets the default status returned by the server.",
2935
- "$comment": "group:advanced"
2936
- },
2937
- "endpointAdapter": {
2938
- "type": "string",
2939
- "title": "EndpointAdapter",
2940
- "description": "Sets a custom endpoint adapter to handle requests.",
2941
- "$comment": "group:advanced"
2942
- },
2943
- "filterMappings": {
2944
- "type": "object",
2945
- "additionalProperties": {
2946
- "type": "string",
2947
- "title": "FilterMappings",
2948
- "description": "Filter mapping used on this server.",
2949
- "$comment": "group:filter"
2950
- },
2951
- "title": "FilterMappings",
2952
- "description": "Filter mapping used on this server.",
2953
- "$comment": "group:filter"
2954
- },
2955
- "filters": {
2956
- "type": "object",
2957
- "additionalProperties": {
2958
- "type": "string",
2959
- "title": "Filters",
2960
- "description": "Map of Http filters used on this server.",
2961
- "$comment": "group:filter"
2962
- },
2963
- "title": "Filters",
2964
- "description": "Map of Http filters used on this server.",
2965
- "$comment": "group:filter"
2966
- },
2967
- "handleAttributeHeaders": {
2968
- "type": "boolean",
2969
- "title": "HandleAttributeHeaders",
2970
- "description": "When enabled the server handles attribute headers.",
2971
- "$comment": "group:advanced"
2972
- },
2973
- "handleCookies": {
2974
- "type": "boolean",
2975
- "title": "HandleCookies",
2976
- "description": "When enabled the server handles cookies.",
2977
- "$comment": "group:advanced"
2978
- },
2979
- "interceptor": {
2980
- "type": "string",
2981
- "title": "Interceptor",
2982
- "description": "Sets a handler interceptor.",
2983
- "$comment": "group:intercept"
2984
- },
2985
- "interceptors": {
2986
- "title": "Interceptors",
2987
- "description": "Sets the list of handler interceptor bean references.",
2988
- "$comment": "group:intercept",
2989
- "type": "array",
2990
- "items": {
2991
- "type": "string",
2992
- "title": "Interceptors",
2993
- "description": "Sets the list of handler interceptor bean references.",
2994
- "$comment": "group:intercept"
2995
- }
2996
- },
2997
- "messageConverter": {
2998
- "type": "string",
2999
- "title": "MessageConverter",
3000
- "description": "Sets the Http message converter bean reference.",
3001
- "$comment": "group:advanced"
3002
- },
3003
- "name": {
3004
- "type": "string",
3005
- "title": "Name",
3006
- "description": "The name of the endpoint"
3007
- },
3008
- "port": {
3009
- "type": "integer",
3010
- "title": "Port",
3011
- "description": "The Http server port."
3012
- },
3013
- "removeSemicolonPathContent": {
3014
- "type": "boolean",
3015
- "title": "RemoveSemicolonPathContent",
3016
- "description": "When enabled the server removes semicolon path content from headers.",
3017
- "$comment": "group:advanced"
3018
- },
3019
- "resourceBase": {
3020
- "type": "string",
3021
- "title": "ResourceBase",
3022
- "description": "The server resource base path where resources get loaded from.",
3023
- "$comment": "group:advanced"
3024
- },
3025
- "responseCacheSize": {
3026
- "type": "integer",
3027
- "title": "ResponseCacheSize",
3028
- "description": "Sets the response cache size.",
3029
- "$comment": "group:advanced"
3030
- },
3031
- "rootParentContext": {
3032
- "type": "boolean",
3033
- "title": "RootParentContext",
3034
- "description": "When enabled the server uses the root Spring application context.",
3035
- "$comment": "group:advanced"
3036
- },
3037
- "securePort": {
3038
- "type": "integer",
3039
- "title": "SecurePort",
3040
- "description": "The secured port.",
3041
- "$comment": "group:security"
3042
- },
3043
- "securedConnection": {
3044
- "type": "string",
3045
- "title": "SecuredConnection",
3046
- "description": "Secure the connections on given secured port with given security mechanism.",
3047
- "$comment": "group:security"
3048
- },
3049
- "securityHandler": {
3050
- "type": "string",
3051
- "title": "SecurityHandler",
3052
- "description": "Sets the security handler as a bean reference.",
3053
- "$comment": "group:security"
3054
- },
3055
- "serServletHandler": {
3056
- "type": "string",
3057
- "title": "SerServletHandler",
3058
- "description": "Sets a custom servlet handler as a bean reference.",
3059
- "$comment": "group:servlet"
3060
- },
3061
- "servletMappingPath": {
3062
- "type": "string",
3063
- "title": "ServletMappingPath",
3064
- "description": "Sets the servlet mapping path.",
3065
- "$comment": "group:servlet"
3066
- },
3067
- "servletName": {
3068
- "type": "string",
3069
- "title": "ServletName",
3070
- "description": "Sets the servlet name.",
3071
- "$comment": "group:servlet"
3072
- },
3073
- "timeout": {
3074
- "type": "integer",
3075
- "title": "Timeout",
3076
- "description": "Sets the server timeout while waiting for incoming requests.",
3077
- "default": "5000"
3078
- },
3079
- "useDefaultFilters": {
3080
- "type": "boolean",
3081
- "title": "UseDefaultFilters",
3082
- "description": "When enabled the server uses the default set of Http servlet filters.",
3083
- "$comment": "group:filter"
3084
- },
3085
- "webSockets": {
3086
- "title": "WebSockets",
3087
- "description": "Sets the list of web sockets for this server.",
3088
- "type": "array",
3089
- "items": {
3090
- "type": "string",
3091
- "title": "WebSockets",
3092
- "description": "Sets the list of web sockets for this server."
3093
- }
3094
- }
3095
- }
3096
- }
3097
- },
3098
- "ssh-server": {
3099
- "kind": "testEndpoint",
3100
- "name": "ssh-server",
3101
- "group": "ssh",
3102
- "title": "SshServer",
3103
- "propertiesSchema": {
3104
- "$schema": "http://json-schema.org/draft-07/schema#",
3105
- "type": "object",
3106
- "properties": {
3107
- "autoStart": {
3108
- "type": "boolean",
3109
- "title": "AutoStart",
3110
- "description": "When enabled the server is automatically started after creation."
3111
- },
3112
- "debugLogging": {
3113
- "type": "boolean",
3114
- "title": "DebugLogging",
3115
- "description": "When enabled the server prints debug logging output.",
3116
- "$comment": "group:advanced"
3117
- },
3118
- "endpointAdapter": {
3119
- "type": "string",
3120
- "title": "EndpointAdapter",
3121
- "description": "Sets a custom endpoint adapter to handle requests.",
3122
- "$comment": "group:advanced"
3123
- },
3124
- "name": {
3125
- "type": "string",
3126
- "title": "Name",
3127
- "description": "The name of the endpoint"
3128
- },
3129
- "timeout": {
3130
- "type": "integer",
3131
- "title": "Timeout",
3132
- "description": "The server timeout.",
3133
- "default": "5000"
3134
- }
3135
- }
3136
- }
3137
- },
3138
- "mail-server": {
3139
- "kind": "testEndpoint",
3140
- "name": "mail-server",
3141
- "group": "mail",
3142
- "title": "MailServer",
3143
- "propertiesSchema": {
3144
- "$schema": "http://json-schema.org/draft-07/schema#",
3145
- "type": "object",
3146
- "properties": {
3147
- "authRequired": {
3148
- "type": "boolean",
3149
- "title": "AuthRequired",
3150
- "description": "When enabled users must authenticate with the server.",
3151
- "$comment": "group:security"
3152
- },
3153
- "autoAccept": {
3154
- "type": "boolean",
3155
- "title": "AutoAccept",
3156
- "description": "When enabled server will auto accept client connections.",
3157
- "$comment": "group:security"
3158
- },
3159
- "autoStart": {
3160
- "type": "boolean",
3161
- "title": "AutoStart",
3162
- "description": "When enabled the server is automatically started after creation."
3163
- },
3164
- "debugLogging": {
3165
- "type": "boolean",
3166
- "title": "DebugLogging",
3167
- "description": "When enabled the server prints debug logging output.",
3168
- "$comment": "group:advanced"
3169
- },
3170
- "endpointAdapter": {
3171
- "type": "string",
3172
- "title": "EndpointAdapter",
3173
- "description": "Sets a custom endpoint adapter to handle requests.",
3174
- "$comment": "group:advanced"
3175
- },
3176
- "javaMailProperties": {
3177
- "type": "object",
3178
- "title": "JavaMailProperties",
3179
- "description": "Custom properties passed to the java mail implementation.",
3180
- "$comment": "group:advanced"
3181
- },
3182
- "knownUsers": {
3183
- "title": "KnownUsers",
3184
- "description": "Sets a list of known users that will be accepted when establishing a connection.",
3185
- "$comment": "group:security",
3186
- "type": "array",
3187
- "items": {
3188
- "type": "string",
3189
- "title": "KnownUsers",
3190
- "description": "Sets a list of known users that will be accepted when establishing a connection.",
3191
- "$comment": "group:security"
3192
- }
3193
- },
3194
- "marshaller": {
3195
- "type": "string",
3196
- "title": "Marshaller",
3197
- "description": "Sets a custom mail message marshaller.",
3198
- "$comment": "group:advanced"
3199
- },
3200
- "messageConverter": {
3201
- "type": "string",
3202
- "title": "MessageConverter",
3203
- "description": "Sets custom message converter.",
3204
- "$comment": "group:advanced"
3205
- },
3206
- "name": {
3207
- "type": "string",
3208
- "title": "Name",
3209
- "description": "The name of the endpoint"
3210
- },
3211
- "port": {
3212
- "type": "integer",
3213
- "title": "Port",
3214
- "description": "The mail server port."
3215
- },
3216
- "smtp": {
3217
- "type": "string",
3218
- "title": "Smtp",
3219
- "description": "Sets the SMTP implementation.",
3220
- "$comment": "group:advanced"
3221
- },
3222
- "splitMultipart": {
3223
- "type": "boolean",
3224
- "title": "SplitMultipart",
3225
- "description": "When enabled the server splits multipart messages into individual parts.",
3226
- "$comment": "group:advanced"
3227
- },
3228
- "timeout": {
3229
- "type": "integer",
3230
- "title": "Timeout",
3231
- "description": "The server timeout.",
3232
- "default": "5000"
3233
- }
3234
- }
3235
- }
3236
- }
3237
- }