| Package | Description |
|---|---|
| com.consol.citrus.dsl.builder |
| Modifier and Type | Method and Description |
|---|---|
SoapClientResponseActionBuilder |
SoapClientResponseActionBuilder.attachment(SoapAttachment attachment)
Sets the control attachment from Java object instance.
|
SoapClientResponseActionBuilder |
SoapClientResponseActionBuilder.attachment(String contentId,
String contentType,
org.springframework.core.io.Resource contentResource)
Sets the control attachment with content resource.
|
SoapClientResponseActionBuilder |
SoapClientResponseActionBuilder.attachment(String contentId,
String contentType,
org.springframework.core.io.Resource contentResource,
Charset charset)
Sets the control attachment with content resource.
|
SoapClientResponseActionBuilder |
SoapClientResponseActionBuilder.attachment(String contentId,
String contentType,
String content)
Sets the control attachment with string content.
|
SoapClientResponseActionBuilder |
SoapClientResponseActionBuilder.attachmentValidator(SoapAttachmentValidator validator)
Set explicit SOAP attachment validator.
|
SoapClientResponseActionBuilder |
SoapClientResponseActionBuilder.charset(String charsetName)
Sets the charset name for this send action builder's control attachment.
|
SoapClientResponseActionBuilder |
SoapClientResponseActionBuilder.contentType(String contentType)
Sets the request content type header.
|
SoapClientResponseActionBuilder |
SoapClientResponseActionBuilder.contextPath(String contextPath)
Sets the context path.
|
SoapClientResponseActionBuilder |
SoapClientActionBuilder.receive()
Generic response builder for expecting response messages on client.
|
SoapClientResponseActionBuilder |
SoapClientResponseActionBuilder.status(org.springframework.http.HttpStatus status)
Sets the response status.
|
SoapClientResponseActionBuilder |
SoapClientResponseActionBuilder.statusCode(Integer statusCode)
Sets the response status code.
|
Copyright © 2008–2019 ConSol Software GmbH. All rights reserved.