Java To XML
Java To XML is a synchronous activity. You can use this activity to convert Java object's data members into an XML document.
General
Note: If the class does not have a public data member and only has a Java bean modifier that sets the data, the input schema contains an element for the modifier, but the resulting XML document has no value set for the corresponding element. For example, the Java object has a method declared as public int
setID(), but there is no method for getting the ID and the data member ID is not public. In this case, an element named ID in this activity’s output schema exists, but that element has no value because there is no public mechanism for getting the data.
The General tab has the following fields.
Advanced
The Advanced tab has the following fields.
Copyright © Cloud Software Group, Inc. All rights reserved.