Package org.citrusframework.ws.actions
Class ReceiveSoapMessageAction
java.lang.Object
org.citrusframework.actions.AbstractTestAction
org.citrusframework.actions.ReceiveMessageAction
org.citrusframework.ws.actions.ReceiveSoapMessageAction
- All Implemented Interfaces:
Described,Named,TestAction,TestActorAware
Message receiver for SOAP messaging.
This special implementation offers SOAP attachment validation in addition to
the normal message receiver.
- Author:
- Christoph Deppisch
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classAction builder.static classNested classes/interfaces inherited from class org.citrusframework.actions.ReceiveMessageAction
ReceiveMessageAction.ReceiveMessageActionBuilder<T extends ReceiveMessageAction,M extends ReceiveMessageBuilderSupport<T, B, M>, B extends ReceiveMessageAction.ReceiveMessageActionBuilder<T, M, B>>, ReceiveMessageAction.ReceiveMessageActionBuilderSupport -
Field Summary
Fields inherited from class org.citrusframework.actions.AbstractTestAction
description -
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor. -
Method Summary
Modifier and TypeMethodDescriptionGets the control attachments.Gets the attachmentValidator.protected voidvalidateMessage(Message message, TestContext context) Methods inherited from class org.citrusframework.actions.ReceiveMessageAction
createControlMessage, doExecute, getControlMessageProcessors, getDataDictionary, getEndpoint, getEndpointUri, getMessageBuilder, getMessageProcessors, getMessageSelector, getMessageSelectorMap, getMessageType, getOrCreateEndpoint, getReceiveTimeout, getValidationContexts, getValidationProcessor, getValidators, getVariableExtractors, isDisabledMethods inherited from class org.citrusframework.actions.AbstractTestAction
execute, getActor, getDescription, getName, setActor, setDescription, setNameMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.citrusframework.TestAction
execute, getActor, getName, isDisabled
-
Constructor Details
-
ReceiveSoapMessageAction
Default constructor.
-
-
Method Details
-
validateMessage
- Overrides:
validateMessagein classReceiveMessageAction
-
getAttachments
Gets the control attachments.- Returns:
- the control attachments
-
getAttachmentValidator
Gets the attachmentValidator.- Returns:
- the attachmentValidator
-