|
Oracle® Fusion Middleware Remote Intradoc Client (RIDC) Java API Reference 11g Release 1 (11.1.1) E17274-01 |
|||||||||
| 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 |
java.io.InputStream |
getInputStream()Get a input stream for this connection |
java.io.OutputStream |
getOutputStream()Get a output stream for this connection |
boolean |
isConnected() |
void |
setResponse(javax.activation.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 java.io.InputStream getInputStream()
throws java.io.IOException
ConnectiongetInputStream in class Connectionjava.io.IOException
public java.io.OutputStream getOutputStream()
throws java.io.IOException
ConnectiongetOutputStream in class Connectionjava.io.IOExceptionpublic void setResponse(javax.activation.DataHandler response)
response - the data handler
|
Oracle® Fusion Middleware Remote Intradoc Client (RIDC) Java API Reference 11g Release 1 (11.1.1) E17274-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||