@Concealed public class JaxWSClientConnection extends Connection
Constructor and Description |
---|
JaxWSClientConnection() |
Modifier and Type | Method and Description |
---|---|
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
|
reset
public boolean isConnected()
isConnected
in class Connection
Connection.isConnected()
public void close() throws ProtocolException
Connection
close
in class Connection
ProtocolException
public void connect()
Connection
connect
in class Connection
public InputStream getInputStream() throws IOException
Connection
getInputStream
in class Connection
IOException
public OutputStream getOutputStream() throws IOException
Connection
getOutputStream
in class Connection
IOException
public void setResponse(DataHandler response)
response
- the data handler