Package org.citrusframework.actions.ws
Interface SoapAssertFaultActionBuilder<T extends TestActionContainer,B extends TestActionContainerBuilder<T,B>>
- All Superinterfaces:
ReferenceResolverAwareBuilder<T,,B> TestActionBuilder<T>,TestActionContainerBuilder<T,B>
public interface SoapAssertFaultActionBuilder<T extends TestActionContainer,B extends TestActionContainerBuilder<T,B>>
extends TestActionContainerBuilder<T,B>, ReferenceResolverAwareBuilder<T,B>
-
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 message endpoint uri to send messages to.Sets the message endpoint to send messages to.faultActor(String faultActor) Expect fault actor in SOAP fault message.Expect fault code in SOAP fault message.faultDetail(String faultDetail) Expect fault detail in SOAP fault message.faultDetailResource(String filePath) Expect fault detail from file resource.faultDetailResource(Resource resource) Expect fault detail from file resource.faultDetailResource(Resource resource, Charset charset) Expect fault detail from file resource.faultString(String faultString) Expect fault string in SOAP fault message.validate(ValidationContext.Builder<?, ?> validationContext) Specifies the validationContext.validateDetail(ValidationContext.Builder<?, ?> validationContext) Specifies the validationContext.Set explicit SOAP fault validator implementation.Set explicit SOAP fault validator implementation by bean name.when(TestAction action) Action producing the SOAP fault.when(TestActionBuilder<?> builder) Action producing the SOAP fault.Methods inherited from interface org.citrusframework.actions.ReferenceResolverAwareBuilder
withReferenceResolverMethods inherited from interface org.citrusframework.TestActionBuilder
buildMethods inherited from interface org.citrusframework.TestActionContainerBuilder
actions, actions, getActions
-
Method Details
-
when
Action producing the SOAP fault. -
when
Action producing the SOAP fault. -
endpoint
Sets the message endpoint to send messages to. -
endpoint
Sets the message endpoint uri to send messages to. -
faultCode
Expect fault code in SOAP fault message. -
faultString
Expect fault string in SOAP fault message. -
faultActor
Expect fault actor in SOAP fault message. -
faultDetail
Expect fault detail in SOAP fault message. -
faultDetailResource
Expect fault detail from file resource. -
faultDetailResource
Expect fault detail from file resource. -
faultDetailResource
Expect fault detail from file resource. -
validator
Set explicit SOAP fault validator implementation. -
validator
Set explicit SOAP fault validator implementation by bean name. -
validate
Specifies the validationContext. -
validateDetail
Specifies the validationContext.
-