public static class SoapClient.Builder extends Object
| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
SoapClient |
build()
Constructs properly populated soap client
|
SoapClient.Builder |
connectTimeoutInMillis(int value) |
SoapClient.Builder |
endpointSecurity(Security value) |
SoapClient.Builder |
endpointUri(String value) |
SoapClient.Builder |
endpointUri(URI value) |
SoapClient.Builder |
proxySecurity(Security value) |
SoapClient.Builder |
proxyUri(String value) |
SoapClient.Builder |
proxyUri(URI value) |
SoapClient.Builder |
readTimeoutInMillis(int value) |
public SoapClient.Builder endpointUri(String value)
value - URL of the SOAP endpoint to whom the client should send messages. Null is not accepted.public SoapClient.Builder endpointUri(URI value)
value - URL of the SOAP endpoint to whom the client should send messages. Null is not accepted.public SoapClient.Builder proxyUri(String value)
value - URL of the SOAP endpoint to whom the client should send messages. Null is not accepted.public SoapClient.Builder proxyUri(URI value)
value - URL of the SOAP endpoint to whom the client should send messages. Null is not accepted.public SoapClient.Builder endpointSecurity(Security value)
public SoapClient.Builder proxySecurity(Security value)
public SoapClient.Builder readTimeoutInMillis(int value)
value - Specifies the timeout in millisecond for the read operation. Has to be not negative.public SoapClient.Builder connectTimeoutInMillis(int value)
value - Specifies the timeout in millisecond for the connect operation. Has to be not negative.public SoapClient build()
Copyright © 2012-2018. All Rights Reserved.