| Package | Description |
|---|---|
| com.consol.citrus.dsl.builder |
| Modifier and Type | Method and Description |
|---|---|
SoapServerResponseActionBuilder |
SoapServerResponseActionBuilder.attachment(SoapAttachment attachment)
Sets the attachment from Java object instance.
|
SoapServerResponseActionBuilder |
SoapServerResponseActionBuilder.attachment(String contentId,
String contentType,
org.springframework.core.io.Resource contentResource)
Sets the attachment with content resource.
|
SoapServerResponseActionBuilder |
SoapServerResponseActionBuilder.attachment(String contentId,
String contentType,
org.springframework.core.io.Resource contentResource,
Charset charset)
Sets the attachment with content resource.
|
SoapServerResponseActionBuilder |
SoapServerResponseActionBuilder.attachment(String contentId,
String contentType,
String content)
Sets the attachment with string content.
|
SoapServerResponseActionBuilder |
SoapServerResponseActionBuilder.charset(String charsetName)
Sets the charset name for this send action builder's attachment.
|
SoapServerResponseActionBuilder |
SoapServerResponseActionBuilder.contentType(String contentType)
Sets the response content type header.
|
SoapServerResponseActionBuilder |
SoapServerResponseActionBuilder.mtomEnabled(boolean mtomEnabled) |
SoapServerResponseActionBuilder |
SoapServerActionBuilder.send()
Generic response builder for sending SOAP response messages to client.
|
SoapServerResponseActionBuilder |
SoapServerResponseActionBuilder.status(org.springframework.http.HttpStatus status)
Sets the response status.
|
SoapServerResponseActionBuilder |
SoapServerResponseActionBuilder.statusCode(Integer statusCode)
Sets the response status code.
|
Copyright © 2008–2019 ConSol Software GmbH. All rights reserved.