public class SoapServerResponseActionBuilder extends SendMessageBuilder<SendSoapMessageAction,SoapServerResponseActionBuilder>
action| Constructor and Description |
|---|
SoapServerResponseActionBuilder(DelegatingTestAction<TestAction> delegate,
Endpoint soapServer)
Default constructor using soap client endpoint.
|
| Modifier and Type | Method and Description |
|---|---|
SoapServerResponseActionBuilder |
attachment(SoapAttachment attachment)
Sets the attachment from Java object instance.
|
SoapServerResponseActionBuilder |
attachment(String contentId,
String contentType,
org.springframework.core.io.Resource contentResource)
Sets the attachment with content resource.
|
SoapServerResponseActionBuilder |
attachment(String contentId,
String contentType,
org.springframework.core.io.Resource contentResource,
Charset charset)
Sets the attachment with content resource.
|
SoapServerResponseActionBuilder |
attachment(String contentId,
String contentType,
String content)
Sets the attachment with string content.
|
SoapServerResponseActionBuilder |
charset(String charsetName)
Sets the charset name for this send action builder's attachment.
|
SoapServerResponseActionBuilder |
contentType(String contentType)
Sets the response content type header.
|
protected SendSoapMessageAction |
getAction()
Provides access to receive message action delegate.
|
SoapServerResponseActionBuilder |
mtomEnabled(boolean mtomEnabled) |
protected void |
setPayload(String payload)
Sets the payload data on the message builder implementation.
|
SoapServerResponseActionBuilder |
status(org.springframework.http.HttpStatus status)
Sets the response status.
|
SoapServerResponseActionBuilder |
statusCode(Integer statusCode)
Sets the response status code.
|
dictionary, dictionary, endpoint, endpoint, extractFromHeader, extractFromPayload, fork, getMessageContentBuilder, header, header, header, header, headerFragment, headerFragment, headerFragment, headerFragment, headers, jsonPath, message, messageType, messageType, name, payload, payload, payload, payload, payload, payload, payloadModel, withApplicationContext, xpathactor, build, description, execute, getActor, getDescription, getName, isDisabled, setActor, setDescription, setNamepublic SoapServerResponseActionBuilder(DelegatingTestAction<TestAction> delegate, Endpoint soapServer)
delegate - soapServer - protected void setPayload(String payload)
SendMessageBuildersetPayload in class SendMessageBuilder<SendSoapMessageAction,SoapServerResponseActionBuilder>public SoapServerResponseActionBuilder attachment(String contentId, String contentType, String content)
contentId - contentType - content - public SoapServerResponseActionBuilder attachment(String contentId, String contentType, org.springframework.core.io.Resource contentResource)
contentId - contentType - contentResource - public SoapServerResponseActionBuilder attachment(String contentId, String contentType, org.springframework.core.io.Resource contentResource, Charset charset)
contentId - contentType - contentResource - charset - public SoapServerResponseActionBuilder charset(String charsetName)
charsetName - public SoapServerResponseActionBuilder attachment(SoapAttachment attachment)
attachment - public SoapServerResponseActionBuilder status(org.springframework.http.HttpStatus status)
status - public SoapServerResponseActionBuilder statusCode(Integer statusCode)
statusCode - public SoapServerResponseActionBuilder contentType(String contentType)
contentType - public SoapServerResponseActionBuilder mtomEnabled(boolean mtomEnabled)
protected SendSoapMessageAction getAction()
SendMessageBuildergetAction in class SendMessageBuilder<SendSoapMessageAction,SoapServerResponseActionBuilder>Copyright © 2008–2019 ConSol Software GmbH. All rights reserved.