org.apache.openejb.client
Interface Connection
- All Known Implementing Classes:
- HttpConnectionFactory.HttpConnection
public interface Connection
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.