Spring Web Services Framework

Package org.springframework.ws.soap.addressing.messageid

Contains various strategies for generating WS-Addressing MessageIDs.

See:
          Description

Interface Summary
MessageIdStrategy Strategy interface that encapsulates the creation and validation of WS-Addressing MessageIDs.
 

Class Summary
RandomGuid Globally unique identifier generator.
RandomGuidMessageIdStrategy Implementation of the MessageIdStrategy interface that uses a RandomGuid to generate a Message Id.
UuidMessageIdStrategy Implementation of the MessageIdStrategy interface that uses a UUID to generate a Message Id.
 

Package org.springframework.ws.soap.addressing.messageid Description

Contains various strategies for generating WS-Addressing MessageIDs.


Spring Web Services Framework

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