Spring Web Services Framework

Uses of Interface
org.springframework.ws.soap.addressing.messageid.MessageIdStrategy

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 RandomGuidMessageIdStrategy
          Implementation of the MessageIdStrategy interface that uses a RandomGuid to generate a Message Id.
 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 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

Copyright © 2005-2010 The Spring Web Services Framework. All Rights Reserved.