Uses of Interface
org.springframework.ws.soap.addressing.messageid.MessageIdStrategy
Package
Description
Contains various strategies for generating WS-Addressing MessageIDs.
Contains servers-side WS-Addressing support, in the form of
EndpointMappings
.-
Uses of MessageIdStrategy in org.springframework.ws.soap.addressing.client
Modifier and TypeMethodDescriptionActionCallback.getMessageIdStrategy()
Returns the message id strategy used for creating WS-Addressing MessageIds.Modifier and TypeMethodDescriptionvoid
ActionCallback.setMessageIdStrategy
(MessageIdStrategy messageIdStrategy) Sets the message id strategy used for creating WS-Addressing MessageIds. -
Uses of MessageIdStrategy in org.springframework.ws.soap.addressing.messageid
Modifier and TypeClassDescriptionclass
Implementation of theMessageIdStrategy
interface that uses aUUID
to generate a Message Id. -
Uses of MessageIdStrategy in org.springframework.ws.soap.addressing.server
Modifier and TypeMethodDescriptionAbstractAddressingEndpointMapping.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 TypeMethodDescriptionfinal void
AbstractAddressingEndpointMapping.setMessageIdStrategy
(MessageIdStrategy messageIdStrategy) Sets the message id strategy used for creating WS-Addressing MessageIds.