Interface XmlResultProvider
public interface XmlResultProvider
Interface defining handling involved with providingResultdata for XML input.- Since:
- 2.5.5
- Author:
- Thomas Risberg
- See Also:
Result
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidprovideXml(Result result)Implementations must implement this method to provide the XML content for theResult.
Method Detail
provideXml
void provideXml(Result result)
Implementations must implement this method to provide the XML content for theResult. Implementations will vary depending on theResultimplementation used.- Parameters:
result- theResultobject being used to provide the XML input