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

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

Methods in com.metamatrix.connector.xml that return XMLConnectorState
 XMLConnectorState XMLConnection.getState()
           
 

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

Classes in com.metamatrix.connector.xml.base that implement XMLConnectorState
 class SecureConnectorStateImpl
          Encapsulates the loading of the TrustDeserializerClass for connector implementations that require security.
 class XMLConnectorStateImpl
           
 

Fields in com.metamatrix.connector.xml.base declared as XMLConnectorState
protected  XMLConnectorState LoggingConnector.m_state
           
 

Methods in com.metamatrix.connector.xml.base that return XMLConnectorState
 XMLConnectorState XMLConnectionImpl.getState()
           
 XMLConnectorState StatefulConnector.getState()
           
 XMLConnectorState LoggingConnector.getState()
           
protected  XMLConnectorState RequestResponseDocumentProducer.getState()
           
 

Constructors in com.metamatrix.connector.xml.base with parameters of type XMLConnectorState
RequestResponseDocumentProducer(XMLConnectorState state, XMLExecution execution)
           
 

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

Classes in com.metamatrix.connector.xml.file that implement XMLConnectorState
 class FileConnectorState
           
 

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

Classes in com.metamatrix.connector.xml.http that implement XMLConnectorState
 class HTTPConnectorState
           
 

Methods in com.metamatrix.connector.xml.http with parameters of type XMLConnectorState
 void DefaultTrustDeserializer.setConnectorState(XMLConnectorState state)
           
 void HTTPTrustDeserializer.setConnectorState(XMLConnectorState state)
           
 

Constructors in com.metamatrix.connector.xml.http with parameters of type XMLConnectorState
HTTPExecutor(XMLConnectorState state, XMLExecution execution)
           
 

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

Classes in com.metamatrix.connector.xml.jms that implement XMLConnectorState
 class JMSSOAPConnectorState
           
 class JMSXMLConnectorState
          This class is responsible for getting the configuration data from the binding and asserting that it is consistent with the needs of the connector.
 

Methods in com.metamatrix.connector.xml.jms that return XMLConnectorState
 XMLConnectorState JMSConnection.getState()
           
 

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

Classes in com.metamatrix.connector.xml.soap that implement XMLConnectorState
 class SOAPConnectorState
          This class copies the the name of the interface because it is remaining backwardly compatable with old bindings.
 

Constructors in com.metamatrix.connector.xml.soap with parameters of type XMLConnectorState
FilteringHTTPSender(XMLConnectorState state, ConnectorLogger logger)
           
 



Copyright © 2009. All Rights Reserved.