org.apache.qpid
Class ConnectorFactory

java.lang.Object
  extended by org.apache.qpid.ConnectorFactory

public class ConnectorFactory
extends Object


Constructor Summary
ConnectorFactory()
           
 
Method Summary
static Connector getConnector(String host, String port, String username, String password)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConnectorFactory

public ConnectorFactory()
Method Detail

getConnector

public static Connector getConnector(String host,
                                     String port,
                                     String username,
                                     String password)
                              throws Exception
Throws:
Exception


Licensed to the Apache Software Foundation