Class SendSoapMessageActionParser.SendSoapMessageActionFactoryBean
java.lang.Object
org.citrusframework.config.xml.AbstractTestActionFactoryBean<T,B>
org.citrusframework.config.xml.AbstractSendMessageActionFactoryBean<SendSoapMessageAction,SendSoapMessageAction.Builder.SendSoapMessageBuilderSupport,SendSoapMessageAction.Builder>
org.citrusframework.ws.config.xml.SendSoapMessageActionParser.SendSoapMessageActionFactoryBean
- All Implemented Interfaces:
org.springframework.beans.factory.FactoryBean<SendSoapMessageAction>
- Enclosing class:
- SendSoapMessageActionParser
public static class SendSoapMessageActionParser.SendSoapMessageActionFactoryBean
extends AbstractSendMessageActionFactoryBean<SendSoapMessageAction,SendSoapMessageAction.Builder.SendSoapMessageBuilderSupport,SendSoapMessageAction.Builder>
Test action factory bean.
-
Field Summary
Fields inherited from interface org.springframework.beans.factory.FactoryBean
OBJECT_TYPE_ATTRIBUTE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionObtains the builder.Class<?>voidsetAttachments(List<SoapAttachment> attachments) Sets the control attachments.voidsetMtomEnabled(boolean mtomEnabled) Enable or disable mtom attachmentsMethods inherited from class org.citrusframework.config.xml.AbstractSendMessageActionFactoryBean
setDataDictionary, setEndpoint, setEndpointUri, setForkMode, setMessageBuilder, setMessageProcessors, setMessageType, setSchema, setSchemaRepository, setSchemaValidation, setVariableExtractorsMethods inherited from class org.citrusframework.config.xml.AbstractTestActionFactoryBean
setActor, setDescription, setNameMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.springframework.beans.factory.FactoryBean
isSingleton
-
Constructor Details
-
SendSoapMessageActionFactoryBean
public SendSoapMessageActionFactoryBean()
-
-
Method Details
-
setAttachments
Sets the control attachments.- Parameters:
attachments- the control attachments
-
setMtomEnabled
public void setMtomEnabled(boolean mtomEnabled) Enable or disable mtom attachments- Parameters:
mtomEnabled-
-
getObject
- Throws:
Exception
-
getObjectType
-
getBuilder
Obtains the builder.- Specified by:
getBuilderin classAbstractSendMessageActionFactoryBean<SendSoapMessageAction,SendSoapMessageAction.Builder.SendSoapMessageBuilderSupport, SendSoapMessageAction.Builder> - Returns:
- the builder implementation.
-