public class SoapClientResponseActionBuilder extends ReceiveMessageBuilder<ReceiveSoapMessageAction,SoapClientResponseActionBuilder>
action| Constructor and Description |
|---|
SoapClientResponseActionBuilder(DelegatingTestAction<TestAction> delegate,
Endpoint soapClient)
Default constructor using soap client endpoint.
|
SoapClientResponseActionBuilder(DelegatingTestAction<TestAction> delegate,
String soapClientUri)
Default constructor using soap client uri.
|
| Modifier and Type | Method and Description |
|---|---|
SoapClientResponseActionBuilder |
attachment(SoapAttachment attachment)
Sets the control attachment from Java object instance.
|
SoapClientResponseActionBuilder |
attachment(String contentId,
String contentType,
org.springframework.core.io.Resource contentResource)
Sets the control attachment with content resource.
|
SoapClientResponseActionBuilder |
attachment(String contentId,
String contentType,
org.springframework.core.io.Resource contentResource,
Charset charset)
Sets the control attachment with content resource.
|
SoapClientResponseActionBuilder |
attachment(String contentId,
String contentType,
String content)
Sets the control attachment with string content.
|
SoapClientResponseActionBuilder |
attachmentValidator(SoapAttachmentValidator validator)
Set explicit SOAP attachment validator.
|
SoapClientResponseActionBuilder |
charset(String charsetName)
Sets the charset name for this send action builder's control attachment.
|
SoapClientResponseActionBuilder |
contentType(String contentType)
Sets the request content type header.
|
SoapClientResponseActionBuilder |
contextPath(String contextPath)
Sets the context path.
|
protected ReceiveSoapMessageAction |
getAction()
Provides access to receive message action delegate.
|
protected void |
setPayload(String payload)
Sets the payload data on the message builder implementation.
|
SoapClientResponseActionBuilder |
status(org.springframework.http.HttpStatus status)
Sets the response status.
|
SoapClientResponseActionBuilder |
statusCode(Integer statusCode)
Sets the response status code.
|
dictionary, dictionary, endpoint, endpoint, extractFromHeader, extractFromPayload, getMessageContentBuilder, header, header, header, header, headerFragment, headerFragment, headerFragment, headerFragment, headerNameIgnoreCase, headers, headerValidator, headerValidator, ignore, jsonPath, jsonSchema, jsonSchemaRepository, message, messageType, messageType, name, namespace, namespaces, payload, payload, payload, payload, payload, payload, payloadModel, schemaValidation, selector, selector, setHeaderExtractor, setHeaderValidationContext, setJsonMessageValidationContext, setJsonPathExtractor, setJsonPathValidationContext, setMessageType, setMessageType, setScriptValidationContext, setXmlMessageValidationContext, setXpathExtractor, timeout, validate, validateNamespace, validateScript, validateScript, validateScript, validateScriptResource, validateScriptType, validationCallback, validator, validator, withApplicationContext, xpath, xsd, xsdSchemaRepositoryactor, build, description, execute, getActor, getDescription, getName, isDisabled, setActor, setDescription, setNamepublic SoapClientResponseActionBuilder(DelegatingTestAction<TestAction> delegate, Endpoint soapClient)
delegate - soapClient - public SoapClientResponseActionBuilder(DelegatingTestAction<TestAction> delegate, String soapClientUri)
delegate - soapClientUri - protected void setPayload(String payload)
ReceiveMessageBuildersetPayload in class ReceiveMessageBuilder<ReceiveSoapMessageAction,SoapClientResponseActionBuilder>public SoapClientResponseActionBuilder attachment(String contentId, String contentType, String content)
contentId - contentType - content - public SoapClientResponseActionBuilder attachment(String contentId, String contentType, org.springframework.core.io.Resource contentResource)
contentId - contentType - contentResource - public SoapClientResponseActionBuilder attachment(String contentId, String contentType, org.springframework.core.io.Resource contentResource, Charset charset)
contentId - contentType - contentResource - charset - public SoapClientResponseActionBuilder charset(String charsetName)
charsetName - public SoapClientResponseActionBuilder attachment(SoapAttachment attachment)
attachment - public SoapClientResponseActionBuilder attachmentValidator(SoapAttachmentValidator validator)
validator - public SoapClientResponseActionBuilder status(org.springframework.http.HttpStatus status)
status - public SoapClientResponseActionBuilder statusCode(Integer statusCode)
statusCode - public SoapClientResponseActionBuilder contextPath(String contextPath)
contextPath - public SoapClientResponseActionBuilder contentType(String contentType)
contentType - protected ReceiveSoapMessageAction getAction()
ReceiveMessageBuildergetAction in class ReceiveMessageBuilder<ReceiveSoapMessageAction,SoapClientResponseActionBuilder>Copyright © 2008–2019 ConSol Software GmbH. All rights reserved.