All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.apache.camel.language.xtokenizer.xtokenize.json Maven / Gradle / Ivy

{
  "language": {
    "kind": "language",
    "name": "xtokenize",
    "title": "XML Tokenize",
    "description": "Tokenize XML payloads using the specified path expression.",
    "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.5.0",
    "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, "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" }
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy