Uses of Class
org.citrusframework.ws.message.SoapAttachment
Packages that use SoapAttachment
Package
Description
-
Uses of SoapAttachment in org.citrusframework.ws.actions
Methods in org.citrusframework.ws.actions that return types with arguments of type SoapAttachmentModifier and TypeMethodDescriptionReceiveSoapMessageAction.getAttachments()Gets the control attachments.SendSoapMessageAction.getAttachments()Gets the attachments.protected List<SoapAttachment>SendSoapMessageAction.SoapMessageBuilderSupport.getAttachments()Methods in org.citrusframework.ws.actions with parameters of type SoapAttachmentModifier and TypeMethodDescriptionReceiveSoapMessageAction.SoapMessageBuilderSupport.attachment(SoapAttachment attachment) Sets the control attachment from Java object instance.SendSoapMessageAction.SoapMessageBuilderSupport.attachment(SoapAttachment attachment) Sets the attachment from Java object instance. -
Uses of SoapAttachment in org.citrusframework.ws.config.xml
Methods in org.citrusframework.ws.config.xml that return SoapAttachmentModifier and TypeMethodDescriptionstatic SoapAttachmentSoapAttachmentParser.parseAttachment(Element attachmentElement) Parse the attachment element with all children and attributes.Method parameters in org.citrusframework.ws.config.xml with type arguments of type SoapAttachmentModifier and TypeMethodDescriptionvoidReceiveSoapMessageActionParser.ReceiveSoapMessageActionFactoryBean.setAttachments(List<SoapAttachment> attachments) Sets the control attachments.voidSendSoapFaultActionParser.SendSoapFaultActionFactoryBean.setAttachments(List<SoapAttachment> attachments) Sets the control attachments.voidSendSoapMessageActionParser.SendSoapMessageActionFactoryBean.setAttachments(List<SoapAttachment> attachments) Sets the control attachments. -
Uses of SoapAttachment in org.citrusframework.ws.message
Methods in org.citrusframework.ws.message that return SoapAttachmentModifier and TypeMethodDescriptionstatic SoapAttachmentSoapAttachment.from(org.springframework.ws.mime.Attachment attachment) Static construction method from Spring mime attachment.Methods in org.citrusframework.ws.message that return types with arguments of type SoapAttachmentModifier and TypeMethodDescriptionSoapMessage.getAttachments()Gets the list of message attachments.Methods in org.citrusframework.ws.message with parameters of type SoapAttachmentModifier and TypeMethodDescriptionSoapMessage.addAttachment(SoapAttachment attachment) Adds new attachment to this message. -
Uses of SoapAttachment in org.citrusframework.ws.validation
Methods in org.citrusframework.ws.validation that return SoapAttachmentModifier and TypeMethodDescriptionprotected SoapAttachmentAbstractSoapAttachmentValidator.findAttachment(SoapMessage soapMessage, SoapAttachment controlAttachment) Finds attachment in list of soap attachments on incoming soap message.Methods in org.citrusframework.ws.validation with parameters of type SoapAttachmentModifier and TypeMethodDescriptionprotected SoapAttachmentAbstractSoapAttachmentValidator.findAttachment(SoapMessage soapMessage, SoapAttachment controlAttachment) Finds attachment in list of soap attachments on incoming soap message.protected abstract voidAbstractSoapAttachmentValidator.validateAttachmentContent(SoapAttachment receivedAttachment, SoapAttachment controlAttachment) Delegate content body validation to subclasses.protected voidBinarySoapAttachmentValidator.validateAttachmentContent(SoapAttachment receivedAttachment, SoapAttachment controlAttachment) protected voidSimpleSoapAttachmentValidator.validateAttachmentContent(SoapAttachment receivedAttachment, SoapAttachment controlAttachment) protected voidAbstractSoapAttachmentValidator.validateAttachmentContentId(SoapAttachment receivedAttachment, SoapAttachment controlAttachment) Validating SOAP attachment content id.protected voidAbstractSoapAttachmentValidator.validateAttachmentContentType(SoapAttachment receivedAttachment, SoapAttachment controlAttachment) Validating SOAP attachment content type.Method parameters in org.citrusframework.ws.validation with type arguments of type SoapAttachmentModifier and TypeMethodDescriptionvoidAbstractSoapAttachmentValidator.validateAttachment(SoapMessage soapMessage, List<SoapAttachment> controlAttachments) voidSoapAttachmentValidator.validateAttachment(SoapMessage soapMessage, List<SoapAttachment> controlAttachments) Validate attachments in soap message.