com.metamatrix.connector.xml
Interface ResultProducer

All Known Implementing Classes:
FileExecution, HTTPExecutor, SOAPExecutor

public interface ResultProducer


Method Summary
 void closeStreams()
           
 java.util.Iterator<Document> getXMLDocuments()
          Gets all the InputStreams for a single ExecutionInfo instance.
 

Method Detail

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.