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

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

Uses of XMLExecution in com.metamatrix.connector.xml
 

Methods in com.metamatrix.connector.xml with parameters of type XMLExecution
 DocumentProducer XMLConnectorState.makeExecutor(XMLExecution info)
           
 

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

Classes in com.metamatrix.connector.xml.base that implement XMLExecution
 class XMLExecutionImpl
           
 

Methods in com.metamatrix.connector.xml.base that return XMLExecution
protected  XMLExecution RequestResponseDocumentProducer.getExecution()
           
 

Constructors in com.metamatrix.connector.xml.base with parameters of type XMLExecution
RequestResponseDocumentProducer(XMLConnectorState state, XMLExecution execution)
           
 

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

Methods in com.metamatrix.connector.xml.file with parameters of type XMLExecution
 DocumentProducer FileConnectorState.makeExecutor(XMLExecution execution)
           
 

Constructors in com.metamatrix.connector.xml.file with parameters of type XMLExecution
FileExecutor(FileConnectorState state, XMLExecution execution)
           
 

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

Methods in com.metamatrix.connector.xml.http with parameters of type XMLExecution
 DocumentProducer HTTPConnectorState.makeExecutor(XMLExecution execution)
           
 

Constructors in com.metamatrix.connector.xml.http with parameters of type XMLExecution
HTTPExecutor(XMLConnectorState state, XMLExecution execution)
           
 

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

Classes in com.metamatrix.connector.xml.jms that implement XMLExecution
 class JMSExecution
           
 

Methods in com.metamatrix.connector.xml.jms with parameters of type XMLExecution
 DocumentProducer JMSXMLConnectorState.makeExecutor(XMLExecution execution)
           
 

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

Methods in com.metamatrix.connector.xml.soap with parameters of type XMLExecution
 DocumentProducer SOAPConnectorState.makeExecutor(XMLExecution execution)
           
 

Constructors in com.metamatrix.connector.xml.soap with parameters of type XMLExecution
SOAPExecutor(SOAPConnectorState state, XMLExecution execution)
           
 



Copyright © 2009. All Rights Reserved.