|
Spring Web Services Framework | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MessageIdStrategy | |
---|---|
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 . |
Uses of MessageIdStrategy in org.springframework.ws.soap.addressing.client |
---|
Methods in org.springframework.ws.soap.addressing.client that return MessageIdStrategy | |
---|---|
MessageIdStrategy |
ActionCallback.getMessageIdStrategy()
Returns the message id strategy used for creating WS-Addressing MessageIds. |
Methods in org.springframework.ws.soap.addressing.client with parameters of type MessageIdStrategy | |
---|---|
void |
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 MessageIdStrategy | |
---|---|
class |
UuidMessageIdStrategy
Implementation of the MessageIdStrategy interface that uses a UUID 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 MessageIdStrategy | |
---|---|
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. |
Methods in org.springframework.ws.soap.addressing.server with parameters of type MessageIdStrategy | |
---|---|
void |
AbstractAddressingEndpointMapping.setMessageIdStrategy(MessageIdStrategy messageIdStrategy)
Sets the message id strategy used for creating WS-Addressing MessageIds. |
|
Spring Web Services Framework | |||||||||
PREV NEXT | FRAMES NO FRAMES |