com.metamatrix.connector.xml.base
Class Response

java.lang.Object
  extended by com.metamatrix.connector.xml.base.Response

public class Response
extends java.lang.Object


Constructor Summary
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)
           
 
Method Summary
 XMLDocument[] getDocuments()
           
 java.lang.String getResponseId()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Response

public Response(XMLDocument[] docs,
                java.lang.String[] cacheKeys,
                DocumentProducer docProducer,
                IDocumentCache cache,
                java.lang.String cacheReference)

Response

public Response(java.lang.String id,
                DocumentProducer docProducer,
                IDocumentCache cache,
                java.lang.String cacheReference)
Method Detail

getDocuments

public XMLDocument[] getDocuments()
                           throws ConnectorException
Throws:
ConnectorException

getResponseId

public java.lang.String getResponseId()
                               throws ConnectorException
Throws:
ConnectorException


Copyright © 2009. All Rights Reserved.