public class WsRequestObject extends Object implements Serializable
WsResponseObject
)Constructor and Description |
---|
WsRequestObject()
Creates new instance.
|
Modifier and Type | Method and Description |
---|---|
String |
getEndpointAddress()
Getter for the field endpointAddress;
|
String |
getLogin()
Getter for the field login
|
String |
getPassword()
Getter for the field password
|
Integer |
getReadTimeout()
Getter for the field readTimeout
|
Identifier |
getReplyIdentifier()
Getter for the field replyIdentifier;
|
String |
getRequest()
Getter for the field request;
|
Map<String,String> |
getRequestHeaders() |
String |
getSoapAction()
Getter for the field soapAction;
|
SslConfig |
getSslConfig()
Getter for ssl configugation.
|
void |
setEndpointAddress(String endpointAddress)
Setter for the field endpointAddress
|
void |
setLogin(String login)
Setter for the field login
|
void |
setPassword(String password)
Setter for the field password
|
void |
setReadTimeout(Integer readTimeout)
Setter for the field readTimeout
|
void |
setReplyIdentifier(Identifier replyIdentifier)
Setter for the field replyIdentifier
|
void |
setRequest(String request)
Setter for the field request
|
void |
setRequestHeaders(Map<String,String> requestHeaders) |
void |
setSoapAction(String soapAction)
Setter for the field soapAction
|
void |
setSslConfig(SslConfig sslConfig)
Setter for ssl configugation
|
public void setRequestHeaders(Map<String,String> requestHeaders)
requestHeaders
- the requestHeaders to setpublic Identifier getReplyIdentifier()
public void setReplyIdentifier(Identifier replyIdentifier)
replyIdentifier
- replyIdentifierpublic String getEndpointAddress()
public void setEndpointAddress(String endpointAddress)
endpointAddress
- endpointAddresspublic String getSoapAction()
public void setSoapAction(String soapAction)
soapAction
- soapActionpublic String getRequest()
public void setRequest(String request)
request
- requestpublic Integer getReadTimeout()
public void setReadTimeout(Integer readTimeout)
readTimeout
- readTimeoutpublic String getLogin()
public void setLogin(String login)
login
- loginpublic String getPassword()
public void setPassword(String password)
password
- passwordpublic SslConfig getSslConfig()
public void setSslConfig(SslConfig sslConfig)
sslConfig
- Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.