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

Packages that use BaseXMLConnectorState
com.metamatrix.connector.xml   
com.metamatrix.connector.xml.base   
com.metamatrix.connector.xml.file   
com.metamatrix.connector.xml.http   
com.metamatrix.connector.xml.soap   
 

Uses of BaseXMLConnectorState in com.metamatrix.connector.xml
 

Subinterfaces of BaseXMLConnectorState in com.metamatrix.connector.xml
 interface SOAPConnectorState
           
 interface XMLConnectorState
           
 

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

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

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

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

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

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

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

Classes in com.metamatrix.connector.xml.soap that implement BaseXMLConnectorState
 class SOAPConnectorState
          This class copies the the name of the interface because it is remaining backwardly compatable with old bindings.
 class SOAPConnectorStateImpl
          Contains the data needed to create the SOAP Envelope around an XML Document.
 



Copyright © 2009. All Rights Reserved.