Difference between revisions of "XML2BinTransformation"

From GreenVulcano Wiki
Jump to: navigation, search
(Created page with "==Description== Bin2XMLTransformation element defines a Binary to XML transformation. =={{GVESB}} Configuration== Bin2XMLTransformation is used by element [[GVDataTransformati...")
 
 
Line 1: Line 1:
 
==Description==
 
==Description==
  
Bin2XMLTransformation element defines a Binary to XML transformation.
+
XML2BinTransformation element defines a XML to Binary transformation.
  
 
=={{GVESB}} Configuration==
 
=={{GVESB}} Configuration==
  
Bin2XMLTransformation is used by element [[GVDataTransformation#Transformations|Transformations]].
+
XML2BinTransformation is used by element [[GVDataTransformation#Transformations|Transformations]].
  
 
The following table shows its attributes:
 
The following table shows its attributes:
Line 13: Line 13:
 
| type || fixed || This attribute must assume the value '''transformation'''.
 
| type || fixed || This attribute must assume the value '''transformation'''.
 
|-
 
|-
| class || fixed || This attribute must assume the value '''it.greenvulcano.gvesb.gvdte.transformers.bin.bin2xml.BinaryToXMLTransformer'''
+
| class || fixed || This attribute must assume the value '''it.greenvulcano.gvesb.gvdte.transformers.bin.bin2xml.XMLToBinaryTransformer'''
 
|-
 
|-
 
| name || required || Transformation name.
 
| name || required || Transformation name.

Latest revision as of 07:34, 2 April 2012

Description

XML2BinTransformation element defines a XML to Binary transformation.

GreenVulcano® ESB Configuration

XML2BinTransformation is used by element 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.bin.bin2xml.XMLToBinaryTransformer
name required Transformation name.

The attribute's value cannot be null.

ConversionMapName required Conversion map name.

The attribute's value cannot be null.

DataSourceSet optional DataSourceSet name from which retrieve the transformation map and validation schema.

The attribute's value cannot be null.

Bin2XMLTransformation might contain the following sub-elements: