public class UserDestinationResult extends Object
UserDestinationResolver
.Constructor and Description |
---|
UserDestinationResult(String sourceDestination,
Set<String> targetDestinations,
String subscribeDestination,
String user) |
Modifier and Type | Method and Description |
---|---|
String |
getSourceDestination()
The "user" destination as found in the headers of the source message.
|
String |
getSubscribeDestination()
The canonical form of the user destination as would be required to subscribe.
|
Set<String> |
getTargetDestinations()
The result of parsing the source destination and translating it into a set
of actual target destinations to use.
|
String |
getUser()
The user associated with the user destination.
|
String |
toString() |
public String getSourceDestination()
null
public Set<String> getTargetDestinations()
public String getSubscribeDestination()
null
public String getUser()
null