| Package | Description |
|---|---|
| com.consol.citrus.ws.actions | |
| com.consol.citrus.ws.message | |
| com.consol.citrus.ws.message.converter | |
| com.consol.citrus.ws.validation |
| Modifier and Type | Method and Description |
|---|---|
protected SoapMessage |
SendSoapMessageAction.createMessage(TestContext context,
String messageType) |
protected SoapMessage |
SendSoapFaultAction.createMessage(TestContext context,
String messageType) |
| Modifier and Type | Class and Description |
|---|---|
class |
SoapFault |
| Modifier and Type | Method and Description |
|---|---|
SoapMessage |
SoapMessage.addAttachment(SoapAttachment attachment)
Adds new attachment to this message.
|
SoapMessage |
SoapMessage.addHeaderData(String headerData) |
SoapMessage |
SoapMessage.header(String headerName,
Object headerValue)
Sets new header name value pair.
|
SoapMessage |
SoapMessage.mtomEnabled(boolean mtomEnabled)
Enable or disable mtom attachments
|
SoapMessage |
SoapMessage.setHeader(String headerName,
Object headerValue) |
SoapMessage |
SoapMessage.soapAction(String soapAction)
Set soap action for this message.
|
| Modifier and Type | Method and Description |
|---|---|
SoapMessage |
SoapMessageConverter.convertInbound(org.springframework.ws.WebServiceMessage webServiceMessage,
org.springframework.ws.context.MessageContext messageContext,
WebServiceEndpointConfiguration endpointConfiguration) |
SoapMessage |
SoapMessageConverter.convertInbound(org.springframework.ws.WebServiceMessage message,
WebServiceEndpointConfiguration endpointConfiguration) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
SoapMessageConverter.handleInboundAttachments(org.springframework.ws.soap.SoapMessage soapMessage,
SoapMessage message)
Adds attachments if present in soap web service message.
|
protected void |
SoapMessageConverter.handleInboundHttpHeaders(SoapMessage message)
Reads information from Http connection and adds them as Http marked headers to internal message representation.
|
protected void |
SoapMessageConverter.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 void |
SoapMessageConverter.handleInboundMimeHeaders(org.springframework.ws.soap.SoapMessage soapMessage,
SoapMessage message)
Adds mime headers to constructed response message.
|
protected void |
SoapMessageConverter.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 void |
SoapMessageConverter.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.
|
| 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.
|
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.