com.metamatrix.connector.xml.soap
Class SOAPExecutor

java.lang.Object
  extended by com.metamatrix.connector.xml.base.RequestResponseDocumentProducer
      extended by com.metamatrix.connector.xml.soap.SOAPExecutor
All Implemented Interfaces:
DocumentProducer

public class SOAPExecutor
extends RequestResponseDocumentProducer


Field Summary
 
Fields inherited from class com.metamatrix.connector.xml.base.RequestResponseDocumentProducer
NAMESPACE_PREFIX_PROPERTY_NAME, xmlExtractor
 
Constructor Summary
SOAPExecutor(SOAPConnectorState state, XMLExecution execution)
           
 
Method Summary
protected  void createRequest(java.util.List params)
           
 java.lang.String getCacheKey(int i)
           
 int getDocumentCount()
           
 java.io.Serializable getRequestObject(int i)
           
 Response getXMLResponse(int invocationNumber)
           
 
Methods inherited from class com.metamatrix.connector.xml.base.RequestResponseDocumentProducer
addStreamFilters, attemptConditionalLog, buildRawUriString, buildUriString, cannotProjectParameter, checkIfRequestIsNeeded, getExecution, getExecutionInfo, getExtractor, getLogger, getState, removeAngleBrackets
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SOAPExecutor

public SOAPExecutor(SOAPConnectorState state,
                    XMLExecution execution)
             throws ConnectorException
Throws:
ConnectorException
Method Detail

getXMLResponse

public Response getXMLResponse(int invocationNumber)
                        throws ConnectorException
Throws:
ConnectorException

createRequest

protected void createRequest(java.util.List params)
                      throws ConnectorException
Throws:
ConnectorException

getCacheKey

public java.lang.String getCacheKey(int i)
                             throws ConnectorException
Throws:
ConnectorException

getDocumentCount

public int getDocumentCount()
                     throws ConnectorException
Throws:
ConnectorException

getRequestObject

public java.io.Serializable getRequestObject(int i)
                                      throws ConnectorException
Throws:
ConnectorException


Copyright © 2009. All Rights Reserved.