|
The Spring Framework | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface XmlResultProvider
Interface defining handling involved with providing Result
data for XML input.
Result
Method Summary | |
---|---|
void |
provideXml(Result result)
Implementations must implement this method to provide the XML content for the Result . |
Method Detail |
---|
void provideXml(Result result)
Result
. Implementations will vary depending on
the Result
implementation used.
result
- the Result
object being used to provide the XML input
|
The Spring Framework | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |