Uses of Interface
org.springframework.ws.soap.addressing.messageid.MessageIdStrategy
Packages that use 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
Methods in org.springframework.ws.soap.addressing.client that return MessageIdStrategyModifier and TypeMethodDescriptionActionCallback.getMessageIdStrategy()
Returns the message id strategy used for creating WS-Addressing MessageIds.Methods in org.springframework.ws.soap.addressing.client with parameters of type MessageIdStrategyModifier 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
Classes in org.springframework.ws.soap.addressing.messageid that implement MessageIdStrategyModifier and TypeClassDescriptionclass
Implementation of theMessageIdStrategy
interface that uses aUUID
to generate a Message Id. -
Uses of MessageIdStrategy in org.springframework.ws.soap.addressing.server
Methods in org.springframework.ws.soap.addressing.server that return MessageIdStrategyModifier 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.Methods in org.springframework.ws.soap.addressing.server with parameters of type MessageIdStrategyModifier and TypeMethodDescriptionfinal void
AbstractAddressingEndpointMapping.setMessageIdStrategy
(MessageIdStrategy messageIdStrategy) Sets the message id strategy used for creating WS-Addressing MessageIds.