public class SoapServerRequestActionBuilder extends ReceiveMessageBuilder<ReceiveSoapMessageAction,SoapServerRequestActionBuilder>
action| Constructor and Description |
|---|
SoapServerRequestActionBuilder(DelegatingTestAction<TestAction> delegate,
Endpoint soapServer)
Default constructor using soap client endpoint.
|
| Modifier and Type | Method and Description |
|---|---|
SoapServerRequestActionBuilder |
accept(String accept)
Sets the request accept header.
|
SoapServerRequestActionBuilder |
attachment(SoapAttachment attachment)
Sets the control attachment from Java object instance.
|
SoapServerRequestActionBuilder |
attachment(String contentId,
String contentType,
org.springframework.core.io.Resource contentResource)
Sets the control attachment with content resource.
|
SoapServerRequestActionBuilder |
attachment(String contentId,
String contentType,
org.springframework.core.io.Resource contentResource,
Charset charset)
Sets the control attachment with content resource.
|
SoapServerRequestActionBuilder |
attachment(String contentId,
String contentType,
String content)
Sets the control attachment with string content.
|
SoapServerRequestActionBuilder |
attachmentValidator(SoapAttachmentValidator validator)
Set explicit SOAP attachment validator.
|
SoapServerRequestActionBuilder |
charset(String charsetName)
Sets the charset name for this send action builder's control attachment.
|
SoapServerRequestActionBuilder |
contentType(String contentType)
Sets the request content type header.
|
protected ReceiveSoapMessageAction |
getAction()
Provides access to receive message action delegate.
|
protected void |
setPayload(String payload)
Sets the payload data on the message builder implementation.
|
SoapServerRequestActionBuilder |
soapAction(String soapAction)
Sets special SOAP action message header.
|
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 SoapServerRequestActionBuilder(DelegatingTestAction<TestAction> delegate, Endpoint soapServer)
delegate - soapServer - protected void setPayload(String payload)
ReceiveMessageBuildersetPayload in class ReceiveMessageBuilder<ReceiveSoapMessageAction,SoapServerRequestActionBuilder>public SoapServerRequestActionBuilder soapAction(String soapAction)
soapAction - public SoapServerRequestActionBuilder attachment(String contentId, String contentType, String content)
contentId - contentType - content - public SoapServerRequestActionBuilder attachment(String contentId, String contentType, org.springframework.core.io.Resource contentResource)
contentId - contentType - contentResource - public SoapServerRequestActionBuilder attachment(String contentId, String contentType, org.springframework.core.io.Resource contentResource, Charset charset)
contentId - contentType - contentResource - charset - public SoapServerRequestActionBuilder charset(String charsetName)
charsetName - public SoapServerRequestActionBuilder attachment(SoapAttachment attachment)
attachment - public SoapServerRequestActionBuilder attachmentValidator(SoapAttachmentValidator validator)
validator - public SoapServerRequestActionBuilder contentType(String contentType)
contentType - public SoapServerRequestActionBuilder accept(String accept)
accept - protected ReceiveSoapMessageAction getAction()
ReceiveMessageBuildergetAction in class ReceiveMessageBuilder<ReceiveSoapMessageAction,SoapServerRequestActionBuilder>Copyright © 2008–2019 ConSol Software GmbH. All rights reserved.