org.openejb.client
Class HttpConnectionFactory.HttpConnection

java.lang.Object
  extended by org.openejb.client.HttpConnectionFactory.HttpConnection
All Implemented Interfaces:
Connection
Enclosing class:
HttpConnectionFactory

public static class HttpConnectionFactory.HttpConnection
extends java.lang.Object
implements Connection


Constructor Summary
HttpConnectionFactory.HttpConnection(ServerMetaData server)
           
 
Method Summary
 void close()
           
 java.io.InputStream getInputStream()
           
 java.io.OutputStream getOuputStream()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HttpConnectionFactory.HttpConnection

public HttpConnectionFactory.HttpConnection(ServerMetaData server)
                                     throws java.io.IOException
Throws:
java.io.IOException
Method Detail

close

public void close()
           throws java.io.IOException
Specified by:
close in interface Connection
Throws:
java.io.IOException

getInputStream

public java.io.InputStream getInputStream()
                                   throws java.io.IOException
Specified by:
getInputStream in interface Connection
Throws:
java.io.IOException

getOuputStream

public java.io.OutputStream getOuputStream()
                                    throws java.io.IOException
Specified by:
getOuputStream in interface Connection
Throws:
java.io.IOException


Copyright © 1999-2011 OpenEJB. All Rights Reserved.