org.apache.openejb.client
Class HttpConnectionFactory

java.lang.Object
  extended by org.apache.openejb.client.HttpConnectionFactory
All Implemented Interfaces:
ConnectionFactory

public class HttpConnectionFactory
extends Object
implements ConnectionFactory

Version:
$Revision: 489459 $ $Date: 2006-12-21 22:02:29 +0100 (Do, 21. Dez 2006) $

Nested Class Summary
static class HttpConnectionFactory.HttpConnection
           
 
Constructor Summary
HttpConnectionFactory()
           
 
Method Summary
 Connection getConnection(URI uri)
           
 void init(Properties props)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HttpConnectionFactory

public HttpConnectionFactory()
Method Detail

init

public void init(Properties props)
Specified by:
init in interface ConnectionFactory

getConnection

public Connection getConnection(URI uri)
                         throws IOException
Specified by:
getConnection in interface ConnectionFactory
Throws:
IOException


Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.