com.metamatrix.connector.xml
Interface ResultProducer
- All Known Implementing Classes:
- FileExecution, HTTPExecutor, SOAPExecutor
public interface ResultProducer
Abstracts the source of XML Documents. Also provides an interface
to handle multiple documents resulting from a single query.
getXMLDocuments
java.util.Iterator<Document> getXMLDocuments()
throws ConnectorException
- Gets all the InputStreams for a single ExecutionInfo instance.
This could be any number or streams and is implementation dependent.
- Returns:
-
- Throws:
ConnectorException
closeStreams
void closeStreams()
Copyright © 2009. All Rights Reserved.