Difference between revisions of "JSON2XMLTransformation"
(Created page with "==Description== JSON2XMLTransformation element defines a JSON to XML Transformation =={{GVESB}} configuration== The JSON2XMLTransformation Element is used by [[GVDataTransform...") |
|||
| Line 39: | Line 39: | ||
| TransformerFactory || optional || The FQN of the TransformerFactory class to use. If not configured use the JVM default. | | TransformerFactory || optional || The FQN of the TransformerFactory class to use. If not configured use the JVM default. | ||
|} | |} | ||
| + | <div class="version_ge3.4.0.4/3.3.4.2"> | ||
| + | {|class="gvtable" | ||
| + | ! Attribute !! Type !! Description | ||
| + | |- | ||
| + | | ForceAttributes || optional || A comma-separated list of keys name to be set as XML attributes. | ||
| + | |} | ||
| + | </div> | ||
JSON2XMLTransformation might contain the following sub-elements: | JSON2XMLTransformation might contain the following sub-elements: | ||
Latest revision as of 12:47, 31 December 2014
Description
JSON2XMLTransformation element defines a JSON to XML Transformation
GreenVulcano® ESB configuration
The JSON2XMLTransformation Element is used by Transformations.
The following table shows its attributes:
| Attribute | Type | Description |
|---|---|---|
| type | fixed | This attribute must assume the value transformation. |
| class | fixed | This attribute must assume the value it.greenvulcano.gvesb.gvdte.transformers.json.JSON2XMLTransformer |
| name | required | Transformation name.
The attribute's value cannot be null. |
| validate | optional | The attribute's admitted values are:
|
| validateDirection | optional | The attribute's admitted values are:
|
| validationType | optional | The attribute's admitted values are:
|
| OutputXSLMapName | optional | Style-sheet to be used in transformation from the basic (JSON->)XML to a different XML. The attribute's value cannot be null. |
| SchemaInput | optional | XSD Schema that describes the input XML. |
| SchemaOutput | optional | XSD Schema that describes the output XML. |
| DataSourceSet | optional | DataSourceSet name from which retrieves the transformation map and validation schema. The attribute's value cannot be null. |
| TransformerFactory | optional | The FQN of the TransformerFactory class to use. If not configured use the JVM default. |
| Attribute | Type | Description |
|---|---|---|
| ForceAttributes | optional | A comma-separated list of keys name to be set as XML attributes. |
JSON2XMLTransformation might contain the following sub-elements: