| Package | Description |
|---|---|
| com.consol.citrus.ws.client | |
| com.consol.citrus.ws.message.callback | |
| com.consol.citrus.ws.message.converter | |
| com.consol.citrus.ws.server |
| Modifier and Type | Method and Description |
|---|---|
WebServiceEndpointConfiguration |
WebServiceClient.getEndpointConfiguration() |
| Constructor and Description |
|---|
WebServiceClient(WebServiceEndpointConfiguration endpointConfiguration)
Constructor using endpoint configuration.
|
| Constructor and Description |
|---|
SoapRequestMessageCallback(Message message,
WebServiceEndpointConfiguration endpointConfiguration)
Constructor using internal message and endpoint configuration as fields.
|
SoapResponseMessageCallback(WebServiceEndpointConfiguration endpointConfiguration)
Constructor using endpoint configuration.
|
| Modifier and Type | Method and Description |
|---|---|
Message |
WebServiceMessageConverter.convertInbound(org.springframework.ws.WebServiceMessage webServiceMessage,
org.springframework.ws.context.MessageContext messageContext,
WebServiceEndpointConfiguration endpointConfiguration)
Conversion method for inbound messages.
|
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) |
org.springframework.ws.WebServiceMessage |
SoapMessageConverter.convertOutbound(Message internalMessage,
WebServiceEndpointConfiguration endpointConfiguration) |
void |
WsAddressingMessageConverter.convertOutbound(org.springframework.ws.WebServiceMessage webServiceMessage,
Message message,
WebServiceEndpointConfiguration endpointConfiguration) |
void |
SoapMessageConverter.convertOutbound(org.springframework.ws.WebServiceMessage webServiceMessage,
Message message,
WebServiceEndpointConfiguration endpointConfiguration) |
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 |
|---|---|
WebServiceEndpointConfiguration |
WebServiceEndpoint.getEndpointConfiguration()
Gets the endpoint configuration.
|
| Modifier and Type | Method and Description |
|---|---|
void |
WebServiceEndpoint.setEndpointConfiguration(WebServiceEndpointConfiguration endpointConfiguration)
Sets the endpoint configuration.
|
Copyright © 2008–2015 ConSol* Consulting&Solutions GmbH. All rights reserved.