接口 XmlResultProvider
public interface XmlResultProvider
Interface defining handling involved with providingResultdata for XML input.- 从以下版本开始:
- 2.5.5
- 作者:
- Thomas Risberg
- 另请参阅:
Result
方法概要
所有方法 实例方法 抽象方法 修饰符和类型 方法 说明 voidprovideXml(Result result)Implementations must implement this method to provide the XML content for theResult.
方法详细资料
provideXml
void provideXml(Result result)
Implementations must implement this method to provide the XML content for theResult. Implementations will vary depending on theResultimplementation used.- 参数:
result- theResultobject being used to provide the XML input