blob: 3f51f6b7a2b33035ae9882e1ffa806e85f0729db [file] [log] [blame]
{
"language": {
"kind": "language",
"name": "xtokenize",
"modelName": "xtokenize",
"title": "XML Tokenize",
"description": "To use Camel message body or header with a XML tokenizer in Camel expressions or predicates.",
"deprecated": false,
"deprecationNote": "language,core,xml",
"firstVersion": "2.14.0",
"label": "language,core,xml",
"javaType": "org.apache.camel.language.xtokenizer.XMLTokenizeLanguage",
"modelJavaType": "org.apache.camel.model.language.XMLTokenizerExpression",
"groupId": "org.apache.camel.springboot",
"artifactId": "camel-jaxp-starter",
"version": "3.1.0-SNAPSHOT"
},
"properties": {
"headerName": { "kind": "attribute", "displayName": "Header Name", "required": false, "type": "string", "javaType": "java.lang.String", "deprecated": false, "secret": false, "description": "Name of header to tokenize instead of using the message body." },
"mode": { "kind": "attribute", "displayName": "Mode", "required": false, "type": "string", "javaType": "java.lang.String", "deprecated": 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, "secret": false, "description": "To group N parts together" },
"trim": { "kind": "attribute", "displayName": "Trim", "required": false, "type": "boolean", "javaType": "java.lang.Boolean", "deprecated": 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, "secret": false, "description": "Sets the id of this node" }
}
}