blob: 8593f9d1c4315efc5edeb1f1194ec3645851dd67 [file] [log] [blame]
{
"connector": {
"class": "org.apache.camel.kafkaconnector.xquery.CamelXquerySinkConnector",
"artifactId": "camel-xquery-kafka-connector",
"groupId": "org.apache.camel.kafkaconnector",
"id": "camel-xquery-sink",
"type": "sink",
"version": "0.7.0",
"description": "Query and\/or transform XML payloads using XQuery and Saxon."
},
"properties": {
"camel.sink.path.resourceUri": {
"name": "camel.sink.path.resourceUri",
"description": "The name of the template to load from classpath or file system",
"priority": "HIGH",
"required": "true"
},
"camel.sink.endpoint.allowStAX": {
"name": "camel.sink.endpoint.allowStAX",
"description": "Whether to allow using StAX mode",
"defaultValue": "false",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.headerName": {
"name": "camel.sink.endpoint.headerName",
"description": "To use a Camel Message header as the input source instead of Message body.",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.namespacePrefixes": {
"name": "camel.sink.endpoint.namespacePrefixes",
"description": "Allows to control which namespace prefixes to use for a set of namespace mappings",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.resultsFormat": {
"name": "camel.sink.endpoint.resultsFormat",
"description": "What output result to use One of: [Bytes] [BytesSource] [DOM] [DOMSource] [List] [String] [StringSource]",
"defaultValue": "\"DOM\"",
"priority": "MEDIUM",
"required": "false",
"enum": [
"Bytes",
"BytesSource",
"DOM",
"DOMSource",
"List",
"String",
"StringSource"
]
},
"camel.sink.endpoint.resultType": {
"name": "camel.sink.endpoint.resultType",
"description": "What output result to use defined as a class",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.stripsAllWhiteSpace": {
"name": "camel.sink.endpoint.stripsAllWhiteSpace",
"description": "Whether to strip all whitespaces",
"defaultValue": "true",
"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.configuration": {
"name": "camel.sink.endpoint.configuration",
"description": "To use a custom Saxon configuration",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.configurationProperties": {
"name": "camel.sink.endpoint.configurationProperties",
"description": "To set custom Saxon configuration properties",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.moduleURIResolver": {
"name": "camel.sink.endpoint.moduleURIResolver",
"description": "To use the custom ModuleURIResolver",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.parameters": {
"name": "camel.sink.endpoint.parameters",
"description": "Additional parameters",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.properties": {
"name": "camel.sink.endpoint.properties",
"description": "Properties to configure the serialization parameters",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.staticQueryContext": {
"name": "camel.sink.endpoint.staticQueryContext",
"description": "To use a custom Saxon StaticQueryContext",
"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.component.xquery.lazyStartProducer": {
"name": "camel.component.xquery.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.xquery.autowiredEnabled": {
"name": "camel.component.xquery.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.xquery.configuration": {
"name": "camel.component.xquery.configuration",
"description": "To use a custom Saxon configuration",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.xquery.configurationProperties": {
"name": "camel.component.xquery.configurationProperties",
"description": "To set custom Saxon configuration properties",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.xquery.moduleURIResolver": {
"name": "camel.component.xquery.moduleURIResolver",
"description": "To use the custom ModuleURIResolver",
"priority": "MEDIUM",
"required": "false"
}
}
}