|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.metamatrix.connector.xml.streaming.StreamingResultsProducer
public class StreamingResultsProducer
Converts a XML InputStream into an List containing results based upon the metadata from the ExecutionInfo. Elements of the List are Lists that represent rows in the table.
Constructor Summary | |
---|---|
StreamingResultsProducer(ExecutionInfo info,
XMLConnectorState state)
|
Method Summary | |
---|---|
java.util.List<java.lang.Object[]> |
getResult(Document xml,
java.util.List<java.lang.String> xpaths)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public StreamingResultsProducer(ExecutionInfo info, XMLConnectorState state) throws ConnectorException
ConnectorException
Method Detail |
---|
public java.util.List<java.lang.Object[]> getResult(Document xml, java.util.List<java.lang.String> xpaths) throws ConnectorException
xml
- the xml Documentxpaths
- the paths defined at the table level
ConnectorException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |