Skip navigation links

Oracle® Fusion Middleware Remote Intradoc Client (RIDC) Java API Reference
11g Release 1 (11.1.1)

E17274-02


oracle.stellent.ridc.protocol.jaxws
Class JaxWSClientConnection

java.lang.Object
  extended by oracle.stellent.ridc.protocol.Connection
      extended by oracle.stellent.ridc.protocol.jaxws.JaxWSClientConnection


public class JaxWSClientConnection
extends Connection

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

JaxWSClientConnection

public JaxWSClientConnection()

Method Detail

isConnected

public boolean isConnected()
Specified by:
isConnected in class Connection
Returns:
true if this is connection is active
See Also:
Connection.isConnected()

close

public void close()
           throws ProtocolException
Description copied from class: Connection
Close the connection
Overrides:
close in class Connection
Throws:
ProtocolException

connect

public void connect()
Description copied from class: Connection
Create and initialize a connection
Overrides:
connect in class Connection

getInputStream

public java.io.InputStream getInputStream()
                                   throws java.io.IOException
Description copied from class: Connection
Get a input stream for this connection
Specified by:
getInputStream in class Connection
Returns:
an input stream
Throws:
java.io.IOException

getOutputStream

public java.io.OutputStream getOutputStream()
                                     throws java.io.IOException
Description copied from class: Connection
Get a output stream for this connection
Specified by:
getOutputStream in class Connection
Returns:
an output stream
Throws:
java.io.IOException

setResponse

public void setResponse(javax.activation.DataHandler response)
Set the response data handler
Parameters:
response - the data handler

Skip navigation links

Oracle® Fusion Middleware Remote Intradoc Client (RIDC) Java API Reference
11g Release 1 (11.1.1)

E17274-02


Copyright © 2008, 2011, Oracle and/or its affiliates. All rights reserved.