| Package | Description |
|---|---|
| com.consol.citrus.ws.actions | |
| com.consol.citrus.ws.config.xml | |
| com.consol.citrus.ws.message | |
| com.consol.citrus.ws.validation |
| Modifier and Type | Method and Description |
|---|---|
List<SoapAttachment> |
SendSoapMessageAction.getAttachments()
Gets the attachments.
|
List<SoapAttachment> |
ReceiveSoapMessageAction.getAttachments()
Gets the control attachments.
|
| Modifier and Type | Method and Description |
|---|---|
SendSoapMessageAction |
SendSoapMessageAction.setAttachments(List<SoapAttachment> attachments)
Sets the control attachments.
|
ReceiveSoapMessageAction |
ReceiveSoapMessageAction.setAttachments(List<SoapAttachment> attachments)
Sets the control attachments.
|
| Modifier and Type | Method and Description |
|---|---|
static SoapAttachment |
SoapAttachmentParser.parseAttachment(Element attachmentElement)
Parse the attachment element with all children and attributes.
|
| Modifier and Type | Method and Description |
|---|---|
static SoapAttachment |
SoapAttachment.from(org.springframework.ws.mime.Attachment attachment)
Static construction method from Spring mime attachment.
|
| Modifier and Type | Method and Description |
|---|---|
List<SoapAttachment> |
SoapMessage.getAttachments()
Gets the list of message attachments.
|
| Modifier and Type | Method and Description |
|---|---|
SoapMessage |
SoapMessage.addAttachment(SoapAttachment attachment)
Adds new attachment to this message.
|
| Modifier and Type | Method and Description |
|---|---|
protected SoapAttachment |
AbstractSoapAttachmentValidator.findAttachment(SoapMessage soapMessage,
SoapAttachment controlAttachment)
Finds attachment in list of soap attachments on incoming soap message.
|
| Modifier and Type | Method and Description |
|---|---|
protected SoapAttachment |
AbstractSoapAttachmentValidator.findAttachment(SoapMessage soapMessage,
SoapAttachment controlAttachment)
Finds attachment in list of soap attachments on incoming soap message.
|
protected void |
SimpleSoapAttachmentValidator.validateAttachmentContent(SoapAttachment receivedAttachment,
SoapAttachment controlAttachment) |
protected void |
BinarySoapAttachmentValidator.validateAttachmentContent(SoapAttachment receivedAttachment,
SoapAttachment controlAttachment) |
protected abstract void |
AbstractSoapAttachmentValidator.validateAttachmentContent(SoapAttachment receivedAttachment,
SoapAttachment controlAttachment)
Delegate content body validation to subclasses.
|
protected void |
AbstractSoapAttachmentValidator.validateAttachmentContentId(SoapAttachment receivedAttachment,
SoapAttachment controlAttachment)
Validating SOAP attachment content id.
|
protected void |
AbstractSoapAttachmentValidator.validateAttachmentContentType(SoapAttachment receivedAttachment,
SoapAttachment controlAttachment)
Validating SOAP attachment content type.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SoapAttachmentValidator.validateAttachment(SoapMessage soapMessage,
List<SoapAttachment> controlAttachments)
Validate attachments in soap message.
|
void |
AbstractSoapAttachmentValidator.validateAttachment(SoapMessage soapMessage,
List<SoapAttachment> controlAttachments) |
Copyright © 2008–2015 ConSol* Consulting&Solutions GmbH. All rights reserved.