Class AssertSoapFaultParser.AssertSoapFaultActionFactoryBean
java.lang.Object
org.citrusframework.config.xml.AbstractTestActionFactoryBean<AssertSoapFault,AssertSoapFault.Builder>
org.citrusframework.ws.config.xml.AssertSoapFaultParser.AssertSoapFaultActionFactoryBean
- All Implemented Interfaces:
org.springframework.beans.factory.FactoryBean<AssertSoapFault>
- Enclosing class:
- AssertSoapFaultParser
public static class AssertSoapFaultParser.AssertSoapFaultActionFactoryBean
extends AbstractTestActionFactoryBean<AssertSoapFault,AssertSoapFault.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<?>voidsetAction(TestAction action) Sets the nested test action.voidsetFaultActor(String faultActor) Sets the faultActor.voidsetFaultCode(String faultCode) Set the fault code.voidsetFaultDetailResourcePaths(List<String> faultDetailResourcePaths) Sets the fault detail resource paths.voidsetFaultDetails(List<String> faultDetails) Sets the faultDetails.voidsetFaultString(String faultString) Set the fault string.voidsetValidationContext(SoapFaultValidationContext.Builder validationContext) Sets the validationContext.voidsetValidator(SoapFaultValidator validator) Methods 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
-
AssertSoapFaultActionFactoryBean
public AssertSoapFaultActionFactoryBean()
-
-
Method Details
-
setAction
Sets the nested test action.- Parameters:
action-
-
setFaultCode
Set the fault code.- Parameters:
faultCode- the faultCode to set
-
setFaultString
Set the fault string.- Parameters:
faultString- the faultString to set
-
setValidator
- Parameters:
validator- the validator to set
-
setFaultDetails
Sets the faultDetails.- Parameters:
faultDetails- the faultDetails to set
-
setFaultDetailResourcePaths
Sets the fault detail resource paths.- Parameters:
faultDetailResourcePaths-
-
setFaultActor
Sets the faultActor.- Parameters:
faultActor- the faultActor to set
-
setValidationContext
Sets the validationContext.- Parameters:
validationContext- the validationContext to set
-
getObject
- Throws:
Exception
-
getObjectType
-
getBuilder
Obtains the builder.- Specified by:
getBuilderin classAbstractTestActionFactoryBean<AssertSoapFault,AssertSoapFault.Builder> - Returns:
- the builder implementation.
-