org.apache.openejb.client
Interface Connection

All Known Implementing Classes:
HttpConnectionFactory.HttpConnection

public interface Connection


Method Summary
 void close()
           
 InputStream getInputStream()
           
 OutputStream getOuputStream()
           
 

Method Detail

close

void close()
           throws IOException
Throws:
IOException

getInputStream

InputStream getInputStream()
                           throws IOException
Throws:
IOException

getOuputStream

OutputStream getOuputStream()
                            throws IOException
Throws:
IOException


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