Package org.citrusframework.actions.ws
Interface SoapSendFaultMessageBuilderFactory<T extends TestAction,M extends SoapSendFaultMessageBuilderFactory<T,M>>
- All Superinterfaces:
MessageBuilderFactory<T,,M> ReferenceResolverAwareBuilder<T,,M> SendMessageBuilderFactory<T,,M> SoapSendMessageBuilderFactory<T,,M> TestActionBuilder<T>
public interface SoapSendFaultMessageBuilderFactory<T extends TestAction,M extends SoapSendFaultMessageBuilderFactory<T,M>>
extends SoapSendMessageBuilderFactory<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 TypeMethodDescriptionfaultActor(String faultActor) Add custom fault string to SOAP fault message.Adds custom SOAP fault code.faultDetail(String faultDetail) Adds a fault detail to SOAP fault message.faultDetailResource(String filePath) Adds a fault detail from file resource path.faultDetailResource(Resource resource) Adds a fault detail from file resource.faultDetailResource(Resource resource, Charset charset) Adds a fault detail from file resource.faultString(String faultString) Add custom fault string to SOAP fault message.reasonPhrase(String reasonPhrase) Sets the response status reason phrase.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.ReferenceResolverAwareBuilder
withReferenceResolverMethods inherited from interface org.citrusframework.actions.SendMessageBuilderFactory
fork, schema, schemaRepository, schemaValidation, transform, transformMethods inherited from interface org.citrusframework.actions.ws.SoapSendMessageBuilderFactory
accept, attachment, attachment, attachment, attachment, charset, contentType, mtomEnabled, soapAction, uriMethods inherited from interface org.citrusframework.TestActionBuilder
build
-
Method Details
-
faultCode
Adds custom SOAP fault code. -
faultString
Add custom fault string to SOAP fault message. -
faultActor
Add custom fault string to SOAP fault message. -
faultDetail
Adds a fault detail to SOAP fault message. -
faultDetailResource
Adds a fault detail from file resource. -
faultDetailResource
Adds a fault detail from file resource. -
faultDetailResource
Adds a fault detail from file resource path. -
status
Sets the response status. -
statusCode
Sets the response status code. -
reasonPhrase
Sets the response status reason phrase.
-