public class WsAddressingMessageConverter extends SoapMessageConverter
| Constructor and Description |
|---|
WsAddressingMessageConverter(WsAddressingHeaders addressingHeaders)
Default constructor using addressing headers.
|
| Modifier and Type | Method and Description |
|---|---|
void |
convertOutbound(org.springframework.ws.WebServiceMessage webServiceMessage,
Message message,
WebServiceEndpointConfiguration endpointConfiguration) |
WsAddressingHeaders |
getAddressingHeaders()
Gets the addressing headers.
|
org.springframework.ws.soap.addressing.messageid.MessageIdStrategy |
getMessageIdStrategy()
Get the message id generation strategy.
|
void |
setMessageIdStrategy(org.springframework.ws.soap.addressing.messageid.MessageIdStrategy messageIdStrategy)
Sets the message id generation strategy.
|
convertInbound, convertInbound, convertOutbound, handleInboundAttachments, handleInboundHttpHeaders, handleInboundMessageProperties, handleInboundMimeHeaders, handleInboundSoapHeaders, handleInboundSoapMessagepublic WsAddressingMessageConverter(WsAddressingHeaders addressingHeaders)
addressingHeaders - public void convertOutbound(org.springframework.ws.WebServiceMessage webServiceMessage,
Message message,
WebServiceEndpointConfiguration endpointConfiguration)
convertOutbound in interface MessageConverter<org.springframework.ws.WebServiceMessage,WebServiceEndpointConfiguration>convertOutbound in class SoapMessageConverterpublic org.springframework.ws.soap.addressing.messageid.MessageIdStrategy getMessageIdStrategy()
public void setMessageIdStrategy(org.springframework.ws.soap.addressing.messageid.MessageIdStrategy messageIdStrategy)
messageIdStrategy - public WsAddressingHeaders getAddressingHeaders()
Copyright © 2008–2015 ConSol* Consulting&Solutions GmbH. All rights reserved.