Uses of Interface
com.metamatrix.connector.xml.XMLExecution

Packages that use XMLExecution
com.metamatrix.connector.xml.file   
com.metamatrix.connector.xml.http   
com.metamatrix.connector.xml.soap   
com.metamatrix.connector.xml.streaming   
 

Uses of XMLExecution in com.metamatrix.connector.xml.file
 

Classes in com.metamatrix.connector.xml.file that implement XMLExecution
 class FileExecution
           
 

Uses of XMLExecution in com.metamatrix.connector.xml.http
 

Classes in com.metamatrix.connector.xml.http that implement XMLExecution
 class HTTPExecution
           
 

Fields in com.metamatrix.connector.xml.http declared as XMLExecution
protected  XMLExecution BaseRequest.execution
           
protected  XMLExecution HTTPExecutor.execution
           
 

Methods in com.metamatrix.connector.xml.http with parameters of type XMLExecution
protected  void HTTPExecutor.createRequests(XMLExecution execution, ExecutionInfo exeInfo, java.util.List<CriteriaDesc[]> requestPerms)
           
 

Constructors in com.metamatrix.connector.xml.http with parameters of type XMLExecution
HTTPExecutor(HTTPConnectorState state, XMLExecution execution, ExecutionInfo exeInfo, QueryAnalyzer analyzer)
           
HTTPRequest(HTTPConnectorState state, XMLExecution execution, ExecutionInfo exeInfo, java.util.List<CriteriaDesc> parameters)
           
 

Uses of XMLExecution in com.metamatrix.connector.xml.soap
 

Classes in com.metamatrix.connector.xml.soap that implement XMLExecution
 class SOAPExecution
           
 

Methods in com.metamatrix.connector.xml.soap with parameters of type XMLExecution
protected  void SOAPExecutor.createRequests(XMLExecution execution, ExecutionInfo exeInfo, java.util.List<CriteriaDesc[]> requestPerms)
           
 

Constructors in com.metamatrix.connector.xml.soap with parameters of type XMLExecution
SOAPExecutor(SOAPConnectorState state, XMLExecution execution, ExecutionInfo exeInfo, QueryAnalyzer analyzer)
           
SOAPRequest(SOAPConnectorState connectorState, XMLExecution execution, ExecutionInfo exeInfo, java.util.List<CriteriaDesc> parameters, int requestNumber)
           
 

Uses of XMLExecution in com.metamatrix.connector.xml.streaming
 

Classes in com.metamatrix.connector.xml.streaming that implement XMLExecution
 class BaseStreamingExecution
           
 



Copyright © 2009. All Rights Reserved.