|
Oracle® Fusion Middleware Java API Reference for Oracle WebCenter Content Remote Intradoc Client (RIDC) 11g Release 1 (11.1) E17274-05 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
oracle.stellent.ridc.protocol.Connection
oracle.stellent.ridc.protocol.jaxws.JaxWSClientConnection
public class JaxWSClientConnection
JAX connection uses the same implementation of Hda/socket connection.
| Constructor Summary | |
|---|---|
JaxWSClientConnection() |
|
| Method Summary | |
|---|---|
void |
close()Close the connection |
void |
connect()Create and initialize a connection |
InputStream |
getInputStream()Get a input stream for this connection |
OutputStream |
getOutputStream()Get a output stream for this connection |
boolean |
isConnected() |
void |
setResponse(DataHandler response)Set the response data handler |
| Methods inherited from class oracle.stellent.ridc.protocol.Connection |
|---|
reset |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JaxWSClientConnection()
| Method Detail |
|---|
public boolean isConnected()
isConnected in class ConnectionConnection.isConnected()
public void close()
throws ProtocolException
Connectionclose in class ConnectionProtocolExceptionpublic void connect()
Connectionconnect in class Connection
public InputStream getInputStream()
throws IOException
ConnectiongetInputStream in class ConnectionIOException
public OutputStream getOutputStream()
throws IOException
ConnectiongetOutputStream in class ConnectionIOExceptionpublic void setResponse(DataHandler response)
response - the data handler
|
Oracle® Fusion Middleware Java API Reference for Oracle WebCenter Content Remote Intradoc Client (RIDC) 11g Release 1 (11.1) E17274-05 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||