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

Packages that use Document
com.metamatrix.connector.xml   
com.metamatrix.connector.xml.file   
com.metamatrix.connector.xml.http   
com.metamatrix.connector.xml.streaming   
 

Uses of Document in com.metamatrix.connector.xml
 

Methods in com.metamatrix.connector.xml that return types with arguments of type Document
 java.util.Iterator<Document> ResultProducer.getXMLDocuments()
          Gets all the InputStreams for a single ExecutionInfo instance.
 

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

Methods in com.metamatrix.connector.xml.file that return types with arguments of type Document
 java.util.Iterator<Document> FileExecution.getXMLDocuments()
           
 

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

Methods in com.metamatrix.connector.xml.http that return Document
 Document HTTPRequest.getDocumentStream()
           
 

Methods in com.metamatrix.connector.xml.http that return types with arguments of type Document
 java.util.Iterator<Document> HTTPExecutor.getXMLDocuments()
           
 

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

Classes in com.metamatrix.connector.xml.streaming that implement Document
 class DocumentImpl
           
 

Methods in com.metamatrix.connector.xml.streaming with parameters of type Document
 java.util.List<java.lang.Object[]> StreamingRowCollector.getElements(Document xml, java.util.List<java.lang.String> xPaths)
          Builds a list of rows from an InputStream
 java.util.List<java.lang.Object[]> StreamingResultsProducer.getResult(Document xml, java.util.List<java.lang.String> xpaths)
           
 void ElementProcessor.insertResponseId(Document xml, java.util.List<java.lang.Object[]> result)
          Iterate over the result and insert the ResponseId in the correct column
 



Copyright © 2009. All Rights Reserved.