org.apache.openejb.client
Interface Connection

All Known Implementing Classes:
HttpConnectionFactory.HttpConnection

public interface Connection


Method Summary
 void close()
           
 void discard()
           
 java.io.InputStream getInputStream()
           
 java.io.OutputStream getOuputStream()
           
 java.net.URI getURI()
           
 

Method Detail

getURI

java.net.URI getURI()

discard

void discard()

close

void close()
           throws java.io.IOException
Throws:
java.io.IOException

getInputStream

java.io.InputStream getInputStream()
                                   throws java.io.IOException
Throws:
java.io.IOException

getOuputStream

java.io.OutputStream getOuputStream()
                                    throws java.io.IOException
Throws:
java.io.IOException


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