com.metamatrix.connector.xml
Interface XMLConnection

All Superinterfaces:
Connection
All Known Implementing Classes:
JMSConnection, XMLConnectionImpl

public interface XMLConnection
extends Connection


Method Summary
 CachingConnector getConnector()
           
 ConnectorEnvironment getConnectorEnv()
           
 java.lang.String getQueryId()
           
 XMLConnectorState getState()
           
 TrustedPayloadHandler getTrustedPayloadHandler()
           
 java.lang.String getUser()
           
 
Methods inherited from interface org.teiid.connector.api.Connection
close, closeCalled, createExecution, getCapabilities, isAlive, setConnectorIdentity
 

Method Detail

getState

XMLConnectorState getState()

getConnector

CachingConnector getConnector()

getTrustedPayloadHandler

TrustedPayloadHandler getTrustedPayloadHandler()
                                               throws ConnectorException
Throws:
ConnectorException

getQueryId

java.lang.String getQueryId()

getUser

java.lang.String getUser()

getConnectorEnv

ConnectorEnvironment getConnectorEnv()


Copyright © 2009. All Rights Reserved.