org.apache.axis.soap
Class SOAPConnectionImpl
public class SOAPConnectionImpl
SOAP Connection implementation
- Davanum Srinivas (dims@yahoo.com)
SOAPMessage | call(SOAPMessage request, Object endpoint) - Sends the given message to the specified endpoint and
blocks until it has returned the response.
|
void | close() - Closes this
SOAPConnection object.
|
Integer | getTimeout() - get the timeout value
|
void | setTimeout(Integer timeout) - set the timeout value
|
call
public SOAPMessage call(SOAPMessage request,
Object endpoint)
throws SOAPException
Sends the given message to the specified endpoint and
blocks until it has returned the response.
- call in interface SOAPConnection
request
- the SOAPMessage
object to be sentendpoint
- a URLEndpoint
object giving the URL to which the message should be
sent
- the
SOAPMessage
object that is the
response to the message that was sent
SOAPException
- if there is a SOAP error
getTimeout
public Integer getTimeout()
get the timeout value
setTimeout
public void setTimeout(Integer timeout)
set the timeout value
timeout
-
Copyright B) 2005 Apache Web Services Project. All Rights Reserved.