com.metamatrix.connector.xmlsource
Class XMLConnectionFacory

java.lang.Object
  extended by com.metamatrix.connector.xmlsource.XMLConnectionFacory

public class XMLConnectionFacory
extends java.lang.Object

This Connection facory which will handle the different connection semantics the supported type will be - File Based XML Document - SOAP Based XML Document - REST Based XML Document


Constructor Summary
XMLConnectionFacory(ConnectorEnvironment env)
           
 
Method Summary
 Connection createConnection(ExecutionContext context)
          Create connection to the source
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XMLConnectionFacory

public XMLConnectionFacory(ConnectorEnvironment env)
Method Detail

createConnection

public Connection createConnection(ExecutionContext context)
                            throws ConnectorException
Create connection to the source

Parameters:
context -
Returns:
Throws:
ConnectorException


Copyright © 2009. All Rights Reserved.