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
- ErrorException
Object parseXml(ExecutionContext context, String xml, Type resultType) throws ErrorException
xml
string into the instance of the given type
context
- xml
- resultType
- ErrorException
Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.