IXml Java interface
Another means to transform XML data in WEF is through the usage of the defined IXml Java interface. This interface would be used in a Java class which would be linked into your model through the usage of a Linked Java Object.
While this interface is simple and easy to use, it is powerful enough to give you the means to perform any data manipulation you need on your response.
We will not cover this topic in this chapter, but you should be aware that this interface is available to you through a Java Class.