public static class ResponseInfo.Builder extends Object
ResponseInfo objects.| Constructor and Description |
|---|
ResponseInfo.Builder()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
ResponseInfo |
build()
Returns the ResponseInfo this Builder has been constructing.
|
ResponseInfo.Builder |
withSoapResponseXml(String soapResponseXml)
Adds the SOAP response XML to the ResponseInfo under construction.
|
public ResponseInfo.Builder withSoapResponseXml(String soapResponseXml)
soapResponseXml - the SOAP response XML to add to the ResponseInfopublic ResponseInfo build()
Copyright © 2015. All Rights Reserved.