@PermitAll public class XmlFunctionsImpl extends Object implements XmlFunctions
Constructor and Description |
---|
XmlFunctionsImpl() |
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 |
public String convertToXml(ExecutionContext context, Object object) throws ErrorException
XmlFunctions
convertToXml
in interface XmlFunctions
ErrorException
public Object parseXml(ExecutionContext context, String xml, Type resultType) throws ErrorException
XmlFunctions
xml
string into the instance of the given type
parseXml
in interface XmlFunctions
ErrorException
Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.