org.apache.qpid.config
Class Connector

java.lang.Object
  extended by org.apache.qpid.config.Connector

public class Connector
extends Object


Constructor Summary
Connector()
           
 
Method Summary
 Connection createConnection(ConnectorConfig config)
           
(package private)  ConnectionFactory getConnectionFactory(ConnectorConfig config)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Connector

public Connector()
Method Detail

createConnection

public Connection createConnection(ConnectorConfig config)
                            throws Exception
Throws:
Exception

getConnectionFactory

ConnectionFactory getConnectionFactory(ConnectorConfig config)
                                 throws Exception
Throws:
Exception


Licensed to the Apache Software Foundation