Package org.citrusframework.actions.ws
Interface SoapClientReceiveMessageBuilderFactory<T extends TestAction,M extends SoapClientReceiveMessageBuilderFactory<T,M>>
- All Superinterfaces:
MessageBuilderFactory<T,,M> ReceiveMessageBuilderFactory<T,,M> ReferenceResolverAwareBuilder<T,,M> TestActionBuilder<T>
public interface SoapClientReceiveMessageBuilderFactory<T extends TestAction,M extends SoapClientReceiveMessageBuilderFactory<T,M>>
extends ReceiveMessageBuilderFactory<T,M>
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.citrusframework.TestActionBuilder
TestActionBuilder.DelegatingTestActionBuilder<T extends TestAction> -
Field Summary
Fields inherited from interface org.citrusframework.TestActionBuilder
logger, RESOURCE_PATH, TYPE_RESOLVER -
Method Summary
Modifier and TypeMethodDescriptionSets the request accept header.attachment(Object attachment) Sets the control attachment from Java object instance.attachment(String contentId, String contentType, String content) Sets the control attachment with string content.attachment(String contentId, String contentType, Resource contentResource) Sets the control attachment with content resource.attachment(String contentId, String contentType, Resource contentResource, Charset charset) Sets the control attachment with content resource.attachmentValidator(Object validator) Set explicit SOAP attachment validator.attachmentValidatorName(String validator) Set explicit SOAP attachment validator name.Sets the charset name for this send action builder's control attachment.contentType(String contentType) Sets the request content type header.contextPath(String contextPath) Sets the context path.reasonPhrase(String reasonPhrase) Sets the response status reason phrase.soapAction(String soapAction) Sets special SOAP action message header.Sets the response status.statusCode(Integer statusCode) Sets the response status code.Methods inherited from interface org.citrusframework.actions.MessageBuilderFactory
body, body, body, body, body, dictionary, dictionary, extract, extract, extract, from, from, header, header, header, header, header, headers, name, process, process, process, type, typeMethods inherited from interface org.citrusframework.actions.ReceiveMessageBuilderFactory
headerNameIgnoreCase, selector, selector, timeout, validate, validate, validate, validate, validate, validate, validator, validator, validator, validators, validators, validators, validatorsMethods inherited from interface org.citrusframework.actions.ReferenceResolverAwareBuilder
withReferenceResolverMethods inherited from interface org.citrusframework.TestActionBuilder
build
-
Method Details
-
soapAction
Sets special SOAP action message header. -
attachment
SoapClientReceiveMessageBuilderFactory<T,M> attachment(String contentId, String contentType, String content) Sets the control attachment with string content. -
attachment
SoapClientReceiveMessageBuilderFactory<T,M> attachment(String contentId, String contentType, Resource contentResource) Sets the control attachment with content resource. -
attachment
SoapClientReceiveMessageBuilderFactory<T,M> attachment(String contentId, String contentType, Resource contentResource, Charset charset) Sets the control attachment with content resource. -
charset
Sets the charset name for this send action builder's control attachment. -
attachment
Sets the control attachment from Java object instance. -
attachmentValidatorName
Set explicit SOAP attachment validator name. -
attachmentValidator
Set explicit SOAP attachment validator. -
contentType
Sets the request content type header. -
accept
Sets the request accept header. -
reasonPhrase
Sets the response status reason phrase. -
status
Sets the response status. -
statusCode
Sets the response status code. -
contextPath
Sets the context path.
-