com.metamatrix.connector.xml
Interface XMLConnectorState
- All Superinterfaces:
- BaseXMLConnectorState
- All Known Implementing Classes:
- FileConnectorState, HTTPConnectorState, JMSSOAPConnectorState, JMSXMLConnectorState, SecureConnectorStateImpl, SOAPConnectorState, XMLConnectorStateImpl
public interface XMLConnectorState
- extends BaseXMLConnectorState
STATE_CLASS_PROP
static final java.lang.String STATE_CLASS_PROP
- See Also:
- Constant Field Values
makeExecutor
DocumentProducer makeExecutor(XMLExecution info)
throws ConnectorException
- Throws:
ConnectorException
getCacheTimeoutSeconds
int getCacheTimeoutSeconds()
- Returns:
- Returns the m_cacheTimeout.
getCacheTimeoutMillis
int getCacheTimeoutMillis()
isPreprocess
boolean isPreprocess()
getConnectorCapabilities
ConnectorCapabilities getConnectorCapabilities()
getMaxMemoryCacheSizeByte
int getMaxMemoryCacheSizeByte()
getMaxMemoryCacheSizeKB
int getMaxMemoryCacheSizeKB()
getMaxInMemoryStringSize
int getMaxInMemoryStringSize()
getMaxFileCacheSizeKB
int getMaxFileCacheSizeKB()
getMaxFileCacheSizeByte
int getMaxFileCacheSizeByte()
getCacheLocation
java.lang.String getCacheLocation()
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()
Copyright © 2009. All Rights Reserved.