public interface XmlFunctions
| Modifier and Type | Method and Description |
|---|---|
String |
convertToXml(ExecutionContext context,
Object object)
Will convert the given lsps object to xml representation based on the defined xml mapping.
|
Object |
parseXml(ExecutionContext context,
String xml,
Type resultType)
Parses the given
xml string into the instance of the given type |
String convertToXml(ExecutionContext context, Object object) throws ErrorException
context - object - ErrorExceptionObject parseXml(ExecutionContext context, 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.