blob: 2d6c15c3654c37912040622ee89871928e712761 [file] [log] [blame]
{
"language": {
"kind": "language",
"name": "xtokenize",
"title": "XML Tokenize",
"description": "Tokenize XML payloads.",
"deprecated": false,
"firstVersion": "2.14.0",
"label": "language,core,xml",
"javaType": "org.apache.camel.language.xtokenizer.XMLTokenizeLanguage",
"supportLevel": "Stable",
"groupId": "org.apache.camel",
"artifactId": "camel-xml-jaxp",
"version": "3.15.0-SNAPSHOT",
"modelName": "xtokenize",
"modelJavaType": "org.apache.camel.model.language.XMLTokenizerExpression"
},
"properties": {
"headerName": { "kind": "attribute", "displayName": "Header Name", "required": false, "type": "string", "javaType": "java.lang.String", "deprecated": false, "autowired": false, "secret": false, "description": "Name of header to tokenize instead of using the message body." },
"mode": { "kind": "attribute", "displayName": "Mode", "required": false, "type": "enum", "javaType": "java.lang.String", "enum": [ "i", "w", "u", "t" ], "deprecated": false, "autowired": false, "secret": false, "description": "The extraction mode. The available extraction modes are: i - injecting the contextual namespace bindings into the extracted token (default) w - wrapping the extracted token in its ancestor context u - unwrapping the extracted token to its child content t - extracting the text content of the specified element" },
"group": { "kind": "attribute", "displayName": "Group", "required": false, "type": "integer", "javaType": "java.lang.Integer", "deprecated": false, "autowired": false, "secret": false, "description": "To group N parts together" },
"trim": { "kind": "attribute", "displayName": "Trim", "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" },
"id": { "kind": "attribute", "displayName": "Id", "required": false, "type": "string", "javaType": "java.lang.String", "deprecated": false, "autowired": false, "secret": false, "description": "Sets the id of this node" }
}
}