public interface XmlFunctions
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
convertToXml(ExecutionContext context,
java.lang.Object object)
Will convert the given lsps object to xml representation based on the defined xml mapping.
|
java.lang.Object |
parseXml(ExecutionContext context,
java.lang.String xml,
Type resultType)
Parses the given
xml string into the instance of the given type |
java.lang.String convertToXml(ExecutionContext context, java.lang.Object object) throws ErrorException
context - object - ErrorExceptionjava.lang.Object parseXml(ExecutionContext context, java.lang.String xml, Type resultType) throws ErrorException
xml string into the instance of the given typecontext - xml - resultType - ErrorExceptionCopyright © 2007-2020 Whitestein Technologies. All Rights Reserved.