META-INF.org.apache.camel.language.xquery.xquery.json Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of camel-saxon Show documentation
Show all versions of camel-saxon Show documentation
Camel Saxon (XQuery/XPath) support
The newest version!
{
"language": {
"kind": "language",
"name": "xquery",
"title": "XQuery",
"description": "Evaluates an XQuery expressions against an XML payload.",
"deprecated": false,
"firstVersion": "1.0.0",
"label": "language,xml",
"javaType": "org.apache.camel.language.xquery.XQueryLanguage",
"supportLevel": "Stable",
"groupId": "org.apache.camel",
"artifactId": "camel-saxon",
"version": "4.8.1",
"modelName": "xquery",
"modelJavaType": "org.apache.camel.model.language.XQueryExpression"
},
"properties": {
"id": { "index": 0, "kind": "attribute", "displayName": "Id", "group": "common", "required": false, "type": "string", "javaType": "java.lang.String", "deprecated": false, "autowired": false, "secret": false, "description": "Sets the id of this node" },
"expression": { "index": 1, "kind": "value", "displayName": "Expression", "group": "common", "required": true, "type": "string", "javaType": "java.lang.String", "deprecated": false, "autowired": false, "secret": false, "description": "The expression value in your chosen language syntax" },
"configurationRef": { "index": 2, "kind": "attribute", "displayName": "Configuration Ref", "group": "advanced", "label": "advanced", "required": false, "type": "string", "javaType": "java.lang.String", "deprecated": false, "autowired": false, "secret": false, "description": "Reference to a saxon configuration instance in the registry to use for xquery (requires camel-saxon). This may be needed to add custom functions to a saxon configuration, so these custom functions can be used in xquery expressions." },
"namespace": { "index": 3, "kind": "element", "displayName": "Namespace", "group": "common", "label": "common", "required": false, "type": "array", "javaType": "java.util.List", "deprecated": false, "autowired": false, "secret": false, "description": "Injects the XML Namespaces of prefix - uri mappings" },
"source": { "index": 4, "kind": "attribute", "displayName": "Source", "group": "common", "required": false, "type": "string", "javaType": "java.lang.String", "deprecated": false, "autowired": false, "secret": false, "description": "Source to use, instead of message body. You can prefix with variable:, header:, or property: to specify kind of source. Otherwise, the source is assumed to be a variable. Use empty or null to use default source, which is the message body." },
"resultType": { "index": 5, "kind": "attribute", "displayName": "Result Type", "group": "common", "required": false, "type": "string", "javaType": "java.lang.String", "deprecated": false, "autowired": false, "secret": false, "description": "Sets the class of the result type (type from output)" },
"trim": { "index": 6, "kind": "attribute", "displayName": "Trim", "group": "advanced", "label": "advanced", "required": false, "type": "boolean", "javaType": "java.lang.Boolean", "deprecated": false, "autowired": false, "secret": false, "defaultValue": true, "description": "Whether to trim the value to remove leading and trailing whitespaces and line breaks" }
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy