com.metamatrix.connector.xml
Interface XMLExecution

All Superinterfaces:
Execution, ResultSetExecution
All Known Implementing Classes:
BaseStreamingExecution, FileExecution, HTTPExecution, SOAPExecution

public interface XMLExecution
extends Execution, ResultSetExecution


Method Summary
 XMLConnection getConnection()
           
 ExecutionContext getExeContext()
           
 ResultProducer getStreamProducer()
          Gets all the InputStreams for a single ExecutionInfo instance.
 
Methods inherited from interface org.teiid.connector.api.ResultSetExecution
next
 
Methods inherited from interface org.teiid.connector.api.Execution
cancel, close, execute
 

Method Detail

getConnection

XMLConnection getConnection()

getExeContext

ExecutionContext getExeContext()

getStreamProducer

ResultProducer getStreamProducer()
                                 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


Copyright © 2009. All Rights Reserved.