Class JaxWSClientConnection
java.lang.Object
oracle.stellent.ridc.protocol.Connection
oracle.stellent.ridc.protocol.jaxws.JaxWSClientConnection
JAX connection uses the same implementation of Hda/socket connection.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
close()
Close the connectionvoid
connect()
Create and initialize a connectionGet a input stream for this connectionGet a output stream for this connectionboolean
void
setResponse
(javax.activation.DataHandler response) Set the response data handlerMethods inherited from class oracle.stellent.ridc.protocol.Connection
reset
-
Constructor Details
-
JaxWSClientConnection
public JaxWSClientConnection()
-
-
Method Details
-
isConnected
public boolean isConnected()- Specified by:
isConnected
in classConnection
- Returns:
- true if this is connection is active
- See Also:
-
close
Description copied from class:Connection
Close the connection- Overrides:
close
in classConnection
- Throws:
ProtocolException
-
connect
public void connect()Description copied from class:Connection
Create and initialize a connection- Overrides:
connect
in classConnection
-
getInputStream
Description copied from class:Connection
Get a input stream for this connection- Specified by:
getInputStream
in classConnection
- Returns:
- an input stream
- Throws:
IOException
-
getOutputStream
Description copied from class:Connection
Get a output stream for this connection- Specified by:
getOutputStream
in classConnection
- Returns:
- an output stream
- Throws:
IOException
-
setResponse
public void setResponse(javax.activation.DataHandler response) Set the response data handler- Parameters:
response
- the data handler
-