Package com.iizix.ws.api
Interface IOutputVariableConverter
public interface IOutputVariableConverter
Interface used to convert individual variables used in the reply output connected to a VS Field. This interface enabled custom conversion of the Web Service reply to a Value.
This interface contains multiple conversion routines, depending on the use, and has defaults so that if a method is not overridden, it's just as if it wasn't processed or converted (i.e. left as-is).
- Author:
- Christopher Mindus
- Method SummaryModifier and TypeMethodDescription- default Value- convertValue- (String value, int dataType) Converts the String contents to a- Value.
- Method Details- convertValueConverts the String contents to a- Value. This method is used for XML contents.- Parameters:
- value- The value from the Web Service reply.
- dataType- The data type requested by the VirtualSpace in order to avoid additional conversion, see- Value.Typeenumeration.
- Returns:
- A Valueinstance, ornullfor default.