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