|
Spring Web Services Framework | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.springframework.ws.soap.addressing.messageid.RandomGuidMessageIdStrategy
UuidMessageIdStrategy
@Deprecated public class RandomGuidMessageIdStrategy
Implementation of the MessageIdStrategy interface that uses a RandomGuid to generate a Message Id.
The GUID is prefixed by urn:guid:.
| Field Summary | |
|---|---|
static String |
PREFIX
Deprecated. |
| Constructor Summary | |
|---|---|
RandomGuidMessageIdStrategy()
Deprecated. |
|
| Method Summary | |
|---|---|
boolean |
isDuplicate(URI messageId)
Deprecated. Returns false. |
URI |
newMessageId(SoapMessage message)
Deprecated. Returns a new WS-Addressing MessageID for the given SoapMessage. |
void |
setSecure(boolean secure)
Deprecated. Sets whether or not the generated random numbers should be secure. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String PREFIX
| Constructor Detail |
|---|
public RandomGuidMessageIdStrategy()
| Method Detail |
|---|
public void setSecure(boolean secure)
true, generated
GUIDs are cryptographically strong.
public boolean isDuplicate(URI messageId)
false.
isDuplicate in interface MessageIdStrategymessageId - the message id
true if a duplicate; false otherwisepublic URI newMessageId(SoapMessage message)
MessageIdStrategyMessageID for the given SoapMessage.
newMessageId in interface MessageIdStrategymessage - the message to create an id for
|
Spring Web Services Framework | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||