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

Packages that use DocumentProducer
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 DocumentProducer in com.metamatrix.connector.xml
 

Subinterfaces of DocumentProducer in com.metamatrix.connector.xml
 interface AsynchronousDocumentProducer
           
 

Methods in com.metamatrix.connector.xml that return DocumentProducer
 DocumentProducer XMLConnectorState.makeExecutor(XMLExecution info)
           
 

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

Classes in com.metamatrix.connector.xml.base that implement DocumentProducer
 class RequestResponseDocumentProducer
          The RequestResponseDocumentProducer is responsible for executing a single instance of a request permutation as broken out by the QueryAnalyzer/RequestGenerator and producing a Response.
 

Constructors in com.metamatrix.connector.xml.base with parameters of type DocumentProducer
Response(java.lang.String id, DocumentProducer docProducer, IDocumentCache cache, java.lang.String cacheReference)
           
Response(XMLDocument[] docs, java.lang.String[] cacheKeys, DocumentProducer docProducer, IDocumentCache cache, java.lang.String cacheReference)
           
 

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

Classes in com.metamatrix.connector.xml.file that implement DocumentProducer
 class FileExecutor
           
 

Methods in com.metamatrix.connector.xml.file that return DocumentProducer
 DocumentProducer FileConnectorState.makeExecutor(XMLExecution execution)
           
 

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

Classes in com.metamatrix.connector.xml.http that implement DocumentProducer
 class HTTPExecutor
          created by JChoate on Jun 27, 2005
 

Methods in com.metamatrix.connector.xml.http that return DocumentProducer
 DocumentProducer HTTPConnectorState.makeExecutor(XMLExecution execution)
           
 

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

Classes in com.metamatrix.connector.xml.jms that implement DocumentProducer
 class JMSRequestExecutor
           
 

Methods in com.metamatrix.connector.xml.jms that return DocumentProducer
 DocumentProducer JMSXMLConnectorState.makeExecutor(XMLExecution execution)
           
 

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

Classes in com.metamatrix.connector.xml.soap that implement DocumentProducer
 class SOAPExecutor
           
 

Methods in com.metamatrix.connector.xml.soap that return DocumentProducer
 DocumentProducer SOAPConnectorState.makeExecutor(XMLExecution execution)
           
 



Copyright © 2009. All Rights Reserved.