Uses of Class
org.citrusframework.ws.message.SoapMessage
Packages that use SoapMessage
Package
Description
-
Uses of SoapMessage in org.citrusframework.ws.actions
Fields in org.citrusframework.ws.actions declared as SoapMessageModifier and TypeFieldDescriptionprotected SoapMessageSendSoapMessageAction.SendSoapMessageBuilder.soapMessageSoap message to sendprotected final SoapMessageSendSoapMessageAction.SoapMessageBuilderSupport.soapMessageMethods in org.citrusframework.ws.actions that return SoapMessageModifier and TypeMethodDescriptionprotected SoapMessageSendSoapFaultAction.createMessage(TestContext context, String messageType) protected SoapMessageSendSoapMessageAction.createMessage(TestContext context, String messageType) Constructors in org.citrusframework.ws.actions with parameters of type SoapMessageModifierConstructorDescriptionprotectedSendSoapMessageBuilderSupport(SoapMessage soapMessage, SendSoapMessageAction.Builder delegate) protectedSoapFaultMessageBuilderSupport(SoapMessage soapMessage, SendSoapFaultAction.Builder delegate) protectedSoapMessageBuilderSupport(SoapMessage soapMessage, ReceiveSoapMessageAction.Builder delegate) protectedSoapMessageBuilderSupport(SoapMessage soapMessage, B delegate) -
Uses of SoapMessage in org.citrusframework.ws.message
Subclasses of SoapMessage in org.citrusframework.ws.messageMethods in org.citrusframework.ws.message that return SoapMessageModifier and TypeMethodDescriptionSets the Http accepted content type header for response.SoapMessage.addAttachment(SoapAttachment attachment) Adds new attachment to this message.SoapMessage.addHeaderData(String headerData) SoapMessage.contentType(String contentType) Sets the Http request content type header.Sets new header name value pair.SoapMessage.mtomEnabled(boolean mtomEnabled) Enable or disable mtom attachmentsSoapMessage.reasonPhrase(String reasonPhrase) Sets the Http response reason phrase header.SoapMessage.soapAction(String soapAction) Set soap action for this message.SoapMessage.status(org.springframework.http.HttpStatus statusCode) Sets the Http response status code.SoapMessage.statusCode(Integer statusCode) Sets the Http response status code header.Methods in org.citrusframework.ws.message with parameters of type SoapMessageModifier and TypeMethodDescriptionstatic voidSoapMessageUtils.copy(Message from, SoapMessage to) Apply message settings to target http message.static voidSoapMessageUtils.copy(SoapMessage from, SoapMessage to) Apply message settings to target http message. -
Uses of SoapMessage in org.citrusframework.ws.message.converter
Methods in org.citrusframework.ws.message.converter that return SoapMessageModifier and TypeMethodDescriptionSoapMessageConverter.convertInbound(org.springframework.ws.WebServiceMessage message, WebServiceEndpointConfiguration endpointConfiguration, TestContext context) SoapMessageConverter.convertInbound(org.springframework.ws.WebServiceMessage webServiceMessage, org.springframework.ws.context.MessageContext messageContext, WebServiceEndpointConfiguration endpointConfiguration) Methods in org.citrusframework.ws.message.converter with parameters of type SoapMessageModifier and TypeMethodDescriptionprotected voidSoapMessageConverter.handleInboundAttachments(org.springframework.ws.soap.SoapMessage soapMessage, SoapMessage message) Adds attachments if present in soap web service message.protected voidSoapMessageConverter.handleInboundHttpHeaders(SoapMessage message, WebServiceEndpointConfiguration endpointConfiguration) Reads information from Http connection and adds them as Http marked headers to internal message representation.protected voidSoapMessageConverter.handleInboundMessageProperties(org.springframework.ws.context.MessageContext messageContext, SoapMessage message) Adds all message properties from web service message to message builder as normal header entries.protected voidSoapMessageConverter.handleInboundMimeHeaders(org.springframework.ws.soap.SoapMessage soapMessage, SoapMessage message) Adds mime headers to constructed response message.protected voidSoapMessageConverter.handleInboundSoapHeaders(org.springframework.ws.soap.SoapMessage soapMessage, SoapMessage message) Reads all soap headers from web service message and adds them to message builder as normal headers.protected voidSoapMessageConverter.handleInboundSoapMessage(org.springframework.ws.soap.SoapMessage soapMessage, SoapMessage message, WebServiceEndpointConfiguration endpointConfiguration) Method handles SOAP specific message information such as SOAP action headers and SOAP attachments. -
Uses of SoapMessage in org.citrusframework.ws.validation
Methods in org.citrusframework.ws.validation with parameters of type SoapMessageModifier and TypeMethodDescriptionprotected SoapAttachmentAbstractSoapAttachmentValidator.findAttachment(SoapMessage soapMessage, SoapAttachment controlAttachment) Finds attachment in list of soap attachments on incoming soap message.voidAbstractSoapAttachmentValidator.validateAttachment(SoapMessage soapMessage, List<SoapAttachment> controlAttachments) voidSoapAttachmentValidator.validateAttachment(SoapMessage soapMessage, List<SoapAttachment> controlAttachments) Validate attachments in soap message.