Uses of Interface
org.citrusframework.actions.ws.SoapClientReceiveMessageBuilderFactory
Packages that use SoapClientReceiveMessageBuilderFactory
-
Uses of SoapClientReceiveMessageBuilderFactory in org.citrusframework.actions.ws
Classes in org.citrusframework.actions.ws with type parameters of type SoapClientReceiveMessageBuilderFactoryModifier and TypeInterfaceDescriptioninterfaceSoapClientReceiveMessageBuilderFactory<T extends TestAction,M extends SoapClientReceiveMessageBuilderFactory<T, M>> interfaceSoapReceiveActionBuilder<T extends TestAction,M extends SoapClientReceiveMessageBuilderFactory<T, M>, B extends SoapReceiveActionBuilder<T, M, B>> Methods in org.citrusframework.actions.ws that return SoapClientReceiveMessageBuilderFactoryModifier and TypeMethodDescriptionSets the request accept header.SoapClientReceiveMessageBuilderFactory.attachment(Object attachment) Sets the control attachment from Java object instance.SoapClientReceiveMessageBuilderFactory.attachment(String contentId, String contentType, String content) Sets the control attachment with string content.SoapClientReceiveMessageBuilderFactory.attachment(String contentId, String contentType, Resource contentResource) Sets the control attachment with content resource.SoapClientReceiveMessageBuilderFactory.attachment(String contentId, String contentType, Resource contentResource, Charset charset) Sets the control attachment with content resource.SoapClientReceiveMessageBuilderFactory.attachmentValidator(Object validator) Set explicit SOAP attachment validator.SoapClientReceiveMessageBuilderFactory.attachmentValidatorName(String validator) Set explicit SOAP attachment validator name.Sets the charset name for this send action builder's control attachment.SoapClientReceiveMessageBuilderFactory.contentType(String contentType) Sets the request content type header.SoapClientReceiveMessageBuilderFactory.contextPath(String contextPath) Sets the context path.SoapClientReceiveMessageBuilderFactory.reasonPhrase(String reasonPhrase) Sets the response status reason phrase.SoapClientReceiveMessageBuilderFactory.soapAction(String soapAction) Sets special SOAP action message header.Sets the response status.SoapClientReceiveMessageBuilderFactory.statusCode(Integer statusCode) Sets the response status code.