blob: fce6422e24ccb1fe237503123587040a312622ac [file] [log] [blame]
{
"connector": {
"class": "org.apache.camel.kafkaconnector.msv.CamelMsvSinkConnector",
"artifactId": "camel-msv-kafka-connector",
"groupId": "org.apache.camel.kafkaconnector",
"id": "camel-msv-sink",
"type": "sink",
"version": "0.7.3",
"description": "Validate XML payloads using Multi-Schema Validator (MSV)."
},
"properties": {
"camel.sink.path.resourceUri": {
"name": "camel.sink.path.resourceUri",
"description": "URL to a local resource on the classpath, or a reference to lookup a bean in the Registry, or a full URL to a remote resource or resource on the file system which contains the XSD to validate against.",
"priority": "HIGH",
"required": "true"
},
"camel.sink.endpoint.failOnNullBody": {
"name": "camel.sink.endpoint.failOnNullBody",
"description": "Whether to fail if no body exists.",
"defaultValue": "true",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.failOnNullHeader": {
"name": "camel.sink.endpoint.failOnNullHeader",
"description": "Whether to fail if no header exists when validating against a header.",
"defaultValue": "true",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.headerName": {
"name": "camel.sink.endpoint.headerName",
"description": "To validate against a header instead of the message body.",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.lazyStartProducer": {
"name": "camel.sink.endpoint.lazyStartProducer",
"description": "Whether the producer should be started lazy (on the first message). By starting lazy you can use this to allow CamelContext and routes to startup in situations where a producer may otherwise fail during starting and cause the route to fail being started. By deferring this startup to be lazy then the startup failure can be handled during routing messages via Camel's routing error handlers. Beware that when the first message is processed then creating and starting the producer may take a little time and prolong the total processing time of the processing.",
"defaultValue": "false",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.errorHandler": {
"name": "camel.sink.endpoint.errorHandler",
"description": "To use a custom org.apache.camel.processor.validation.ValidatorErrorHandler. The default error handler captures the errors and throws an exception.",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.resourceResolver": {
"name": "camel.sink.endpoint.resourceResolver",
"description": "To use a custom LSResourceResolver. Do not use together with resourceResolverFactory",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.resourceResolverFactory": {
"name": "camel.sink.endpoint.resourceResolverFactory",
"description": "To use a custom LSResourceResolver which depends on a dynamic endpoint resource URI. The default resource resolver factory resturns a resource resolver which can read files from the class path and file system. Do not use together with resourceResolver.",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.schemaFactory": {
"name": "camel.sink.endpoint.schemaFactory",
"description": "To use a custom javax.xml.validation.SchemaFactory",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.schemaLanguage": {
"name": "camel.sink.endpoint.schemaLanguage",
"description": "Configures the W3C XML Schema Namespace URI.",
"defaultValue": "\"http:\/\/www.w3.org\/2001\/XMLSchema\"",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.synchronous": {
"name": "camel.sink.endpoint.synchronous",
"description": "Sets whether synchronous processing should be strictly used, or Camel is allowed to use asynchronous processing (if supported).",
"defaultValue": "false",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.useSharedSchema": {
"name": "camel.sink.endpoint.useSharedSchema",
"description": "Whether the Schema instance should be shared or not. This option is introduced to work around a JDK 1.6.x bug. Xerces should not have this issue.",
"defaultValue": "true",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.msv.lazyStartProducer": {
"name": "camel.component.msv.lazyStartProducer",
"description": "Whether the producer should be started lazy (on the first message). By starting lazy you can use this to allow CamelContext and routes to startup in situations where a producer may otherwise fail during starting and cause the route to fail being started. By deferring this startup to be lazy then the startup failure can be handled during routing messages via Camel's routing error handlers. Beware that when the first message is processed then creating and starting the producer may take a little time and prolong the total processing time of the processing.",
"defaultValue": "false",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.msv.autowiredEnabled": {
"name": "camel.component.msv.autowiredEnabled",
"description": "Whether autowiring is enabled. This is used for automatic autowiring options (the option must be marked as autowired) by looking up in the registry to find if there is a single instance of matching type, which then gets configured on the component. This can be used for automatic configuring JDBC data sources, JMS connection factories, AWS Clients, etc.",
"defaultValue": "true",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.msv.resourceResolverFactory": {
"name": "camel.component.msv.resourceResolverFactory",
"description": "To use a custom LSResourceResolver which depends on a dynamic endpoint resource URI",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.msv.schemaFactory": {
"name": "camel.component.msv.schemaFactory",
"description": "To use the javax.xml.validation.SchemaFactory.",
"priority": "MEDIUM",
"required": "false"
}
}
}