Package | Description |
---|---|
org.springframework.ws.soap.addressing.client | |
org.springframework.ws.soap.addressing.messageid |
Contains various strategies for generating WS-Addressing MessageIDs.
|
org.springframework.ws.soap.addressing.server |
Contains servers-side WS-Addressing support, in the form of
EndpointMappings . |
Modifier and Type | Method and Description |
---|---|
MessageIdStrategy |
ActionCallback.getMessageIdStrategy()
Returns the message id strategy used for creating WS-Addressing MessageIds.
|
Modifier and Type | Method and Description |
---|---|
void |
ActionCallback.setMessageIdStrategy(MessageIdStrategy messageIdStrategy)
Sets the message id strategy used for creating WS-Addressing MessageIds.
|
Modifier and Type | Class and Description |
---|---|
class |
UuidMessageIdStrategy
Implementation of the
MessageIdStrategy interface that uses a UUID to generate a Message Id. |
Modifier and Type | Method and Description |
---|---|
MessageIdStrategy |
AbstractAddressingEndpointMapping.getMessageIdStrategy()
Returns the message id strategy used for creating WS-Addressing MessageIds.
|
protected MessageIdStrategy |
AbstractAddressingEndpointMapping.getMessageIdStrategy(Object endpoint)
Returns the message ID strategy for the given endpoint.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractAddressingEndpointMapping.setMessageIdStrategy(MessageIdStrategy messageIdStrategy)
Sets the message id strategy used for creating WS-Addressing MessageIds.
|
Copyright © 2020 Pivotal Software. All rights reserved.