com.metamatrix.connector.xml
Interface XMLConnectorState

All Superinterfaces:
BaseXMLConnectorState
All Known Implementing Classes:
FileConnectorState, HTTPConnectorState, SecureConnectorStateImpl, SOAPConnectorState, XMLConnectorStateImpl

public interface XMLConnectorState
extends BaseXMLConnectorState


Field Summary
static java.lang.String STATE_CLASS_PROP
           
 
Method Summary
 Connection getConnection(CachingConnector connector, ExecutionContext context, ConnectorEnvironment environment)
           
 ConnectorCapabilities getConnectorCapabilities()
           
 java.lang.String getPluggableInputStreamFilterClass()
           
 IQueryPreprocessor getPreprocessor()
           
 SAXFilterProvider getSAXFilterProvider()
           
 boolean isCaching()
           
 boolean isLogRequestResponse()
           
 boolean isPreprocess()
           
 
Methods inherited from interface com.metamatrix.connector.xml.BaseXMLConnectorState
getLogger, getState, setLogger, setState
 

Field Detail

STATE_CLASS_PROP

static final java.lang.String STATE_CLASS_PROP
See Also:
Constant Field Values
Method Detail

isPreprocess

boolean isPreprocess()

getConnectorCapabilities

ConnectorCapabilities getConnectorCapabilities()

isLogRequestResponse

boolean isLogRequestResponse()

getSAXFilterProvider

SAXFilterProvider getSAXFilterProvider()

getPreprocessor

IQueryPreprocessor getPreprocessor()

getConnection

Connection getConnection(CachingConnector connector,
                         ExecutionContext context,
                         ConnectorEnvironment environment)
                         throws ConnectorException
Throws:
ConnectorException

getPluggableInputStreamFilterClass

java.lang.String getPluggableInputStreamFilterClass()

isCaching

boolean isCaching()


Copyright © 2009. All Rights Reserved.